...
see here: https://www.katacoda.com/courses/kubernetes
Pre-requisites:
- Kubernetes Cluster
- DNS Provider - pick one of: gcloud, aws or coredns . We used coredns in our setup.
- Persistent Volume/ Persistent Volume Claim (not needed if environment supports dynamic provisioning)
- kubefed package
- a valid kubeconfig file with host-cluster context information. (Manual modification of "~/.kube/config" file is needed at this point. We will try to script it later).