|
| 1 | +--- |
| 2 | +title: Infrastructure Exercise |
| 3 | +linkTitle: 3. Optional Exercise |
| 4 | +description: This section of the workshop provides an exercise using Splunk infra monitoring based on the Kubernetes Navigator. |
| 5 | +weight: 4 |
| 6 | +--- |
| 7 | + |
| 8 | +{{% button icon="clock" %}}5 minutes{{% /button %}} |
| 9 | + |
| 10 | +This is the first section of our Kubernetes Navigator exercise. Below is some high-level information regarding Kubernetes, just in case you're not familiar with it. |
| 11 | + |
| 12 | +{{% notice title=" Kubernetes Terminology" style="info" %}} |
| 13 | +K8s, short for Kubernetes, is an open-source container orchestration platform. It manages the deployment, scaling, and maintenance of containerized applications, and we use it in this workshop to host our e-commerce application |
| 14 | + |
| 15 | +**Some terminology:** |
| 16 | + |
| 17 | +* A Kubernetes cluster is a group of machines, called nodes, that work together to run containerized applications. |
| 18 | +* Nodes are individual servers or VMs in the cluster. Typically, you would have several nodes in a cluster but you may have just one node, just like in this workshop. |
| 19 | +* Pods are the smallest deployable units in Kubernetes, representing one or more containers that share the same network and storage, enabling efficient application scaling and management |
| 20 | +* Applications are a collection of one or more Pods interacting together to provide a service. |
| 21 | +* Namespaces help you keep your applications organized and separate within the cluster, by providing a logical separation for multiple teams or projects within a cluster. |
| 22 | +* Workloads are like a task list and define how many instances of your application should run, how they should be created, and how they should respond to failures |
| 23 | +{{% /notice %}} |
| 24 | + |
| 25 | +Please select the **K8s nodes** tile from the Tile pane if you have not yet done so. |
| 26 | +(Select Kubernetes as your Technology). This will bring you to the Kubernetes Navigator Page. |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +The screenshot above shows the main part of the Kubernetes navigator. It will show all the clusters & their nodes that send metrics to the Splunk Observability Suite, and the first row of charts that show cluster-based Metrics. In the workshop, you will mostly see single-node Kubernetes clusters. |
| 31 | + |
| 32 | +Before we dive deeper, let's make sure we are looking at our own cluster. |
| 33 | + |
| 34 | +{{% notice title="Info" style="green" title="Exercise" icon="running" %}} |
| 35 | + |
| 36 | +* First, use the  option to pick your cluster. |
| 37 | +* This can be done by selecting `k8s.cluster.name` from the filter drop-down box. |
| 38 | +* You then can start typing the name of your cluster, (as provided by your instructor). The name should also appear in the drop-down values. Select yours and make sure just the one for your workshop is highlighted with a . |
| 39 | +* Click the {{% button style="blue" %}} Apply Filter {{% /button %}} button to focus on our Cluster |
| 40 | +* We now should have a single cluster visible. |
| 41 | +{{% /notice %}} |
| 42 | + |
| 43 | +Let's move on to the next page of this exercise and look at your cluster in detail. |
0 commit comments