Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 860 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 860 Bytes

debug Debug

A container image to help in debugs

ci Docker Pulls Docker Image Size (latest by date)

Usage:

kubectl run debug --rm -i --tty --image jhonn/debug:latest -- /bin/bash

This command will open a shell, and you can interact with other components inside the Kubernetes cluster.

Tools installed

Utils

  • gnupg
  • ca-certificates
  • curl
  • git
  • dnsutils
  • tcpdump
  • nmap
  • telnet
  • inetutils-ping
  • vim
  • jq
  • openssl
  • netcat-openbsd
  • make
  • perf
  • kubectl
  • redis-tools
  • mongodb-org-shell
  • postgresql

Languages:

  • Golang
  • Python