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
* First, set the time window we are working with to the last 15 minutes. You do this by changing the the Time picker in the filter pane from **-4h** to **Last 15 minutes**.
22
-
* Hover with your mouse over the Cluster, Node and pods, both **green** and **red** ones.
23
-
* The resulting information pane that appears will tell you the state of the object. Note, That the **red** Pods show that they are in **Pod Phase: Failed**. This means they have crashed and are not working.
24
-
* Examine the Cluster Metric charts that provide information on your cluster. (The charts below the cluster image). They provide general information about the health of your cluster like Memory consumption and the number of pods per node.
25
-
* Nothing flags for the **red** pods, as crashed pods do not affect the performance of Kubernetes.
26
-
* Let's check if the Spunk Kubernetes Analyzer can tell us something more useful, so click on **K8s Analyzer**.
- First, set the time window we are working with to the last 15 minutes. You do this by changing the the Time picker in the filter pane from **-4h** to **Last 15 minutes**.
22
+
- Hover with your mouse over the Cluster, Node and pods, both **green** and **red** ones.
23
+
- The resulting information pane that appears will tell you the state of the object. Note, That the **red** Pods show that they are in **Pod Phase: Failed**. This means they have crashed and are not working.
24
+
- Examine the Cluster Metric charts that provide information on your cluster. (The charts below the cluster image). They provide general information about the health of your cluster like Memory consumption and the number of pods per node.
25
+
- Nothing flags for the **red** pods, as crashed pods do not affect the performance of Kubernetes.
26
+
- Let's check if the Spunk Kubernetes Analyzer can tell us something more useful, so click on **K8s Analyzer**.
The Splunk Kubernetes Analyzer is a smart process that runs in the background in Splunk Observability Cloud and is designed to detect relations between anomalies.
29
+
The Splunk Kubernetes Analyzer is a smart process that runs in the background in Splunk Observability Cloud and is designed to detect relations between anomalies.
30
30
31
31
{{% /notice %}}
32
32
33
-
* The **K8s Analyzer** should have detected that the two **red** pods are similar, indicated by the 2 after each line, and running in the same Namespace.
34
-
* In the K8s analyzer view can you find what namespace? (hint, look for `k8s.namespace.name`).
35
-
* Next, we want to check this on the node level as well, so drill down to the node, first by hovering your mouse over the cluster until you see a blue line appear around the node with a  in the left top, inside the black Cluster Line.
36
-
* Click on the triangle . Your view should now show little boxes in each pod, these represent the containers that run the actual code. The *K8s Analyzer* should confirm that this issue is also occurring on the node level.
33
+
- The **K8s Analyzer** should have detected that the two **red** pods are similar, indicated by the 2 after each line, and running in the same Namespace.
34
+
- In the K8s analyzer view can you find what namespace? (hint, look for `k8s.namespace.name`).
35
+
- Next, we want to check this on the node level as well, so drill down to the node, first by hovering your mouse over the cluster until you see a blue line appear around the node with a  in the left top, inside the black Cluster Line.
36
+
- Click on the triangle . Your view should now show little boxes in each pod, these represent the containers that run the actual code. The _K8s Analyzer_ should confirm that this issue is also occurring on the node level.
* Click on **K8s node**. This will show the node metrics, and if you examine the charts, you can see that there are only two pods in the development namespace.
41
-
* It is easier to see if you filter on the `k8s.namespace.name=development` in the Filter Pane. The **# Total Pods** chart shows only two pods and in the **Node Workload** chart there is only the *test-job* and it has failed.
40
+
- Click on **K8s node**. This will show the node metrics, and if you examine the charts, you can see that there are only two pods in the development namespace.
41
+
- It is easier to see if you filter on the `k8s.namespace.name=development` in the Filter Pane. The **# Total Pods** chart shows only two pods and in the **Node Workload** chart there is only the _test-job_ and it has failed.
0 commit comments