From fcc15a1f93b4beddfa46656967cdbc90e520c0c1 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Tue, 2 Jan 2018 16:12:20 +0800 Subject: [PATCH] Add links to Ingress from LB docs Closes: #3832 --- .../create-external-load-balancer.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/tasks/access-application-cluster/create-external-load-balancer.md b/docs/tasks/access-application-cluster/create-external-load-balancer.md index c3c5a2a709..23128b9907 100644 --- a/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -8,9 +8,15 @@ title: 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 -cloud network load balancer. This provides an -externally-accessible IP address that sends traffic to the correct port on your -cluster nodes _provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package_. +cloud network load balancer. This provides an externally-accessible IP address +that sends traffic to the correct port on your cluster nodes +_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 %}