Skip to content

Commit d5b2c0b

Browse files
committed
Run through changes
1 parent 7c3c1e3 commit d5b2c0b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

content/en/tko/session-5/docs/deploy-apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ kubectl get cm -n splunk
9292
```
9393

9494
{{% alert title="Workshop Question" color="success" %}}
95-
Can you identify the ConfigMap(s) used by the collector??
95+
How many ConfigMaps are used by the collector?
9696
{{% /alert %}}
9797

9898
When you have list of ConfigMaps from the namespace, select the one for the `otel-agent` and view it with the following command:

content/en/tko/session-5/docs/deploy-loadgen.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,4 @@ Validate the replicas are running from both the command line and Splunk Observab
7474
kubectl get statefulset loadgen -n loadgen
7575
```
7676

77-
{{% alert title="Workshop Question" color="success" %}}
78-
What has happened to the Memory metric for the `php-apache-0` Pod?
79-
{{% /alert %}}
80-
8177
Let the load generator run for around 2-3 minutes and keep observing the metrics in the Kubernetes Navigator and the Apache dashboard.

content/en/tko/session-5/docs/fix-apache.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If that fails, or if there is not enough space when you deploy your application,
3333
3434
{{% alert title="Workshop Question" color="success" %}}
3535
36-
Before we start, let's check the current status of the PHP/Apache deployment. Which Auto-Detect detector has fired & is there a change in the Analyzer?
36+
Before we start, let's check the current status of the PHP/Apache deployment. Under **Alerts & Detectors** which detector has fired?
3737
3838
{{% /alert %}}
3939
@@ -53,6 +53,8 @@ resources:
5353

5454
Save the above changes. Now, we must delete the existing StatefulSet and re-create it:
5555

56+
Why do we delete StatefulSet? What is a StatefulSet?
57+
5658
``` bash
5759
kubectl delete statefulset php-apache -n apache
5860
```

0 commit comments

Comments
 (0)