5 — Kubernetes Network Debugging
Purpose
[stub: kubernetes-network-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.
3 — DNS Debugging
dig, nslookup, and host as the tools for debugging DNS resolution problems.
4 — HTTP Debugging
curl, Postman, and HTTPie as the tools for debugging HTTP requests and responses directly.