|
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 |
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
@@ -50,7 +50,7 @@ Copy and paste the snippet of code below into the text box.
|
50 | 50 | runcmd:
|
51 | 51 | - curl -sfL https://get.k3s.io | sh -
|
52 | 52 | - 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 |
54 | 54 | ```
|
55 | 55 |
|
56 | 56 | !!! question "Open discussion"
|
@@ -88,23 +88,27 @@ Flip through a few sections to familiarize yourself with the overview page.
|
88 | 88 |
|
89 | 89 | ### 4. Verify the application is running
|
90 | 90 |
|
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. |
92 | 92 |
|
93 | 93 | 
|
94 | 94 |
|
95 | 95 | Launch a browser and navigate to the following URL:
|
96 | 96 |
|
97 | 97 | ```
|
98 |
| -http://<ip-address>:31000 |
| 98 | +http://<ip-address>:30001 |
99 | 99 | ```
|
100 | 100 |
|
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. |
102 | 102 |
|
103 |
| - |
| 103 | + |
| 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. |
104 | 108 |
|
105 | 109 | !!! example "Can't access the application?"
|
106 | 110 |
|
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. |
108 | 112 |
|
109 | 113 | ### 5. Clean up any resources
|
110 | 114 |
|
|
0 commit comments