Live data from Hacker News

KubeApps – Discover and launch Kubernetes-ready apps using Helm

kubeapps.com

11–12 of 12 posts

Re: KubeApps – Discover and launch Kubernetes-ready apps using Helm

#11
post #7

I personally would find it useful if helm would provide way of saving the template to yaml. E.g. only install helm "locally", but when deploying to prod just use plain yaml files based on config created via helm. Why I would want it: - Easier to do minor tweaks on top of the helm config, if variables exported by helm do not support it - I find it elegant that all state required to restore state of the cluster are in…

This is an interesting use-case, one way you might be able to achieve this is using technosophos' template plugin[1] which will allow you to skip the trip to the cluster and render templates client-side. [1] https://github.com/technosophos/helm-template

Looks like what I was looking for. Only minor nit is that I can't set --name like in helm install, but I can easily just search and replace in the yaml file.

Re: KubeApps – Discover and launch Kubernetes-ready apps using Helm

#12
post #8

Earlier quoted context omitted.

I'd love to see a bit more of monocular without having to install it. Do you know if there are any screenshots, blog posts or even a demo instance?

Yes! KubeApps.com is a running public instance of Monocular that indexes the official Kubernetes charts repositories ( https://github.com/kubernetes/charts ). To find out more about Monocular, here are some blog posts: - https://engineering.bitnami.com/2017/02/22/what-the-helm-is-... - https://deis.com/blog/2017/building-a-helm-ui/

Thanks!
Post reply on HN