Skip to content

Commit 3e375e2

Browse files
author
p-hagen-sfx
committed
more question in otel and deploy apache
1 parent 165a8d8 commit 3e375e2

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,25 @@ The OpenTelemetry collector/agent uses ConfigMaps to store the configuration of
8989
kubectl get cm -n splunk
9090
```
9191

92-
Then when you have list of Configmaps from the namespace, select the one for the `splunk-otel-collector-otel-agent` and view it with the following command:
92+
{{% alert title="Workshop Question" color="danger" %}}
93+
94+
Can you identify the ConfigMap(s) used by the collector??
95+
96+
{{% /alert %}}
97+
98+
When you have list of Configmaps from the namespace, select the one for the `otel-agent` and view it with the following command:
9399

94100
**Note:** The option `-o yaml` will print the content of the ConfigMap in a YAML format.
95101

96102
``` bash
97103
kubectl get cm splunk-otel-collector-otel-agent -n splunk -o yaml
98104
```
99105

100-
Validate that content of `otel-apache.yaml` exists in the ConfigMap for the collector.
106+
{{% alert title="Workshop Question" color="danger" %}}
107+
108+
Is the content of **otel-apache.yaml** saved in the ConfigMap for the collector agent?
109+
110+
{{% /alert %}}
101111

102112
## 5. Create PHP/Apache Deployment YAML
103113

@@ -161,3 +171,9 @@ Deploy the PHP/Apache application:
161171
``` bash
162172
kubectl apply -f php-apache.yaml -n apache
163173
```
174+
175+
{{% alert title="Workshop Question" color="danger" %}}
176+
177+
Using the Observability Kubernetes Navigator, can you find the status of the php-apache workload?
178+
179+
{{% /alert %}}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,11 @@ helm delete splunk-otel-collector -n splunk
116116
```
117117

118118
{{% /alert %}}
119+
120+
{{% alert title="Workshop Question" color="danger" %}}
121+
122+
Find your Cluster in the Observability Kubernetes Navigator, and identify the nasmespace for the collector and its workload.
123+
124+
**Tip:** you may need to refresh the screen a few time to allow the cluster data to correlated in the back ground data.
125+
126+
{{% /alert %}}

0 commit comments

Comments
 (0)