From 9b4481ea1a69903fac6c6f4c02dc0c48282dc762 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 26 Nov 2025 20:55:34 +0000 Subject: [PATCH] feat: Add initial Kubernetes monitoring tutorial Co-authored-by: beverly.buchanan --- kubernetes-monitoring/unstyled.html | 158 ++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 kubernetes-monitoring/unstyled.html diff --git a/kubernetes-monitoring/unstyled.html b/kubernetes-monitoring/unstyled.html new file mode 100644 index 000000000..537973591 --- /dev/null +++ b/kubernetes-monitoring/unstyled.html @@ -0,0 +1,158 @@ + + + + + Explore Kubernetes Monitoring + + +

Explore CPU usage

+ +

Step 1: Navigate to Kubernetes Monitoring

+ +

Grafana provides specialized views for monitoring Kubernetes. Let's start by exploring the Infrastructure section + where you can view your Kubernetes clusters and their resources.

+ + + + highlight|button[aria-label="Expand section: Observability"]| +
    +
  • + Click Observability in the left navigation menu.
  • +
+
+ +

Section: Exploring your infrastructure.

+ +

What you will learn

+

Travel through your Kubernetes cluster and search for any Kubernetes object.

+ + +
    + +
  • + Click the cluster count. + Click the cluster count on the Kubernetes Overview page to open the list of all clusters in your environment. +
  • + +

    Section: Namespaces and workloads-list

    + +

    What you will learn

    +

    Use tabs on detail pages to view CPU, memory, and network performance for namespaces and workloads.

    + + +
      +
    • + Click Namespaces. + Click Namespaces in the main menu to open the list of all namespaces in your environment. +
    • + +
    • + Click any namespace. + Click any namespace name in the list to open its detail page. +
    • + +
    • + Click the CPU tab. + Click the CPU tab to see detailed CPU analysis. +
    • + +
    • + notice the workload usage/req + Click the CPU tab to see detailed CPU analysis. +
    • + +
    • + + Click the first workload in the list + +
    • +
    • + Notice the workload usage/request panel + Click the CPU tab to see detailed CPU analysis. + ***************** need to add not to click********** +
    • + +
    • + click the first pod in the list + Click the CPU tab to see detailed CPU analysis +
    • + +
    • + Notice the workload usage/request panel + Click the CPU tab to see detailed CPU analysis. + ***************** need to add not to click********** +
    • + +
    +
    + +

    What you have learned

    +

    You can now use the CPU, Memory, and Network tabs to view performance in namespaces and workloads.

    + + + +
+
+ +

What you have learned

+

You can view predictions to understand potential future resource usage.

+ +

Done!

+

You've learned how to use Grafana Cloud's Kubernetes Monitoring application! You can now:

+ + + +

These workflows help you monitor, troubleshoot, and optimize any Kubernetes cluster connected to Grafana Cloud.

+ + +