Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
kubectl
/
Get node labels
Get node labels
kubectl
See all labels assigned to each node
kubectl get nodes --show-labels
⎘ copy
#nodes
more kubectl
all 73 commands →
Uncordon a node
kubectl uncordon <node>
Get HPA status
kubectl get hpa -A
View resource quotas
kubectl describe resourcequota -n <ns>
Get PodDisruptionBudget
kubectl get pdb -A
View LimitRange
kubectl describe limitrange -n <ns>