Skip to content

Commit 8513cf4

Browse files
lab1-prerequisites.md (#2628)
Grammar check
1 parent 5e9bf39 commit 8513cf4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 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
@@ -9,13 +9,13 @@ tags:
99

1010
# Lab 1: Prerequisites
1111

12-
> 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.
12+
> 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.
1313
14-
In this lab you will review the machine requirements necessary to follow this tutorial.
14+
In this lab, you will review the machine requirements necessary to follow this tutorial.
1515

1616
## Virtual or Physical Machines
1717

18-
This tutorial requires four (4) virtual or physical x86_64 machines running Debian 12 (bookworm). The following table list the four machines and thier CPU, memory, and storage requirements.
18+
This tutorial requires four (4) virtual or physical x86_64 machines running Debian 12 (bookworm). The following table lists the four machines and their CPU, memory, and storage requirements.
1919

2020
| Name | Description | CPU | RAM | Storage |
2121
|---------|------------------------|-----|-------|---------|
@@ -24,18 +24,18 @@ This tutorial requires four (4) virtual or physical x86_64 machines running Debi
2424
| node-0 | Kubernetes worker node | 1 | 2GB | 20GB |
2525
| node-1 | Kubernetes worker node | 1 | 2GB | 20GB |
2626

27-
How you provision the machines is up to you, the only requirement is that each machine meet the above system requirements including the machine specs and operating system version. Once you have all four machine provisioned, verify the system requirements by running the `uname` command on each machine:
27+
How you provision the machines is up to you; the only requirement is that each machine meets the above system requirements, including the machine specs and operating system version. Once you have all four machines provisioned, verify the system requirements by running the `uname` command on each machine:
2828

2929
```bash
3030
uname -mov
3131
```
3232

33-
After running the `uname` command you should see the following output:
33+
After running the `uname` command, you should see the following output:
3434

3535
```text
3636
#1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64 GNU/Linux
3737
```
3838

39-
The `x86_64` that you see in the output confirms that the system is a x86_64 architecture. This should be the case for various AMD and Intel based systems.
39+
The `x86_64` in the output confirms that the system is a x86_64 architecture. This should be the case for various AMD and Intel-based systems.
4040

4141
Next: [setting-up-the-jumpbox](lab2-jumpbox.md)

0 commit comments

Comments
 (0)