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.
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.
git clone https://github.com/manubs/busybox.git
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"
Your Name - manojbangari39@gmail.com