diff options
| author | Di Wu <diwu1989@users.noreply.github.com> | 2017-04-01 19:52:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-01 19:52:34 -0700 |
| commit | 46c4407433ba7b6f4fe8a3796e61fc9f833bf82c (patch) | |
| tree | 3e8bd0f57d5d81074558aa05a68815846f0d4bec | |
| parent | c8f6752c3107d855f59cc301f8d6249f083b085d (diff) | |
Update aws_under_the_hood.md
| -rw-r--r-- | contributors/design-proposals/aws_under_the_hood.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/aws_under_the_hood.md b/contributors/design-proposals/aws_under_the_hood.md index 61f00327..43006eaf 100644 --- a/contributors/design-proposals/aws_under_the_hood.md +++ b/contributors/design-proposals/aws_under_the_hood.md @@ -90,7 +90,7 @@ We do not currently run the master in an AutoScalingGroup, but we should Kubernetes uses an IP-per-pod model. This means that a node, which runs many pods, must have many IPs. AWS uses virtual private clouds (VPCs) and advanced routing support so each EC2 instance is assigned a /24 CIDR. The assigned CIDR -is then configured to route to an instance in the VPC routing table. +is then configured to route to that 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. |
