Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-04T17:45:33.000Z (11 months ago)
- Last Synced: 2024-04-14T02:59:37.092Z (10 months ago)
- Language: Dockerfile
- Size: 2.93 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)