Hello All,
I have created Azure Container Services (ACS) - Kubernetes with 1 master and 2 nodes.
I am able to login to Master node but facing an issue while trying to login to agent node from master node (using ssh).
ssh -i <path>/id_rsa user@agentnode_PrivateIp
Does anyone have any idea