You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/tko/session-5/docs/deploy-apache.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ More information can be found here : [DNS for Service and Pods](https://kubernet
32
32
33
33
## 2. Create OpenTelemetry Collector receiver for PHP/Apache
34
34
35
-
Create a new file called `otel-apache.yaml`with the following contents:
35
+
Inspect the YAML file `~/workshop/k3s/otel-apache.yaml`and validate the contents. This file contains the configuration for the OpenTelemetry agent to monitor the PHP/Apache deployment.
@@ -109,10 +110,12 @@ Is the content of `otel-apache.yaml` saved in the ConfigMap for the collector ag
109
110
110
111
## 5. Create PHP/Apache Deployment YAML
111
112
112
-
In the terminal window create a new file called `php-apache.yaml` and copy the following YAML into the file. This will create a new StatefulSet with a single replica of the PHP/Apache image.
113
+
Inspect the YAML file `~/workshop/k3s/php-apache.yaml` and validate the contents. This file contains the configuration for the PHP/Apache deployment and will create a new StatefulSet with a single replica of the PHP/Apache image.
114
+
115
+
A stateless application is one that does not care which network it is using, and it does not need permanent storage. Examples of stateless apps may include web servers (Apache, Nginx, or Tomcat).
Copy file name to clipboardExpand all lines: content/en/tko/session-5/docs/deploy-loadgen.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ Now to see how the autoscaler reacts to increased load. To do this, you'll start
8
8
9
9
## 1. Create loadgen YAML
10
10
11
-
In the terminal window create a new file called `loadgen.yaml` and copy the following YAML into the file:
11
+
Inspect the YAML file `~/workshop/k3s/loadgen.yaml` and validate the contents. This file contains the configuration for the load generator and will create a new StatefulSet with a single replica of the load generator image.
Once you have deployed the load generator, you can see the Pod running in the `loadgen` namespace. Use previous similar commands to check the status of the Pod from the command line.
0 commit comments