I have an Azure deployment and need to review the nodes, can I access the nodes w/o Azure team providing ssh keys?
Can I use kubectl to access 'nodes'?
The answer is, yes you can. See: https://docs.microsoft.com/en-us/azure/aks/node-access
Use this command:
kubectl debug node/${NODENAME} -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0
Comments
0 comments
Please sign in to leave a comment.