官方文档 https://doc.traefik.io/traefik/
安装
安装helm
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
或者手动安装
https://github.com/helm/helm/releases
wget https://get.helm.sh/helm-v3.6.3-linux-amd64.tar.gz
tar -zxvf helm-v3.6.3-linux-amd64.tar.gz
mv linux-amd64/helm /usr/local/bin/helm
helm 安装
helm repo add traefik https://helm.traefik.io/traefik
"traefik" has been added to your repositories
helm repo update