daton's mac
  • Introduction
  • Hackintosh
    • Requirements
    • Prepare USB Drive
    • Install OSX
    • Post installation
    • WiFi and Bluetooth PCI device
    • System Updates
    • Keyboard Mapping
    • Troubleshooting
  • Windows with WSL
    • Setup for Node.js
    • LinuxBrew
    • Powershell
    • WSL bash and zsh
  • Xcode
  • Homebrew
  • iTerm2
    • Plugins
  • Gifox
  • Node.js
    • Webpack
  • VS Code
  • SSH
  • Git
  • GitKraken
  • Docker
    • Remove Docker things
    • Env vars
    • Frequently used commands
  • Docker on Windows
  • MongoDB
  • Postgres
  • Sentry
  • Redis
  • Ghostscript and Imagemagick
  • Codeanywhere
  • Terraform
  • Kubernetes
    • Helm
    • Docker Desktop for Mac
    • Kubernetes on DigitalOcean
    • K8S with Traefik as IC
    • Kubernetes managed by StackPointCloud
    • Use Docker Images from Private Registry
    • Use a minikube locally
  • Web Apps
  • IoT
  • NVIDIA
Powered by GitBook
On this page
  1. Kubernetes

K8S with Traefik as IC

PreviousKubernetes on DigitalOceanNextKubernetes managed by StackPointCloud

Last updated 6 years ago

To set up Traefik, copy / paste the following command line:

helm install --name=traefik --set rbac.enabled=true,dashboard.enabled=true,dashboard.domain=dashboard.localhost stable/traefik

In the above command line, we enabled the dashboard (dashboard.enabled=true) and made it available on (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:

helm ls --short | xargs -L1 helm delete

Since i tried to do some stuff to fix the error, to be sure that everything be reset i run:

minikube delete && minikube start

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.

Traefik user guide > Kubernetes

To follow the tutorial I can advise to stay focused on the DaemonSet object.

http://dashboard.localhost
https://docs.traefik.io/user-guide/kubernetes/docs.traefik.io