Kubernetes2024-04-12
[Kubernetes] selector, matchLabels, app, template 개념 정리
Kubernetes에서 selector, matchLabels, app, template이 어떻게 Service, Deployment, DaemonSet, Pod를 연결하는지 예제 YAML과 함께 정리합니다.
#Kubernetes#Label#Selector#Deployment#Service
#Service 태그가 포함된 글을 모았습니다.
Kubernetes에서 selector, matchLabels, app, template이 어떻게 Service, Deployment, DaemonSet, Pod를 연결하는지 예제 YAML과 함께 정리합니다.
Kubernetes Service에서 port와 targetPort의 역할과 차이점을 예제 YAML과 함께 정리합니다.
Kubernetes에서 hostPort와 NodePort의 차이점을 접근 방식, 확장성, 포트 관리, 로드밸런싱 관점에서 비교하고 사용 시 주의사항을 정리합니다.