K8s troubleshooting

From UVOO Tech Wiki
Revision as of 19:47, 4 June 2024 by Busk (talk | contribs)
Jump to navigation Jump to search
https://zigmax.net/aks-ssh-to-an-aks-node-with-kubectl/

kubectl get node
kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/aks/fundamental/base-ubuntu:v0.0.11
exit
kubectl delete  pod/node-debugger-aks-default-30216496-vmss000003-7f7v7
kubectl run -it --rm --restart=Never --image=ubuntu --overrides='{"spec": {"hostPID": true, "nodeSelector": {"kubernetes.io/hostname": "aks-default-1234-vms000000"}}}' debug-shell -- dpkg --list