Merge pull request #6817 from tengqm/link-ingress

Add links to Ingress from LB docs
This commit is contained in:
Joseph Heck
2018-01-07 10:19:38 -08:00
committed by GitHub
@@ -8,9 +8,15 @@ title: Create an External Load Balancer
This page shows how to create an External Load Balancer. This page shows how to create an External Load Balancer.
When creating a service, you have the option of automatically creating a When creating a service, you have the option of automatically creating a
cloud network load balancer. This provides an cloud network load balancer. This provides an externally-accessible IP address
externally-accessible IP address that sends traffic to the correct port on your that sends traffic to the correct port on your cluster nodes
cluster nodes _provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package_. _provided your cluster runs in a supported environment and is configured with
the correct cloud load balancer provider package_.
For information on provisioning and using an Ingress resource that can give
services externally-reachable URLs, load balance the traffic, terminate SSL etc.,
please check the [Ingress](/docs/concepts/services-networking/ingress/)
documentation.
{% endcapture %} {% endcapture %}