Intended audience

sysadm staff members

Rancher howtos#

How to connect to the underlying kubernetes#

  • Add the following line in your /etc/hosts

192.168.200.18 euwest-rancher-3a905e13.1bef1012-0a93-4a25-8419-ac60363bf3d2.privatelink.westeurope.azmk8s.io
  • Get the cluster credentials

az aks get-credentials --resource-group euwest-rancher --name euwest-rancher  -f rancher-admin.yaml
  • Test the connectivity

kubectl --kubeconfig rancher-admin.yaml get nodes