Service Internal Traffic Policy
FEATURE STATE:
You can enable the internal-only traffic policy for a , by setting its .spec.internalTrafficPolicy
to . This tells kube-proxy to only use node local endpoints for cluster internal traffic.
The following example shows what a Service looks like when you set .spec.internalTrafficPolicy
to :
- Read about Service External Traffic Policy