Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heresie/k8s-toolbox-alpine
Docker Image with full Toolbox for Kubernetes Deployments
https://github.com/heresie/k8s-toolbox-alpine
Last synced: about 2 months ago
JSON representation
Docker Image with full Toolbox for Kubernetes Deployments
- Host: GitHub
- URL: https://github.com/heresie/k8s-toolbox-alpine
- Owner: heresie
- Created: 2023-07-24T14:27:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T15:04:05.000Z (over 1 year ago)
- Last Synced: 2023-07-24T15:41:42.153Z (over 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Alphine Toolbox
🐳 Docker Image with full Toolbox for Kubernetes Deployments.
## How to use
```
docker run -it --rm herezie/k8s-toolbox:latest
```## Available tools
| Tool Name | Version |
| ---------- | --------- |
| `helm` | `3.12.0` |
| `bash` | `5.2.15` |
| `git` | `2.41.0` |
| `envsubst` | `0.22` |
| `jq` | `1.6-r3` |
| `yq` | `v4.34.2` |
| `kubectl` | `1.27.4` |
| `curl` | `8.2.0` |---
EOF