Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 https://desktop.docker.com/win/stable/48029/Docker%20Desktop%20Installer.exe


Setup Environment 

Windows

We are going to use a Ubuntu docker container to install kubeflow into our kubernetes running in Docker for Desktop. 

...

From a regular windows CMD prompt:

Enable port forwarding

Code Block
$ kubectl port-forward -n istio-system svc/istio-ingressgateway 8080:80


Navigate to http://localhost:8080/

Image ModifiedImage ModifiedImage Modified

References

ReferenceURL
Install Kubeflow on a single-node Kubernetes v1.18.2 clusterhttps://illya13.github.io/RL/tutorial/2020/05/03/install-kubeflow-on-single-node-kubernetes-v1.18.2.html
How to use Docker Desktop for Mac or Windows to run Kubeflowhttps://morioh.com/p/7c45a5df9034

Kubeflow: How to Install and Launch Kubeflow on your Local Machine

https://towardsdatascience.com/kubeflow-how-to-install-and-launch-kubeflow-on-your-local-machine-e0d7b4f7508f

...