https://github.com/ventx/debug-pod
Kubernetes debugging container / pod
https://github.com/ventx/debug-pod
container debug docker kubectl kubernetes multiarch
Last synced: 5 months ago
JSON representation
Kubernetes debugging container / pod
- Host: GitHub
- URL: https://github.com/ventx/debug-pod
- Owner: ventx
- License: mit
- Created: 2020-11-20T10:21:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T02:43:42.000Z (over 1 year ago)
- Last Synced: 2024-12-25T16:12:33.358Z (9 months ago)
- Topics: container, debug, docker, kubectl, kubernetes, multiarch
- Language: Dockerfile
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# debug-pod
[](https://hub.docker.com/r/ventx/debug-pod/)
Multi-Arch Debug Pod for Kubernetes
## Docker Hub
[ventx/debug-pod:0.7.0](https://hub.docker.com/r/ventx/debug-pod)
## Docker image
* OS: Ubuntu
* Version: 22.04 LTS ("Jammy")## Architectures
* linux/amd64
* linux/arm64
* linux/arm/v7## Installed Packages (apt)
* [ca-certificates](https://packages.ubuntu.com/jammy/ca-certificates)
* [curl](https://packages.ubuntu.com/jammy/curl)
* [dnsutils](https://packages.ubuntu.com/jammy/bind9-dnsutils)
* [git](https://packages.ubuntu.com/jammy/git)
* [iputils-ping](https://packages.ubuntu.com/jammy/iputils-ping)
* [jq](https://packages.ubuntu.com/jammy/jq)
* [less](https://packages.ubuntu.com/jammy/less)
* [netcat](https://packages.ubuntu.com/jammy/netcat)
* [nmap](https://packages.ubuntu.com/jammy/nmap)
* [openssh-client](https://packages.ubuntu.com/jammy/openssh-client)
* [postgresql-client](https://packages.ubuntu.com/jammy/postgresql-client)
* [tree](https://packages.ubuntu.com/jammy/tree)
* [tzdata](https://packages.ubuntu.com/jammy/tzdata)
* [vim-tiny](https://packages.ubuntu.com/jammy/vim-tiny)
* [wget](https://packages.ubuntu.com/jammy/wget)## Installed Packages (go binaries)
* [kubectl](https://github.com/kubernetes/kubectl)
* [yq](https://github.com/mikefarah/yq)## Installed Packages (rust binaries)
* [xh](https://github.com/ducaale/xh)