Skip to content

Commit ae7654b

Browse files
committed
Make demo title clearer
Signed-off-by: Jose Blanquicet <[email protected]>
1 parent 4f2f841 commit ae7654b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/azure/azure-kubernetes/logs/capture-system-insights-from-aks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: sap:Monitoring and Logging
1515

1616
This article discusses the process of gathering real-time system insights from your Microsoft Azure Kubernetes Service (AKS) cluster by using Inspektor Gadget. The article contains step-by-step instructions for installing this tool on your AKS environment. It also explores practical examples that show how Inspektor Gadget helps you gather valuable information to do effective debugging of real-world issues.
1717

18-
## Demo-How to trace DNS traffic
18+
## Demo: Real-time DNS troubleshooting and critical file-access alerting
1919

2020
To begin, consider the following quick demo. Suppose that you have to figure out why the DNS requests from an application fail. By using Inspektor Gadget, you can capture the DNS traffic in the Kubernetes namespace in which your application is running:
2121

@@ -172,7 +172,7 @@ Use the instructions for your OS:
172172
apt update && apt install -y curl
173173
```
174174

175-
2. Download Microsoft GPG public key:
175+
2. Download Microsoft GNU Privacy Guard (GPG) public key:
176176

177177
```bash
178178
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | tee /usr/share/keyrings/microsoft.asc
@@ -204,7 +204,7 @@ Use the instructions for your OS:
204204
apt update && apt install -y curl
205205
```
206206
207-
2. Download Microsoft GPG public key:
207+
2. Download Microsoft GNU Privacy Guard (GPG) public key:
208208
209209
```bash
210210
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | tee /usr/share/keyrings/microsoft.asc

0 commit comments

Comments
 (0)