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/docs/tasks/debug/_index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,16 @@ card:
15
15
16
16
<!-- overview -->
17
17
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:
20
19
21
20
*[Debugging your application](/docs/tasks/debug/debug-application/) - Useful
22
21
for users who are deploying code into Kubernetes and wondering why it is not working.
23
22
*[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.
25
28
26
29
You should also check the known issues for the [release](https://github.com/kubernetes/kubernetes/releases)
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:
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