1 — Packet Analysis
Purpose
[stub: packet-analysis]
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Related notes
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.
5 — Kubernetes Network Debugging
kubectl exec, ephemeral containers, BusyBox, Network Policies, and Cilium monitor as the toolkit for debugging networking inside a Kubernetes cluster.