https://github.com/echoboomer/docker-kubectl
https://github.com/echoboomer/docker-kubectl
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/echoboomer/docker-kubectl
- Owner: echoboomer
- Created: 2022-10-21T14:55:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T02:36:23.000Z (over 2 years ago)
- Last Synced: 2024-01-16T07:34:28.613Z (over 2 years ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-kubectl
Image for executing various Kubernetes-centric commands in CI. Currently used by the `echoboomer` group for Circle CI.
## Purpose
This image is used in our pipelines to run generalized workflows against Kubernetes clusters or artifacts. It contains the following packages:
* `bats` - Allows us to run tests.
* `helm` - Allows us to manipulate Helm charts and run unit tests against our own charts.
* `kubectl` - Allows us to interact with clusters.
* `kustomize` - Allows us to manipulate Kustomize files.