Skip to content

Commit d057902

Browse files
authored
Merge pull request #51855 from bismayam/main
Updating doc with Logging and Monitoring information for kubernetes
2 parents b754963 + f5d051a commit d057902

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

content/en/docs/tasks/debug/_index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ card:
1515

1616
<!-- overview -->
1717

18-
Sometimes things go wrong. This guide is aimed at making them right. It has
19-
two sections:
18+
Sometimes things go wrong. This guide helps you gather the relevant information and resolve issues. It has four sections:
2019

2120
* [Debugging your application](/docs/tasks/debug/debug-application/) - Useful
2221
for users who are deploying code into Kubernetes and wondering why it is not working.
2322
* [Debugging your cluster](/docs/tasks/debug/debug-cluster/) - Useful
24-
for cluster administrators and people whose Kubernetes cluster is unhappy.
23+
for cluster administrators and operators troubleshooting issues with the Kubernetes cluster itself.
24+
* [Logging in Kubernetes](/docs/tasks/debug/logging/) - Useful
25+
for cluster administrators who want to set up and manage logging in Kubernetes.
26+
* [Monitoring in Kubernetes](/docs/tasks/debug/monitoring/) - Useful
27+
for cluster administrators who want to enable monitoring in a Kubernetes cluster.
2528

2629
You should also check the known issues for the [release](https://github.com/kubernetes/kubernetes/releases)
2730
you're using.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Logging in Kubernetes"
3+
description: Logging architecture and system logs.
4+
weight: 20
5+
---
6+
7+
This page provides resources that describe logging in Kubernetes. You can learn how to collect, access, and analyze logs using built-in tools and popular logging stacks:
8+
9+
* [Logging Architecture](/docs/concepts/cluster-administration/logging/)
10+
* [System Logs](/docs/concepts/cluster-administration/system-logs/)
11+
* [A Practical Guide to Kubernetes Logging](https://www.cncf.io/blog/2020/10/05/a-practical-guide-to-kubernetes-logging)
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Monitoring in Kubernetes"
3+
description: Monitoring kubernetes system components.
4+
weight: 20
5+
---
6+
7+
This page provides resources that describe monitoring in Kubernetes. You can learn how to collect system metrics and traces for Kubernetes system components:
8+
9+
* [Metrics For Kubernetes System Components](/docs/concepts/cluster-administration/system-metrics/)
10+
* [Traces For Kubernetes System Components](/docs/concepts/cluster-administration/system-traces/)

0 commit comments

Comments
 (0)