Answers for "kubernetes cheat sheet"

3

kubectl delete all pods

kubectl delete --all pods
Posted by: Guest on May-10-2020
2

kubectl get pod by node

kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=<node>
Posted by: Guest on September-04-2020
0

kubectl describe to yaml

kubectl describe <type> <name> -o yaml
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language