diff --git a/content/rancher/v2.x/en/v1.6-migration/_index.md b/content/rancher/v2.x/en/v1.6-migration/_index.md index 91edab61a1b..183b8ac4f60 100644 --- a/content/rancher/v2.x/en/v1.6-migration/_index.md +++ b/content/rancher/v2.x/en/v1.6-migration/_index.md @@ -51,6 +51,7 @@ More detailed information on Kubernetes concepts can be found in the - [4. Monitor Your Applications](#4-monitor-your-applications) - [5. Schedule Deployments](#5-schedule-deployments) - [6. Service Discovery](#6-service-discovery) +- [7. Load Balancing](#7-load-balancing) @@ -97,11 +98,11 @@ Rancher 1.6 provides service discovery within and across stacks using its own in Blog Post: [From Cattle to Kubernetes—Service Discovery in Rancher 2.0](https://rancher.com/blog/2018/2018-09-04-service_discovery_2dot0/) - +In Rancher 1.6, a Load Balancer was used to expose your applications from within the Rancher environment for external access. In Rancher 2.0, the concept is the same. There is a Load Balancer option to expose your services. In the language of Kubernetes, this function is more often referred to as an **Ingress**. In short, Load Balancer and Ingress play the same role.