2 — Linux Networking
Purpose
[stub: linux-networking] — see also sre/README.md Part 01 for the same tools from the operational/SRE angle.
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.
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.
5 — Kubernetes Network Debugging
kubectl exec, ephemeral containers, BusyBox, Network Policies, and Cilium monitor as the toolkit for debugging networking inside a Kubernetes cluster.