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

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

docker image for executing kubectl. build for use with drone.io
https://github.com/torarg/docker-kubectl

Last synced: about 1 year ago
JSON representation

docker image for executing kubectl. build for use with drone.io

Awesome Lists containing this project

README

          

# docker-kubectl

## Descripton
Small docker image based on bash:latest with kubectl installed.
Was build for integration with drone.io.

## Configuration
Configuration can be either supplied by

- supplying a volume mount for `/home/kubectl-user/.kube`
- supplying a base64 decoded config file as environment variable `CONFIG`