- 다른 뜻에 대해서는 Traefik 문서를 참조하십시오.
1 개요[ | ]
- Traefik Ingress Controller
- 트래픽 인그레스 컨트롤러
Bash
Copy
kubectl apply -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/traefik-rbac.yaml
Bash
Copy
kubectl apply -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/traefik-ds.yaml
Console
Copy
# kubectl get all -n kube-system 2>/dev/null | grep traefik
pod/traefik-ingress-controller-2qbl4 1/1 Running 0 3m53s
pod/traefik-ingress-controller-lsgzm 1/1 Running 0 3m53s
service/traefik-ingress-service ClusterIP 10.107.67.243 <none> 80/TCP,8080/TCP 3m53s
daemonset.apps/traefik-ingress-controller 2 2 2 2 2 <none> 3m53s
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.