In this video I have shown how to actually use a kubernetes cluster using kubectl command-line utility. I have shown:
How to view cluster config and cluster health information
How to set correct cluster-context to use correct cluster
How to create/deploy pods on it
How to create deployments
How to to create stand-alone pods
How to exec into pods/containers
How to watch logs of a pod/container
How to delete pods and deployments, etc
You can use any kubernetes cluster, such as minikube, or kubeadm, or anything provisioned on cloud, etc.
The exercises or *katas* are taken from Praqma's Kubernetes Katas. I have forked Praqma's repository and created content and examples the way I see fit for students. You should be using this forked kubernetes-katas repository, which is more upto-date then the one it is forked from.
Github repository: https://github.com/KamranAzeem/kubern...