https://github.com/falleng0d/kube-tools
A lightweight Docker image with minimal CLI tooling for working with Kubernetes.
https://github.com/falleng0d/kube-tools
Last synced: 5 months ago
JSON representation
A lightweight Docker image with minimal CLI tooling for working with Kubernetes.
- Host: GitHub
- URL: https://github.com/falleng0d/kube-tools
- Owner: falleng0d
- Created: 2024-03-04T17:28:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T13:20:45.000Z (about 2 years ago)
- Last Synced: 2025-06-19T04:07:03.761Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kube-tools
A Docker image based on Debian 12 that comes with all the tools you need to work with Kubernetes, Helm charts, AWS (awscli), AWS EKS, and Digital Ocean Kubernetes. Intended to be a flexible foundation of tools for CI/CD workflows.
This is a simplified version of [jshimko/kube-tools](https://github.com/jshimko/kube-tools)
## Included Tools
- kubectl -
- Helm 3 -
- Helm S3 plugin -
- awscli -
- aws-iam-authenticator -
- yamllint -
- yq 4.42.1 (YAML parser based on `jq`) -
# Credits
Based on [jshimko/kube-tools](https://github.com/jshimko/kube-tools)