Skip to content

Auth on k8s

Thang Chung edited this page Jun 18, 2018 · 4 revisions

Libs

Articles

Issues

  1. The first time, when we deployed on AKS we might get an exception about the permission with tiller
> kubectl create serviceaccount tiller --namespace kube-system  
> kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller  
> helm init --upgrade --service-account tiller  
> helm repo update  
> helm install stable/nginx-ingress --namespace kube-system

Reference at https://stackoverflow.com/questions/50309012/deploy-nginx-ingress-in-aks-without-rbac-issue