# Version
* Docker:20.10.7
* Kubectl:v1.20.1
* Minikube:v1.20.0
* kustomize:v3.2.3
* Kubeflow:v1.3.1
# Check Version
* Docker
```Bash
docker version
```
* Kubectl
```Bash
kubectl version
```
* Minikube
```Bash
minikube version
```
* Kustomize
```Bash
kustomize version
```
* Kubeflow
> Only the version of kubeflow has no relevant instructions to query. \
> The version of kubeflow can be found in 1. Installed kubeflow.v13.sh. \
> When kubeflow.v13.sh is executed, v1.3.1.tar will be downloaded, v1.3.1 is the version number of kubeflow.

# Relevant part
* [About Install](https://github.com/dfm871002/examples/blob/master/Natural-Language-Processing/1.%20Install/Install.md)
* [About Docker](https://github.com/dfm871002/examples/blob/master/Natural-Language-Processing/2.%20Docker/Docker.md)
* [About Jupyter Notebook](https://github.com/dfm871002/examples/blob/master/Natural-Language-Processing/3.%20Jupyter%20Notebook/Jupyter%20Notebook.md)