How to enable traefik dashboard on k3s??| Installed ks3 on your local? Lets enable Traefik


k3s comes with traefik as default ingress controller,today we shall enable traefik dashboard on our system


Installed k3s on your local? Lets enable Traefik

                    1) Decide a domain name : supergun.traefik.com
                    2) DNS Entry(/etc/hosts)
                    3) Enable the domain in traefik
                    4) Have fun!!! 


Helmcharts:
        https://github.com/helm/charts/tree/master/stable/traefik#configuration
 Manifest location:
                    /var/lib/rancher/k3s/server/manifests/traefik.yaml


References
https://rancher.com/docs/k3s/latest/en/networking/


Popular posts from this blog

What Happens Under the Hood of SSH Connections? Analyzing SSH Packets with Wireshark.

Certification for Kubernetes? I got it covered.

Continuous Integrations Concepts and Demo