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
Ensure there are no errors by tailing the logs from the OpenTelemetry Collector pod. Output should look similar to the log output shown in the Output tab below.
117
+
Ensure there are no errors by tailing the logs from the OpenTelemetry Collector pod. The output should look similar to the log output shown in the Output tab below.
118
118
119
119
Use the label set by the `helm` install to tail logs (You will need to press `ctrl+c` to exit). Or use the installed `k9s` terminal UI for bonus points!
To examine the health of your node, hover over the pale blue background of your cluster, then click on the blue magnifying glass  that appears in the top lefthand corner.
180
+
To examine the health of your node, hover over the pale blue background of your cluster, then click on the blue magnifying glass  that appears in the top left-hand corner.
181
181
182
-
This will drill down to the node level. Next, open the side bar by clicking on the side bar button to open the Metrics side bar.
182
+
This will drill down to the node level. Next, open the Metrics sidebar by clicking on the sidebar button.
183
183
184
184
Once it is open, you can use the slider on the side to explore the various charts relevant to your cluster/node: CPU, Memory, Network, Events etc.
Copy file name to clipboardExpand all lines: content/en/imt/gdi/nginx.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
@@ -18,7 +18,7 @@ Verify the number of pods running in the Splunk UI by selecting the **WORKLOADS*
18
18
19
19
Note the single agent container running per node among the default Kubernetes pods. This single container will monitor all the pods and services being deployed on this node!
20
20
21
-
Now switch back to the default cluster node view by selecting the **MAP** tab and select your cluster again.
21
+
Now switch back to the default cluster node view by selecting the **MAP** tab and selecting your cluster again.
22
22
23
23
In your AWS/EC2 or Multipass shell session change into the `nginx` directory:
24
24
@@ -67,7 +67,7 @@ service/nginx created
67
67
{{% /tab %}}
68
68
{{< /tabs >}}
69
69
70
-
Next we will deploy Locust[^2] which is an open-source tool used for creating a load test against NGINX:
70
+
Next, we will deploy Locust[^2] which is an open-source tool used for creating a load test against NGINX:
71
71
72
72
{{< tabs >}}
73
73
{{% tab title="Kubectl Create Deployment" %}}
@@ -87,7 +87,7 @@ Validate the deployment has been successful and that the Locust and NGINX pods a
87
87
88
88
If you have the Splunk UI open you should see new Pods being started and containers being deployed.
89
89
90
-
It should only take around 20 seconds for the pods to transition into a Running state. In the Splunk UI you will have a cluster that looks like below:
90
+
It should only take around 20 seconds for the pods to transition into a Running state. In the Splunk UI you will have a cluster that looks like the screenshot below:
0 commit comments