Rafael Caviquioli
Sep 6, 2018 · 1 min read

Hi, thank’s for your article, I am trying configure on Azure AKS, but I am having this problem:

— -

$ kubectl get pods — watch

nginx-ingress-controller-84bf8c94b8-zwdbx 1/1 Running 2 28s
nginx-ingress-controller-84bf8c94b8-zwdbx 0/1 Error 2 29s
nginx-ingress-controller-84bf8c94b8-zwdbx 0/1 CrashLoopBackOff 2 31s

$ kubectl logs nginx-ingress-controller-84bf8c94b8-zwdbx
I0906 14:29:16.111087 1 launch.go:101] &{NGINX 0.9.0-beta.5 git-83cb03b5 git@github.com:ixdy/kubernetes-ingress.git}
I0906 14:29:16.111115 1 launch.go:104] Watching for ingress class: nginx
I0906 14:29:16.111369 1 launch.go:257] Creating API server client for https://10.0.0.1:443
I0906 14:29:16.113025 1 nginx.go:180] starting NGINX process…
F0906 14:29:16.175420 1 launch.go:118] no service with name default/default-http-backend found: services “default-http-backend” is forbidden: User “system:serviceaccount:default:default” cannot get services in the namespace “default”

$ kubectl get pods — all-namespaces |grep default-http-backend
default default-http-backend-66fbbd8844-lng4t 1/1 Running 0 1h

— -