v0id3r / k8s-helm

Containerized Kubernetes Helm client

Home Page:https://github.com/kubernetes/helm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Client

CircleCI Build Status

CircleCI

Container Details

Supported tags and respective Dockerfile links

Overview

This container provides the Helm client for use with Kubernetes

Run with tunneling

kubectl run -it helm --env=HELM_HOST=<HOST>:<PORT> --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true

Run without tunneling

kubectl run -it helm --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true

About

Containerized Kubernetes Helm client

https://github.com/kubernetes/helm/

License:Apache License 2.0


Languages

Language:Dockerfile 60.0%Language:Makefile 40.0%