25장. Kubernetes Service·Ingress
Service selector→EndpointSlice→pod label/port, namespace DNS, network policy, ingress route, controller log, LB target을 순서로 본다. Service가 있는데 endpoint가 0이면 network보다 selector/readiness를 본다.
kubectl get svc,endpointslice,pod -n fieldpass -o wide
kubectl describe ingress fieldpass -n fieldpass
kubectl get events -n fieldpass --sort-by=.lastTimestamp
명령 출력의 token·internal IP 공유 정책을 따른다. 변경 명령 전에 manifest source와 GitOps reconciliation을 확인한다.