Helm 安裝 traefik


 

官方文檔

https://doc.traefik.io/traefik/getting-started/install-traefik/

 

Ensure that the following requirements are met:

  • Kubernetes 1.14+
  • Helm version 3.x is installed

 

Add Traefik's chart repository to Helm:

helm repo add traefik https://helm.traefik.io/traefik

 

You can update the chart repository by running:

helm repo update

 

And install it with the helm command line:

helm install traefik traefik/traefik

 

Exposing the Traefik dashboard

kubectl port-forward $(kubectl get pods --selector "app.kubernetes.io/name=traefik" --output=name) 9000:9000 --address=$YOUR_IP

 

Accessible with the url: http://$YOUR_IP:9000/dashboard/

http://192.168.75.111:9000/dashboard/#/

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM