Versions Compared

Key

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

...

Code Block
$ kubectl get pods --all-namespaces

$ kubectl get pods --all-namespaces |grep -v Running  |grep -v Completed |wc -l



**** From a regular windows WINDOWS CMD promptPROMPT (Windows) or teminal (MAC), enable port forwarding:

...

Navigate to http://localhost:8080/

For namespace, type default and click Finish.


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

...