simpleadm / kubectl-helm-s3

Docker image with kubectl and helm with s3 plugin

Home Page:https://hub.docker.com/r/simpleadm/kubectl-helm-s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image with Kubectl and Helm with s3 plugin

Docker build

This docker image provides kubectl and helm binaries for working with a Kubernetes cluster.

Run

Example to just run helm on entry:
docker run --rm simpleadm/kubectl-helm-s3 helm
By default kubectl will try to use /root/.kube/config file for connection to the kubernetes cluster, but does not exist by default in the image.

Example for use with personal administration or troubleshooting with volume mount for kubeconfig files:
docker run -it -v ~/.kube:/root/.kube simpleadm/kubectl-helm-s3
The -v maps your host docker machine Kubernetes configuration directory (~/.kube) to the container's Kubernetes configuration directory (root/.kube).

Credits

Inspired by https://github.com/dtzar/helm-kubectl

About

Docker image with kubectl and helm with s3 plugin

https://hub.docker.com/r/simpleadm/kubectl-helm-s3

License:MIT License


Languages

Language:Dockerfile 64.0%Language:Makefile 36.0%