Skip to content

alchen99/k8s-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker/K8 debugging tools

Container to help with debugging K8s and other containers. Some of the things configured are as follows:

  • bash and bash-completion
  • AWS CLI and aws-iam-authenticator
  • kubectl with alias k defined
  • curl, httpie
  • jq
  • mysql-client
  • openldap-clients
  • openssl
  • screen
  • vim and vimdiff

Build

docker build -t alchen99/k8s-debug .

Automated build on Docker Hub

DockerHub Badge

Usage

Configure:

export AWS_ACCESS_KEY_ID="<id>"
export AWS_SECRET_ACCESS_KEY="<key>"
export AWS_DEFAULT_REGION="<region>"

References

About

Containerized AWS CLI, kubectl, aws-iam-authenticator, curl, and jq on alpine to help with debugging K8s and containers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors