Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
kubectl
/
Get HPA status
Get HPA status
kubectl
Horizontal Pod Autoscaler current/desired replicas and metrics
kubectl get hpa -A
⎘ copy
#deployments
#monitoring
more kubectl
all 73 commands →
View resource quotas
kubectl describe resourcequota -n <ns>
Get PodDisruptionBudget
kubectl get pdb -A
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>