Preview:
kubectl get no -owide

# List containers running
docker ps

# Enter kind node
docker exec -it kind-control-plane sh

# Show node info
ip link

# Show containers inside node
crictl ps

# Get container process id
crictl inspect <CONTAINER>
  
# Enter container network namespace
nsenter -n -t <PROC_ID>

# Show container network info
ip addr
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter