Skip to content

Commit 7c3c1e3

Browse files
author
p-hagen-sfx
committed
futher work on navi2
1 parent 41d7183 commit 7c3c1e3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

content/en/tko/session-5/docs/check-new-navigator.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,33 @@ This might be a useful view if you have many cluster as they can be grouped toge
6060
The last option, is the Find Outliers based on historical analytics of your clusters based on what is selected in the `colored by` box.
6161

6262
This view is better used when you view all or a selection of you cluster. It will give you a quick insight which of your clusters are behaving differently than they do normally and may need further investigation.
63-
64-
You may not see relevant info, the clusters in this workshop are short lived and have not send enough meaningful data for the historical analytics to detect deviations.
63+
You may not see relevant info, the clusters in this workshop are short lived and may haven't send enough meaningful data for the historical analytics to detect deviations.
6564

6665
### 1.3 The K8s cluster detail Pane
6766

6867
Initially,the cluster detail pane will show you the overall performance across all the servers as show below.
6968

7069
![k8s-allclusters](../images/k8s-allclusters.png)
7170

72-
As soon as you select your own cluster, you can see the overall performance of your luster, in this view you also can see if your cluster is affected by an alert:
71+
As soon as you select your own cluster, you can see the overall performance of your Cluster, in this view you also can see if your cluster is affected by an alert:
7372

7473
![k8s-cluster-alert](../images/single-cluster-alert.png)
7574

7675
You may note that a `single alert` has fired for this example Cluster.
7776

78-
## 2. The Nodes & Node Details Pane
77+
## 3. The Nodes & Workloads Panes
7978

8079
Go to the **Infrastructure** page in the Observability UI and select **Kubernetes**, this again will offer you a number of Kubernetes services. For this exercise pick the `K8s Nodes` pane. When selected it may show a cluster that you have selected previously.
8180

8281
![k8sNode](../images/k8sNodes.png)
8382

84-
In a production environment you would expect to see multiple Nodes within a Cluster which would now all be visible and shown as individual pale blue squares, each containing green squares which represent pods, however in our workshop environment you each have a single node within your Cluster, represented by the large single blue square.
83+
{{% alert title="Note" color="info" %}}
84+
When selected it may show a cluster that you have selected previously using the old UI.
85+
86+
Check to see if there is a ![new-k8-button](../images/new-k8s-button.png) button on the top right... Press it to switch to the new UI.
87+
{{% /alert %}}
88+
89+
In a production environment you would expect to see a large number of Clusters which would now all be visible and shown as individual pale blue squares, each containing green squares which represent pods, however in our workshop environment you each have a single node within your Cluster, represented by the large single blue square.
8590

8691
Drill down into the single Node by hovering over the pale blue background, then clicking on either the magnifying glass that appears in the top left corner, or double clicking on the pale blue background, this will take you to the Node level view.
8792

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ helm upgrade splunk-otel-collector --set="splunkObservability.realm=$REALM" --se
7777
{{< /tab >}}
7878
{{< /tabpane >}}
7979

80+
Note that the REVISION number of the deployment has changed. (A way to keep track of your changes)
81+
8082
## 4. Kubernetes ConfigMaps
8183

8284
A ConfigMap is an object in Kubernetes consisting of key-value pairs which can be injected into your application. With a ConfigMap you can separate configuration from your Pods.
127 KB
Loading

0 commit comments

Comments
 (0)