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/deploy-otel.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
1
---
2
2
title: Deploying the OpenTelemetry Collector in Kubernetes using a NameSpace
3
-
linkTitle: Prep & Deploy the OTel Collector
3
+
linkTitle: Deploying the OTel Collector
4
4
weight: 1
5
5
---
6
6
7
-
## 0. Switching to the new Kubernetes Navigator 2.0 UI
7
+
## 1. New Kubernetes Navigator 2.0 UI
8
8
9
-
As we are in the process of switched to the new generation of the Kubernetes Navigator, please check if you are already on the new Kubernetes navigator.
9
+
As we are in the process of switching to the new generation of the Kubernetes Navigator, please check if you are already on the new Kubernetes navigator.
10
10
11
-
When you select `Infrastructure` from the main menu on the left, followed by selecting `Kubernetes`, you should see two services panes for Kubernetes, similar like the ones below:
11
+
When you select **Infrastructure** from the main menu on the left, followed by selecting **Kubernetes**, you should see two services panes for Kubernetes, similar like the ones below:
12
12
13
13

14
14
15
-
If you taken straight to the Kubernetes Navigator v1 Map view after selecting `Kubernetes`, you need to opt in to the new Navigator yourself for this workshop by clicking on the big blue . You should now be in the K8s Node view with chart below the cluster map similar like shown below:
15
+
If you taken straight to the Kubernetes Navigator v1 Map view after selecting **Kubernetes**, you need to opt in to the new Navigator yourself for this workshop by clicking on the big blue . You should now be in the K8s Node view with chart below the cluster map similar like shown below:
16
16
17
17

18
18
19
19
{{% alert title="Note" color="info" %}}
20
-
If you actually see three services for Kubernetes including one that is named `K8s clusters` you need to turn of Precognition in the Superpowers view.
20
+
If you actually see three services for Kubernetes including one that is named `K8s clusters` you need to turn off Precognition in the Superpowers view.
21
21
To do this, please change the Url in your browser to match the following: [https://app.[REALM].signalfx.com/#/superpowers](https://app.[REALM].signalfx.com/#/superpowers)
22
22
23
23
Where [REALM] needs to match the Realm we are using for this workshop then remove the Precognition flag like in the example below. This is one of the first options you can set:
24
24
25
25

26
26
27
-
Once its unset, you can refresh you page, and reselect Kubernetes from the infrastructure navigator menu.
27
+
Once its unset, you can refresh you page, and reselect Kubernetes from the Infrastructure Navigator menu.
28
28
{{% /alert %}}
29
29
30
-
## 1. Connect to EC2 instance
30
+
## 2. Connect to EC2 instance
31
31
32
32
You will be able to connect to the workshop instance by using SSH from your Mac, Linux or Windows device.
33
33
@@ -37,7 +37,7 @@ To use SSH, open a terminal on your system and type `ssh [email protected]` (replac
37
37
Your workshop instance has been pre-configured with the correct `ACCESS_TOKEN` and `REALM` for this workshop. There is no need for you to configure these.
38
38
{{% /alert %}}
39
39
40
-
## 2. Namespaces in Kubernetes
40
+
## 3. Namespaces in Kubernetes
41
41
42
42
Most of our customers will make use of some kind of private or public cloud service to run Kubernetes. They often choose to have only a few large Kubernetes clusters as it is easier to manage centrally.
43
43
@@ -47,7 +47,7 @@ Any number of namespaces are supported within a cluster, each logically separate
47
47
48
48
Most customers will want to install the Splunk OpenTelemetry Collector in a separate namespace. This workshop will follow that practice.
49
49
50
-
## 3. Install Splunk OTel using Helm
50
+
## 4. Install Splunk OTel using Helm
51
51
52
52
Install the OpenTelemetry Collector using the Splunk Helm chart. First, add the Splunk Helm chart repository and update.
You can monitor the progress of the deployment by running `kubectl get pods` and adding `-n splunk` to the command to see the pods in the `splunk` NameSpace which should typically report that the new pods are up and running after about 30 seconds.
0 commit comments