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
Copy file name to clipboardExpand all lines: content/en/tko/session-5/docs/check-new-navigator.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,28 +60,33 @@ This might be a useful view if you have many cluster as they can be grouped toge
60
60
The last option, is the Find Outliers based on historical analytics of your clusters based on what is selected in the `colored by` box.
61
61
62
62
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.
65
64
66
65
### 1.3 The K8s cluster detail Pane
67
66
68
67
Initially,the cluster detail pane will show you the overall performance across all the servers as show below.
69
68
70
69

71
70
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:
You may note that a `single alert` has fired for this example Cluster.
77
76
78
-
## 2. The Nodes & Node Details Pane
77
+
## 3. The Nodes & Workloads Panes
79
78
80
79
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.
81
80
82
81

83
82
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  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.
85
90
86
91
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.
Note that the REVISION number of the deployment has changed. (A way to keep track of your changes)
81
+
80
82
## 4. Kubernetes ConfigMaps
81
83
82
84
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.
0 commit comments