/debug-container

A container with common utilities for debugging your cluster

Primary LanguageDockerfileMIT LicenseMIT

A debug container

This debug container can be used for debugging applications in your kubernetes cluster.

This container comes pre-installed with below libraries

  1. ca-certificates
  2. curl
  3. dnsutils
  4. git
  5. iputils-ping
  6. jq
  7. nmap
  8. openssh-client
  9. tree
  10. vim-tiny
  11. wget
  12. kubectl
  13. yq

In order to run a pod with this container in your cluster:

kubectl apply -f debugger.yaml

kubectl -n default get pod

kubectl -n default exec -it pod/{pod name} -- bash

Docker image URI is:

public.ecr.aws/zinclabs/debug-ubuntu-base:latest