Update service.md (#15267)

This commit is contained in:
David Dieulivol
2019-07-06 12:58:34 +02:00
committed by Kubernetes Prow Robot
parent e50dba3ac4
commit 24d32ebd83
@@ -432,8 +432,7 @@ specifying `"None"` for the cluster IP (`.spec.clusterIP`).
You can use a headless Service to interface with other service discovery mechanisms, You can use a headless Service to interface with other service discovery mechanisms,
without being tied to Kubernetes' implementation. For example, you could implement without being tied to Kubernetes' implementation. For example, you could implement
a custom [Operator]( a custom [Operator](https://coreos.com/operators/) to be built on the API.
to be built on the API).
For such `Services`, a cluster IP is not allocated, kube-proxy does not handle For such `Services`, a cluster IP is not allocated, kube-proxy does not handle
these Services, and there is no load balancing or proxying done by the platform these Services, and there is no load balancing or proxying done by the platform