手动安装traefik

https://doc.traefik.io/traefik/getting-started/quick-start-with-kubernetes/
https://doc.traefik.io/traefik/providers/kubernetes-crd/
安装方法列表: https://doc.traefik.io/traefik/getting-started/install-traefik/



helm安装

# 使用helm命令行安装它:
helm repo add traefik https://traefik.github.io/charts
helm repo update
kubectl create ns traefik
helm install -n traefik traefik traefik/traefik

kubectl get all  -n  traefik