Skip to content

openobserve/debug-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A container with common utilities for debugging your cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published