summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2015-10-19 15:43:41 -0400
committerJustin Santa Barbara <justin@fathomdb.com>2015-10-19 15:43:41 -0400
commit830e70f0da5a28b1cc93209f511c0be6e7f47aab (patch)
treedd115d6e708d8d8376f120d28d828a113212bbc3
parent5d938fc28fe94a988711f8cdc68c08451e05bab3 (diff)
Rename LoadBalancing -> LoadBalancer
To match the Type value
-rw-r--r--aws_under_the_hood.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/aws_under_the_hood.md b/aws_under_the_hood.md
index 3eaf20cf..ec8a31c2 100644
--- a/aws_under_the_hood.md
+++ b/aws_under_the_hood.md
@@ -53,7 +53,7 @@ you manually created or configured your cluster.
* [Storage](#storage)
* [Auto Scaling group](#auto-scaling-group)
* [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)
* [Tagging](#tagging)
* [AWS objects](#aws-objects)
@@ -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
configuration of the kube-up script.
-### NodePort and LoadBalancing services
+### NodePort and LoadBalancer services
Kubernetes on AWS integrates with [Elastic Load Balancing
(ELB)](http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html).