Difference between revisions of "Aks ssh to node via debug"
Jump to navigation
Jump to search
(Created page with "https://zigmax.net/aks-ssh-to-an-aks-node-with-kubectl/") |
|||
Line 1: | Line 1: | ||
https://zigmax.net/aks-ssh-to-an-aks-node-with-kubectl/ | 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 | ||
+ | ``` |
Revision as of 02:32, 15 November 2022
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