/24 means first 24 bits are network, 8 bits for hosts in that IPv4 block. Determines subnet size and which IPs are same broadcast domain vs routed separately.
10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. Not routable on the public Internet - translated at edge. Plan non-overlapping ranges for VPC peering and VPN to avoid conflicts.
<svc>.<ns>.svc.cluster.local. Headless services return pod IPs. ExternalName maps to external DNS. Compare with Consul/etcd for mesh-style discovery.
dig +trace, tcpdump, and checking /etc/resolv.conf.
ping (ICMP may be blocked), traceroute/mtr, dig/nslookup, curl -v, ss -tlnp/netstat, tcpdump, nc -zv. Match tool to layer.