Helm with RBAC

Since we have RBAC enabled on the cluster, we need to install Helm with RBAC support:

It is assumed that the RBAC-enabled cluster that was deployed in the previous chapter is still running.
  1. Get the admin credentials by running the following command on Azure Cloud Shell:
az aks get-credentials --resource-group handsonaks-rbac --name handsonaks-rbac --admin
  1. Get the roles required for Helm by fetching them as follows:
kubectl create -f https://raw.githubusercontent.com/Azure/helm-charts/master/docs/prerequisities/helm-rbac-config.yaml
  1. Install Helm using the tiller service account:
helm init --service-account tiller
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset