Skip to content

Commit f2a1d31

Browse files
committed
Fixed questions
1 parent 4a6a943 commit f2a1d31

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

content/en/other/hpa/3-deploy-apache.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,16 @@ How many ConfigMaps are used by the collector?
115115

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

118-
**Note:** The option `-o yaml` will print the content of the ConfigMap in a YAML format.
119-
120118
``` bash
121119
kubectl get cm splunk-otel-collector-otel-agent -n splunk -o yaml
122120
```
123121

122+
{{% notice title="NOTE" style="info" %}}
123+
The option `-o yaml` will output the content of the ConfigMap in a readable YAML format.
124+
{{% /notice %}}
125+
124126
{{% notice title="Workshop Question" style="tip" icon="question" %}}
125-
Is the content of `otel-apache.yaml` saved in the ConfigMap for the collector agent?
127+
Is the configuration from `otel-apache.yaml` visible in the ConfigMap for the collector agent?
126128
{{% /notice %}}
127129

128130
## 5. Review PHP/Apache deployment YAML
@@ -198,26 +200,20 @@ Deploy the PHP/Apache application:
198200
kubectl apply -f ~/workshop/k3s/php-apache.yaml -n apache
199201
```
200202

201-
{{% notice title="Workshop Question" style="tip" icon="question" %}}
202-
What metrics for your Apache instance are being reported in the Apache Navigator?
203-
204-
**Tip:** Click on **Infrastructure → Web Server → Apache web servers** to go to the Navigator and look for a server with the same name as your EC2 host.
205-
{{% /notice %}}
206-
207203
Ensure the deployment has been created:
208204

209205
``` bash
210206
kubectl get statefulset -n apache
211207
```
212208

213209
{{% notice title="Workshop Question" style="tip" icon="question" %}}
214-
Using the Observability Kubernetes Navigator, can you find the status of the `php-apache` **Workload**?
210+
What metrics for your Apache instance are being reported in the Apache Navigator?
215211

216-
**HINT:** Filter by `k8s.cluster.name` to isolate your instance!
212+
**Tip:** Use the Navigator Sidebar and click on the service name.
217213
{{% /notice %}}
218214

219215
{{% notice title="Workshop Question" style="tip" icon="question" %}}
220-
Where else has the issue with `php-apache` been logged? What is being reported?
216+
Using Log Observer what is the issue with the PHP/Apache deployment?
221217

222-
**HINT:** Adjust your **Table settings** by clicking on the cog to use only `k8s.cluster.name`, `object.involvedObject.name` & `object.message`. Make sure you unselect `_raw`!
218+
**Tip:** Adjust your **Table settings** by clicking on the cog to use only `object.involvedObject.name`, `object.message` and `k8s.cluster.name`. Make sure you unselect `_raw`!
223219
{{% /notice %}}

0 commit comments

Comments
 (0)