Show Menu
Cheatography

Kubernetes Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Examining System Pods

kubectl get --name­space kube-s­ystem all
Shows all the system pods
kubectl get --name­space kube-s­ystem deploy­ments coredns
Shows the system pods which are part of definition of
coredns

cluste­r-m­ana­gement

kubectl cluste­r-info
Get all the cluster related inforation
Get the health of api-server