官方文档 https://doc.traefik.io/traefik/

安装

安装helm

  1. curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

或者手动安装
https://github.com/helm/helm/releases
图片.png

  1. wget https://get.helm.sh/helm-v3.6.3-linux-amd64.tar.gz
  2. tar -zxvf helm-v3.6.3-linux-amd64.tar.gz
  3. mv linux-amd64/helm /usr/local/bin/helm

helm 安装

  1. helm repo add traefik https://helm.traefik.io/traefik
  2. "traefik" has been added to your repositories
  3. helm repo update