Skip to content

Container trouble-shooting

Network

netshoot

A network trouble-shooting swiss-army container

Run netshoot as kubernets pod sidcar:

containers:
  - name: security-context-test
  # image: "docker.io/debian:trixie"
  image: "docker.io/nicolaka/netshoot:latest"
  command
    - sleep
    - "9999"
  # Optional: use privilegd mode
  securityContext
    privileged: true
    allowPrivilegeEscalation: true
    runAsUser: 0

Other network debug images

Outdated network debug images