Kubernetes Series : My K8S Cheatsheet
Troubleshooting See my previous article : here. POD and Container Introspection List the current pods kubectl get pods Describe pod kubectl describe pod <name> Delete pod kubectl delete pod <name> Watch nodes continuously kubectl get nodes -w Cluster Introspection Get cluster information kubectl cluster-info Get the configuration kubectl config view Get information on a node kubectl …