The "Service Load Balancer" project is deprecated (#7052)

According to its own description.
pull/7173/head
Andrew Watson 2018-01-31 15:56:09 -05:00 committed by k8s-ci-robot
parent f0c44257e6
commit fee7ebe50a
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ You can expose a Service in multiple ways that don't directly involve the Ingres
* Use [Service.Type=LoadBalancer](/docs/concepts/services-networking/service/#type-loadbalancer)
* Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#type-nodeport)
* Use a [Port Proxy](https://git.k8s.io/contrib/for-demos/proxy-to-service)
* Deploy the [Service loadbalancer](https://git.k8s.io/contrib/service-loadbalancer). This allows you to share a single IP among multiple Services and achieve more advanced loadbalancing through Service Annotations.
{% endcapture %}
{% include templates/concept.md %}