Tuesday, October 19, 2021

Living with Kubernetes: Debug Clusters in 8 MAJOR Commands

Source:

kubectl version --short
kubectl cluster-info
kubectl get componentstatus
kubectl api-resources -o wide --sort-by name
kubectl get events -A
kubectl get nodes -o wide
kubectl get pods -A -o wide
kubectl run a --image alpine --command -- /bin/sleep 1d

No comments: