8.1.1 Installing the Traefik Repository
To install the Traefik ingress controller:
- Add the Helm chart repository for Traefik using the following command:
The output will look similar to the following:$ cd ${WORKDIR} $ kubectl create namespace traefik $ helm repo add traefik https://helm.traefik.io/traefik --force-update"traefik" has been added to your repositories - Update the repository using the following command:
The output will look similar to the following:helm repo updateHang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "stable" chart repository Update Complete. Happy Helming!