Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)