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

https://github.com/echoboomer/docker-kubectl


https://github.com/echoboomer/docker-kubectl

Last synced: 4 months ago
JSON representation

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.