How ssh to node kubernetes

Iron Contributor

Hello 

    I just created azure kubenetes cluster . now i want login to these node in cluster but 

    - How to login ssh to it -> i try open ssh port but form internet i check port not open

    - How to know user and password to login

Best regards,

Thanks

1 Reply
The AKS nodes are Linux VMs, so you can access them using SSH. For security purposes, the AKS nodes are not exposed to the internet.

Microsoft Documented the connectivity of your Azure Kubernetes Clouster nodes here .

https://docs.microsoft.com/en-us/azure/aks/ssh

# kubectl run -it --rm aks-ssh --image=debian