Skip to main content

Container Networking

Container networking usually combines Linux namespaces, virtual interfaces, and overlay/bridge networks.

Checks

  • Pod/container IP and route table.
  • DNS resolution inside container namespace.
  • Service/pod CIDR overlap.

Commands

ip a
ip route
nslookup kubernetes.default.svc.cluster.local