- K8s Cheat Sheet
- k8s the hard way
- k8s docs - use search!
- Pods
- Services
- Deployments
- Secrets
- Ingress
- Drain
- Persistent Volume
- Format Kubectl output
kubectl top
- Kubelet Configure
K8s bash autocompletion is a must!
source <(kubectl completion bash)
Start with the Udemy and Linux Foundation online classes. To get a better understanding of the underlying components then work through Kelsey Hightower's Kubernetes the Hard Way.
One quesion that I skipped was about configuring a kubelet. I ran out of time. Also for speed's sake make sure you are copying and pasting from the https://kubernetes.io/docs/home/, which is allowed.