"Traefik Ingress 컨트롤러"의 두 판 사이의 차이

(새 문서: ==개요== ;Traefik Ingress Controller ;트래픽 인그레스 컨트롤러 ==같이 보기== * Traefik * NGINX Ingress Controller ==참고== * https://docs.traefik.io/user-...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 7개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|Traefik}}
==개요==
==개요==
;Traefik Ingress Controller
;Traefik Ingress Controller
;트래픽 인그레스 컨트롤러
;트래픽 인그레스 컨트롤러
<syntaxhighlight lang='bash'>
kubectl apply -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/traefik-rbac.yaml
</syntaxhighlight>
<syntaxhighlight lang='bash'>
kubectl apply -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/traefik-ds.yaml
</syntaxhighlight>
<syntaxhighlight lang='console'>
# 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
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[Traefik]]
* [[Traefik]]
* [[쿠버네티스 Ingress]]
* [[NGINX Ingress Controller]]
* [[NGINX Ingress Controller]]


10번째 줄: 26번째 줄:
* https://docs.traefik.io/user-guide/kubernetes/
* https://docs.traefik.io/user-guide/kubernetes/


[[분류: Kubernetes]]
[[분류:ingress controller]]

2024년 1월 9일 (화) 14:18 기준 최신판

  다른 뜻에 대해서는 Traefik 문서를 참조하십시오.

1 개요[ | ]

Traefik Ingress Controller
트래픽 인그레스 컨트롤러
kubectl apply -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/traefik-rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/traefik-ds.yaml
# 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 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}