Skip to content

Commit abe0dc8

Browse files
committed
Fixing typos
1 parent 818112d commit abe0dc8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here you will find all the Kubernetes clusters that are sending data to the Splu
1212

1313
The cluster will be named after your EC2 instance name: `ws-5-X-k3s-cluster` where `X` is the number of the EC2 instance assigned to you.
1414

15-
To find your node name look at the prompt of you EC2 instance, assuming you are assigned the 7th ec2 instance the prompt will show
15+
To find your node name look at the prompt of you EC2 instance, assuming you are assigned the 7th EC2 instance the prompt will show
1616

1717
``` bash
1818
ubuntu@ws-5-7 ~ $
@@ -56,7 +56,7 @@ There are various Panes showing details on the Properties of the Node, and all t
5656

5757
At the top of the side panel, click on the Expand icon ![expand-sidebar.png](../images/expand-sidebar.png) which takes you to the full screen tab of the currently displayed resource, which in this case is a Node, so we end up on the Node Details Tab.
5858

59-
Node Details shows you lots of great detail about what is happening on this Node, with charts for total CPU Usage, Mem Usage, Network traffic etc for all the Pods running on the Node with a list of any Events just to the right of these Charts.
59+
Node Details shows you lots of great detail about what is happening on this Node, with charts for total CPU Usage, Memory Usage, Network traffic etc for all the Pods running on the Node with a list of any Events just to the right of these Charts.
6060

6161
You also have scrollable table views of both the Workloads and Containers running on the Node. Clicking on any of the names in the tables will reopen the side panel with the appropriate panes for either Workloads or Containers. Each of these can then also be expanded just like you did with the Node side panel, by clicking the expand button ![expand-sidebar.png](../images/expand-sidebar.png)
6262

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 22
55
---
66
## 1. The k8s cluster & cluster detail Pane
77

8-
Go to the **Infrastructure** page in the Observability UI and select **Kubernetes**, this will offer you a number of kubernetes services. For this exercise pick the `K8s cluster` pane.
8+
Go to the **Infrastructure** page in the Observability UI and select **Kubernetes**, this will offer you a number of Kubernetes services. For this exercise pick the `K8s cluster` pane.
99

1010
![k8s-cluster-pane](../images/k8sclusters.png)
1111

@@ -49,11 +49,11 @@ These are the possible options at this time:
4949

5050
![k8s-colorby-list](../images/Infk8sColorBy.png)
5151

52-
Next, you can change the the list view to a heat map view by selecting either the Heatmap or List icon ![heatmap-toggle](../images/heatmaptoggle.png) *(Marked by a purple line).*
52+
Next, you can change the the list view to a heat map view by selecting either the Heat map or List icon ![heat-map-toggle](../images/heatmaptoggle.png) *(Marked by a purple line).*
5353

5454
This will result in the follow representation:
5555

56-
![k8s-heatmap](../images/heatmapview.png)
56+
![k8s-Heat-map](../images/heatmapview.png)
5757

5858
This might be a useful view if you have many cluster as they can be grouped together using the group by option *Marked by the green line* . The colors of each node will follow the color by choice similar to the list view.
5959

@@ -77,7 +77,7 @@ You may note that a `single alert` has fired for this example Cluster.
7777

7878
## 2. The Nodes & Node Details Pane
7979

80-
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.
80+
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.
8181

8282
![k8sNode](../images/k8sNodes.png)
8383

@@ -97,7 +97,7 @@ There are various Panes showing details on the Properties of the Node, and all t
9797

9898
At the top of the side panel, click on the Expand icon ![expand-sidebar.png](../images/expand-sidebar.png) which takes you to the full screen tab of the currently displayed resource, which in this case is a Node, so we end up on the Node Details Tab.
9999

100-
Node Details shows you lots of great detail about what is happening on this Node, with charts for total CPU Usage, Mem Usage, Network traffic etc for all the Pods running on the Node with a list of any Events just to the right of these Charts.
100+
Node Details shows you lots of great detail about what is happening on this Node, with charts for total CPU Usage, Memory Usage, Network traffic etc for all the Pods running on the Node with a list of any Events just to the right of these Charts.
101101

102102
You also have scrollable table views of both the Workloads and Containers running on the Node. Clicking on any of the names in the tables will reopen the side panel with the appropriate panes for either Workloads or Containers. Each of these can then also be expanded just like you did with the Node side panel, by clicking the expand button ![expand-sidebar.png](../images/expand-sidebar.png)
103103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Domain Name System (DNS) is a mechanism for linking various sorts of informa
1010

1111
Most Kubernetes clusters include an internal DNS service configured by default to offer a lightweight approach for service discovery. Even when Pods and Services are created, deleted, or shifted between nodes, built-in service discovery simplifies applications to identify and communicate with services on the Kubernetes clusters.
1212

13-
In short the DNS system for kubernetes will create a DNS entry for each Pod and Service. In general a Pod has the following DNS resolution:
13+
In short the DNS system for Kubernetes will create a DNS entry for each Pod and Service. In general a Pod has the following DNS resolution:
1414

1515
``` text
1616
pod-name.my-namespace.pod.cluster-domain.example

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Then scroll down or search the list of features and find the option: `newKuberne
2525

2626
![Set-New-NAvi](../images/set_new_k8s_navi.png)
2727

28-
Once its set, you can refresh you page, and reselect kubernetes from the infrastructure navigator menu.
28+
Once its set, you can refresh you page, and reselect Kubernetes from the infrastructure navigator menu.
2929

3030
{{% alert title="Note" color="info" %}}
31-
Be aware that your login may still be configured internally to use the original navigator on the underlying services. You will se that even with the new panes you still see parts of the old NAvigator.
31+
Be aware that your login may still be configured internally to use the original navigator on the underlying services. You will se that even with the new panes you still see parts of the old Navigator.
3232

3333
You can fix this by pressing the ![new-k8-button](../images/new-k8s-button.png) button that will popup on the top right side of you screen if your still configured to use the old services.
3434

@@ -104,10 +104,10 @@ You can monitor the progress of the deployment by running `kubectl get pods` and
104104
Ensure the status is reported as Running before continuing.
105105

106106
{{< tabpane >}}
107-
{{< tab header="Kubectl Get Pods" lang="bash" >}}
107+
{{< tab header="kubectl Get Pods" lang="bash" >}}
108108
kubectl get pods -n splunk
109109
{{< /tab >}}
110-
{{< tab header="Kubectl Get Pods Output" lang="text" >}}
110+
{{< tab header="kubectl Get Pods Output" lang="text" >}}
111111
NAME READY STATUS RESTARTS AGE
112112
splunk-otel-collector-agent-2sk6k 0/1 Running 0 10s
113113
splunk-otel-collector-k8s-cluster-receiver-6956d4446f-gwnd7 0/1 Running 0 10s

0 commit comments

Comments
 (0)