Skip to content

Commit 8dea6f5

Browse files
authored
Merge pull request #6 from waltribeiro/main
chore: converted wordle app into wordpress app
2 parents 2c878a1 + acff047 commit 8dea6f5

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

docs/images/part2/10-wordle.png

-109 KB
Binary file not shown.

docs/images/part2/10-wordpress.png

689 KB
Loading

docs/images/part2/5-cloud-config.png

558 Bytes
Loading

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ This workshop is split into three parts:
1919
| Part | Title | Duration |
2020
| - | - | - |
2121
| 1 | Setup an Equinix Metal user account | 10 minutes |
22-
| 2 | Provision a bare metal server and deploy Reactle with Kubernetes | 15 minutes |
22+
| 2 | Provision a bare metal server and deploy Wordpress with Kubernetes | 15 minutes |
2323
| 3 | Investigate latency on Equinix Metal with SmokePing | 15 minutes |

docs/parts/reactle.md docs/parts/wordpress.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 2: Provision a bare metal server and deploy Reactle with Kubernetes
1+
# Part 2: Provision a bare metal server and deploy Wordpress with Kubernetes
22

33
In this part we'll begin to set up a bare metal server. We'll cover options such as metro locations, server types, and operating system choice.
44

@@ -50,7 +50,7 @@ Copy and paste the snippet of code below into the text box.
5050
runcmd:
5151
- curl -sfL https://get.k3s.io | sh -
5252
- sleep 20
53-
- kubectl apply -f https://raw.githubusercontent.com/stevemar/metal-code-snippets/main/yaml/reactle.yaml
53+
- kubectl apply -f https://raw.githubusercontent.com/stevemar/metal-code-snippets/main/yaml/wordpress.yaml
5454
```
5555
5656
!!! question "Open discussion"
@@ -88,23 +88,27 @@ Flip through a few sections to familiarize yourself with the overview page.
8888
8989
### 4. Verify the application is running
9090
91-
Click on the **Network** tab and find the public IP address.
91+
Click on the **Network** tab and find the public IP address. Copy that IP address.
9292
9393
![](../images/part2/9-get-ip.png)
9494
9595
Launch a browser and navigate to the following URL:
9696
9797
```
98-
http://<ip-address>:31000
98+
http://<ip-address>:30001
9999
```
100100

101-
You should now be presented with a running application. In this case, the app running is called Reactle, a clone of the popular game, Wordle.
101+
You should now be presented with a running application. In this case, the app running is called Wordpress, a popular tool for building websites and blogs.
102102

103-
![](../images/part2/10-wordle.png)
103+
![](../images/part2/10-wordpress.png)
104+
105+
Congrats - you just deployed an online website using bare metal and Kubernetes.
106+
107+
> NOTE: every `www.URL.com` is actually a number like `139.178.87.49` but we use domain registrars because words are easier to remember than numbers.
104108
105109
!!! example "Can't access the application?"
106110

107-
If you're unable to access the applicaiton due to network security, try using a personal device, like a phone.
111+
If you're unable to access the application due to network security, try using a personal device, like a phone.
108112

109113
### 5. Clean up any resources
110114

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav:
1212

1313
- Parts:
1414
- Setup an Account: parts/signup.md
15-
- Deploy Reactle with Kubernetes: parts/reactle.md
15+
- Deploy Wordpress with Kubernetes: parts/wordpress.md
1616
- Investigate latency with SmokePing: parts/smokeping.md
1717

1818
- Conclusion: parts/conclusion.md

0 commit comments

Comments
 (0)