This debug container can be used for debugging applications in your kubernetes cluster.
This container comes pre-installed with below libraries
- ca-certificates
- curl
- dnsutils
- git
- iputils-ping
- jq
- nmap
- openssh-client
- tree
- vim-tiny
- wget
- kubectl
- 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