File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -855,9 +855,7 @@ You can use a headless Service to interface with other service discovery mechani
855
855
without being tied to Kubernetes' implementation.
856
856
857
857
For headless Services, a cluster IP is not allocated, kube-proxy does not handle
858
- these Services, and there is no load balancing or proxying done by the platform
859
- for them. How DNS is automatically configured depends on whether the Service has
860
- selectors defined :
858
+ these Services, and there is no load balancing or proxying done by the platform for them.
861
859
862
860
A headless Service allows a client to connect to whichever Pod it prefers, directly. Services that are headless don't
863
861
configure routes and packet forwarding using
@@ -869,6 +867,8 @@ and you additionally set `.spec.clusterIP` to None.
869
867
870
868
The string value None is a special case and is not the same as leaving the `.spec.clusterIP` field unset.
871
869
870
+ How DNS is automatically configured depends on whether the Service has selectors defined :
871
+
872
872
# ## With selectors
873
873
874
874
For headless Services that define selectors, the endpoints controller creates
You can’t perform that action at this time.
0 commit comments