서비스와 네트워킹 실습
학습 목표
사전 요구 사항
실습 1: ClusterIP Service
단계
kubectl create deployment web --image=nginx:1.25 --replicas=3
kubectl wait --for=condition=available deployment/web --timeout=60s검증
실습 2: NodePort Service
단계
검증
실습 3: DNS 서비스 디스커버리
단계
정리
다음 단계
마지막 업데이트