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