Jul 14, 2024
kubectl apply -f [URL]
command.ip addr
: Lists interfaces.ip link show type veth
: Shows virtual Ethernet interfaces.kubectl get pods -o wide
: Displays all pods with node locations.ip route get [IP]
: Displays route to a destination pod.Tshark
to capture network traffic and examine IP-in-IP encapsulation.calicoctl node status
: Checks BGP status.