Skip to content

Commit f793f95

Browse files
authored
Merge pull request kubernetes#499 from diwu1989/patch-1
Update aws_under_the_hood.md to clarify pod vs node instance
2 parents 5342e82 + e3c7794 commit f793f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_under_the_hood.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ We do not currently run the master in an AutoScalingGroup, but we should
8989

9090
Kubernetes uses an IP-per-pod model. This means that a node, which runs many
9191
pods, must have many IPs. AWS uses virtual private clouds (VPCs) and advanced
92-
routing support so each pod is assigned a /24 CIDR. The assigned CIDR is then
93-
configured to route to an instance in the VPC routing table.
92+
routing support so each EC2 instance is assigned a /24 CIDR in the VPC routing
93+
table.
9494

9595
It is also possible to use overlay networking on AWS, but that is not the
9696
default configuration of the kube-up script.

0 commit comments

Comments
 (0)