Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 570 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 570 Bytes

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