A small docker image with kubectl,helm, envsubst based on Alpine
I guess lots of people will have something similar, I thought to share my small customized container.
So here, you can find a small Alpine Based container, stuffed with
It is mostly used as a _gitlab runner, in order to _talk to kubernetes clusters (injected with the appropriate kube-configs).
You can just run /pull it like
docker pull javapapo/kube-runner:2 docker run -it javapapo/kube-runner:2
Using different tags e.g. 1, 2 etc, I just upgrade some of the versions of the above utils.
Currently I feature tag _1 and _2 .
No rocket science, maybe some people will find it useful on their GitLab/Circle/BitBucket runner use cases.
ps) github repo is here