Versions Compared

Key

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

What is Kubernetes Federation and its benefit?  

Watch this 18 minutes amazing presentation from Kelsy Hightower 


overwhelmed?? try this one :


Looking for some reference for kubernetes commands? 

see here : https://www.oreilly.com/learning/kubernetes-kubectl-commands


Looking for some on-line hand-on? 

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).