执行
wget https://github.com/containous/traefik/archive/v1.7.11.tar.gz
下载treafik源码,解压后进入 examples/k8s/目录,
kubectl create -f traefik-deployment.yaml
kubectl create -f traefik-rbac.yaml
kubectl create -f ui.yaml
之后,输入kubectl get svc -n kube-system|grep traefik就可以看到如下结果
traefik-ingress-service NodePort 10.233.62.226 <none> 80:30800/TCP,8080:31402/TCP 18h
访问node结点的31402端口,就可以看到traefik的界面