3 — DNS Debugging
Purpose
[stub: dns-debugging]
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Related notes
1 — Packet Analysis
tcpdump and Wireshark as the tools for capturing and reading raw packets and TCP streams.
2 — Linux Networking
The Linux networking command-line toolkit — ss, netstat, ip, ifconfig, route, traceroute, and ping — for diagnosing a network from the box itself.
4 — HTTP Debugging
curl, Postman, and HTTPie as the tools for debugging HTTP requests and responses directly.
5 — Kubernetes Network Debugging
kubectl exec, ephemeral containers, BusyBox, Network Policies, and Cilium monitor as the toolkit for debugging networking inside a Kubernetes cluster.