# repo helm repo add traefik https://helm.traefik.io/traefik helm repo update # namespace kubectl create namespace traefik # installation helm install traefik traefik/traefik \ --namespace traefik \ -f values.yaml