Skip to content

Commit 017e895

Browse files
lab11-pod-network-routes.md (#2630)
Grammar check
1 parent 2506a72 commit 017e895

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/labs/kubernetes-the-hard-way/lab11-pod-network-routes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: Wale Soyinka
3-
contributors: Steven Spencer
3+
contributors: Steven Spencer, Ganna Zhyrnova
44
tags:
55
- kubernetes
66
- k8s
@@ -13,17 +13,17 @@ tags:
1313

1414
# Lab 11: Provisioning Pod Network Routes
1515

16-
> This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower). Unlike the original that bases itself on Debian like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture.
16+
> This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower). Unlike the original, which bases itself on Debian-like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux, which runs on x86_64 architecture.
1717
18-
Pods scheduled to a node receive an IP address from the node's Pod CIDR range. At this point pods cannot communicate with other pods running on different nodes due to missing network [routes](https://cloud.google.com/compute/docs/vpc/routes).
18+
Pods scheduled to a node receive an IP address from the node's Pod CIDR range. Currently, pods cannot communicate with other pods running on different nodes due to missing network [routes](https://cloud.google.com/compute/docs/vpc/routes).
1919

20-
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.
20+
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.
2121

2222
> There are [other ways](https://kubernetes.io/docs/concepts/cluster-administration/networking/#how-to-achieve-this) to implement the Kubernetes networking model.
2323
2424
## The Routing Table
2525

26-
In this section you will gather the information required to create routes in the `kubernetes-the-hard-way` VPC network.
26+
In this section, you will gather the information required to create routes in the `kubernetes-the-hard-way` VPC network.
2727

2828
Print the internal IP address and Pod CIDR range for each worker instance:
2929

0 commit comments

Comments
 (0)