View LimitRange kubectl
Default and max resource limits applied to pods in namespace
kubectl describe limitrange -n <ns>
more kubectl
all 73 commands →
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}'
Apply with prune
kubectl apply -f ./dir/ --prune -l app=<label> -n <ns>