Git Repo for a super userful Kubernetes deployment image based on Alpine or Ubuntu. Contains a bunch of handy dependencies, making it an ideal image to use when deploying applications onto Kubernetes from any CI system.
- Kubectl
- Helm
- Terraform
- Terragrunt
- AWS CLI
- Azure CLI
- Python3
- Pip3
Supports two versions of Helm and both Ubuntu and Alpine as bases:
- For Helm 3.8.0 with alpine: use the tag
helm3-alpine
- For Helm 3.8.0 with ubuntu: use the tag
helm3-ubuntu