Commit 70061336 authored by Justin Santa Barbara's avatar Justin Santa Barbara

Rename LoadBalancing -> LoadBalancer

To match the Type value
parent 296fca4b
...@@ -53,7 +53,7 @@ you manually created or configured your cluster. ...@@ -53,7 +53,7 @@ you manually created or configured your cluster.
* [Storage](#storage) * [Storage](#storage)
* [Auto Scaling group](#auto-scaling-group) * [Auto Scaling group](#auto-scaling-group)
* [Networking](#networking) * [Networking](#networking)
* [NodePort and LoadBalancing services](#nodeport-and-loadbalancing-services) * [NodePort and LoadBalancer services](#nodeport-and-loadbalancer-services)
* [Identity and access management (IAM)](#identity-and-access-management-iam) * [Identity and access management (IAM)](#identity-and-access-management-iam)
* [Tagging](#tagging) * [Tagging](#tagging)
* [AWS objects](#aws-objects) * [AWS objects](#aws-objects)
...@@ -124,7 +124,7 @@ configured to route to an instance in the VPC routing table. ...@@ -124,7 +124,7 @@ configured to route to an instance in the VPC routing table.
It is also possible to use overlay networking on AWS, but that is not the default It is also possible to use overlay networking on AWS, but that is not the default
configuration of the kube-up script. configuration of the kube-up script.
### NodePort and LoadBalancing services ### NodePort and LoadBalancer services
Kubernetes on AWS integrates with [Elastic Load Balancing Kubernetes on AWS integrates with [Elastic Load Balancing
(ELB)](http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html). (ELB)](http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment