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
Updated:
1) alt text with description
2) alt text end with a period
3) Line 48 corrected "gether" to "gather"
4) unified the term to "AKS Diagnose and Solve Problems"
Copy file name to clipboardExpand all lines: articles/aks/aks-diagnostics.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Kubernetes Service (AKS) Diagnostics Overview
2
+
title: Azure Kubernetes Service (AKS) Diagnose and Solve Problems Overview
3
3
description: Learn about self-diagnosing clusters in Azure Kubernetes Service.
4
4
services: container-service
5
5
author: rongzhang
@@ -8,24 +8,24 @@ ms.date: 03/10/2023
8
8
ms.author: rongzhang
9
9
---
10
10
11
-
# Azure Kubernetes Service Diagnostics overview
11
+
# Azure Kubernetes Service Diagnose and Solve Problems overview
12
12
13
-
Troubleshooting Azure Kubernetes Service (AKS) cluster issues plays an important role in maintaining your cluster, especially if your cluster is running mission-critical workloads. AKS Diagnostics is an intelligent, self-diagnostic experience that:
13
+
Troubleshooting Azure Kubernetes Service (AKS) cluster issues plays an important role in maintaining your cluster, especially if your cluster is running mission-critical workloads. AKS Diagnose and Solve Problems is an intelligent, self-diagnostic experience that:
14
14
* Helps you identify and resolve problems in your cluster.
15
15
* Requires no extra configuration or billing cost.
16
16
17
17
18
-
## Open AKS Diagnostics
18
+
## Open AKS Diagnose and Solve Problems
19
19
20
-
To access AKS Diagnostics:
20
+
To access AKS Diagnose and Solve Problems:
21
21
22
22
1. Navigate to your Kubernetes cluster in the [Azure portal](https://portal.azure.com).
23
-
2. Click on **Diagnose and solve problems** in the left navigation, which opens AKS Diagnostics.
23
+
2. Click on **Diagnose and solve problems** in the left navigation, which opens AKS Diagnose and Solve Problems.
24
24
3. Choose a category that best describes the issue of your cluster by:
25
25
* Referring the keywords in each tile description on the homepage.
26
26
* Typing a keyword that best describes your issue in the search bar.

29
29
30
30
31
31
## View a diagnostic report
@@ -43,29 +43,29 @@ Based on the outcome, you may follow the detailed instructions or peruse the doc
43
43
44
44
**Example scenario 1**: I observed that my application is getting disconnected or experiencing intermittent connection issues. In response, I click **Connectivity Issues** tile to investigate the potential causes.

47
47
48
-
I received a diagnostic alert indicating that the disconnection may be related to my *Cluster DNS*. To gether more information, I clicked on *View details*.
48
+
I received a diagnostic alert indicating that the disconnection may be related to my *Cluster DNS*. To gather more information, I clicked on *View details*.

51
51
52
52
Based on the diagnostic result, it appears that the issue may be related to known DNS issues or VNET configuration. Thankfully, I can use the documentation links provided to address the issue and resolve the problem.
Furthermore, if the recommended documentation based on the diagnostic results does not resolve the issue, you can return to the previous step in Diagnostics and refer to additional documentation.

59
59
60
-
## Use Diagnostics for Best Practices
60
+
## Use AKS Diagnose and Solve Problems for Best Practices
61
61
62
-
Deploying applications on AKS requires adherence to best practices to guarantee optimal performance, availability, and security. To this end, the AKS Diagnostics **Best Practices** tile provides an array of best practices that can assist in managing various aspects such as VM resource provisioning, cluster upgrades, scaling operations, subnet configuration, and other essential aspects of a cluster's configuration. Leveraging the AKS Diagnostics can be vital in ensuring that your cluster adheres to best practices and that any potential issues are identified and resolved in a timely and effective manner. By incorporating AKS Diagnostics into your operational practices, you can be confident in the reliability and security of your application in production.
62
+
Deploying applications on AKS requires adherence to best practices to guarantee optimal performance, availability, and security. To this end, the AKS Diagnose and Solve Problems **Best Practices** tile provides an array of best practices that can assist in managing various aspects such as VM resource provisioning, cluster upgrades, scaling operations, subnet configuration, and other essential aspects of a cluster's configuration. Leveraging the AKS Diagnose and Solve Problems can be vital in ensuring that your cluster adheres to best practices and that any potential issues are identified and resolved in a timely and effective manner. By incorporating AKS Diagnose and Solve Problems into your operational practices, you can be confident in the reliability and security of your application in production.
63
63
64
64
**Example Scenario 2**: My cluster seems to be in good health. All nodes are ready, and my application runs without any issues. However, I am curious about the best practices I can follow to prevent potential problems. So, I click on the **Best Practices** tile. After reviewing the recommendations, I discovered that even though my cluster appears healthy at the moment, there are still some things I can do to avoid latency, throttling or VM uptime issues in the future.
65
65
66
-

66
+

67
67
68
-

68
+

0 commit comments