Get PodDisruptionBudget kubectl
Show min-available and current healthy pod counts
kubectl get pdb -A
more kubectl
all 73 commands →
View LimitRange
kubectl describe limitrange -n <ns>
Get all CRDs
kubectl get crds --sort-by='.metadata.creationTimestamp'
Get service endpoints
kubectl get endpoints <svc> -n <ns>
Check certificate expiry (cert-manager)
kubectl get certificate -A -o wide
View pod topology spread
kubectl get pod <pod> -n <ns> -o jsonpath='{.spec.topologySpreadConstraints}'