8000 GitHub - manubs/busybox
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

manubs/busybox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Busybox

Project Details

This project was initially build for debugging and troubleshooting application on container. We can use this docker image as side car container for troubleshooting purposes.

Packages Installed

1.htop 2.nslookup 3.traceroute 4.nc 5.dig 6.grpcurl 7.jstack

Additional Busy box 300+ commands has been embedded into the image.

Installation

git clone https://github.com/manubs/busybox.git

Kubernetes Manifest


apiVersion: v1 kind: Pod metadata: name: busybox2 namespace: default spec: containers:

  • image: manubs/alpine:2.0 name: alpine resources:
    requests: memory: "500Mi" cpu: "0.8" limits: memory: "1Gi" cpu: "1"

Contact

Your Name - manojbangari39@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0