hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

create a helm UI #123

Open jstrachan opened 7 years ago

jstrachan commented 7 years ago

when using the new https://github.com/kubernetes/helm app folks can install apps via helm CLI.

It'd be nice to be able to view "helm apps" and delete / upgrade them; whatever we can do via the helm REST API basically.

Also it might be nice to be able to drag and drop charts onto the helm page to be able to do the equilvalent of helm install someFolder

See this for more details: https://github.com/kubernetes/helm#helm-in-a-handbasket

We could conditionally show the Helm UI if the tiller-deploy Deployment is in the kube-system namespace

Though not sure if there's a REST API to helm yet?