An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# debug-pod

[![Docker Pulls](https://img.shields.io/docker/pulls/ventx/debug-pod.svg)](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)