K8S with Traefik as IC
Last updated
Last updated
To set up Traefik, copy / paste the following command line:
In the above command line, we enabled the dashboard (dashboard.enabled=true
) and made it available on http://dashboard.localhost (dashboard.domain=localhost.domain
).
The output of the helm install command line will look like:
Unfortunately in my case the status of the load balancer ip get stuck at pending, i googled it but without lucky.
So i decided to remove the Traefik helm chart:
Since i tried to do some stuff to fix the error, to be sure that everything be reset i run:
Even if it might not seems, the official documentation of Traefik with Kubernetes is very well detailed and explained. So i decided to try again without Helm.
To follow the tutorial I can advise to stay focused on the DaemonSet object.