Skip to content

Commit

Permalink
Merge pull request kubernetes#499 from diwu1989/patch-1
Browse files Browse the repository at this point in the history
Update aws_under_the_hood.md to clarify pod vs node instance
  • Loading branch information
philips committed Apr 12, 2017
2 parents 5342e82 + e3c7794 commit f793f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws_under_the_hood.md
Expand Up @@ -89,8 +89,8 @@ 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 pod is assigned a /24 CIDR. The assigned CIDR is then
configured to route to an instance in the VPC routing table.
routing support so each EC2 instance is assigned a /24 CIDR 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.
Expand Down

0 comments on commit f793f95

Please sign in to comment.