Forum Discussion

Tien Ngo Thanh's avatar
Tien Ngo Thanh
Iron Contributor
Jan 14, 2019

How ssh to node kubernetes

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

  • Vinoth_Azure's avatar
    Vinoth_Azure
    Iron Contributor
    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

Share

Resources