Skip to content

Extrememely Small | Containerised kubectl, bash, curl, jq, screen, vim, db-clients & monitoring on alpine.

License

Notifications You must be signed in to change notification settings

shivanshthapliyal/k8s-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8s-debugger

Extrememely Small | Containerised kubectl, bash, curl, jq, screen, vim, db-clients & monitoring on alpine.

Build the debugger docker image:

# Clone the repo
git clone https://github.com/shivanshthapliyal/k8s-debugger.git
# Build docker image
docker build -t debugger:v1.0.0 -f Dockerfile .

To add a container of debugger to your pods as a sidecar, add the following to your deployment spec, or refer deployment.yaml:

- name: debugger
  image: debugger:v1.0.0
  args:
   - <command-to-test>

About

Extrememely Small | Containerised kubectl, bash, curl, jq, screen, vim, db-clients & monitoring on alpine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published