Skip to content

Commit

Permalink
s/google routes/azure udr/
Browse files Browse the repository at this point in the history
  • Loading branch information
lastcoolnameleft authored Oct 24, 2017
1 parent 9d28803 commit 2ba66bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/11-pod-network-routes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Provisioning Pod Network Routes

Pods scheduled to a node receive an IP address from the node's Pod CIDR range. At this point pods can not communicate with other pods running on different nodes due to missing network [routes](https://cloud.google.com/compute/docs/vpc/routes).
Pods scheduled to a node receive an IP address from the node's Pod CIDR range. At this point pods can not communicate with other pods running on different nodes due to missing network [routes](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview).

In this lab you will create a route for each worker node that maps the node's Pod CIDR range to the node's internal IP address.

Expand Down

0 comments on commit 2ba66bd

Please sign in to comment.