Pod의 containerPort에 name 을 붙이면, service 에서 targetPort로 해당 name을 사용할 수 있다. EndpointSlice EndpointSlice contains references to a set of network endpoints. The control plane automatically creates EndpointSlices for any Kubernetes Service that has a selector specified. By default, the control plane creates and manages EndpointSlices to have no more than 100 endpoints each. You can configure this wit..