TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

KubeApps – Discover and launch Kubernetes-ready apps using Helm

69 pointsby prydoniusabout 8 years ago

4 comments

kozikowabout 8 years ago
I personally would find it useful if helm would provide way of saving the template to yaml. E.g. only install helm &quot;locally&quot;, but when deploying to prod just use plain yaml files based on config created via helm.<p>Why I would want it:<p>- Easier to do minor tweaks on top of the helm config, if variables exported by helm do not support it<p>- I find it elegant that all state required to restore state of the cluster are in yaml files. Helm require installation of apps for each cluster<p>- IIUC if app installed via helm changes between I install it on local cluster and prod cluster I may end up with different versions of the app<p>I know I can do &quot;kubectl get pod&#x2F;my-pod -o yaml&quot;. Firstly, I would have to figure our which variables are permanent (state variable like &quot;nodeName&quot; are mixed with permanent variables like &quot;restartPolicy&quot;). Secondly, I would also have to figure out all k8s objects that were created by helm.
评论 #13717172 未加载
jzelinskieabout 8 years ago
I&#x27;m really excited to see projects like make containerized applications more available. There&#x27;s a lot of awesome new projects in this space and I&#x27;m hoping that we as a community can come together and adopt a standard API for compatibility across all tools. CNR[0] is the name of the effort that is essentially extending OCI[1] to support apps (Helm, KPM, Kubernetes, Docker Compose, Docker DAB).<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;cn-app-registry&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cn-app-registry&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;opencontainers&#x2F;image-spec" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opencontainers&#x2F;image-spec</a>
评论 #13716727 未加载
ridruejoabout 8 years ago
For those who are not familiar with Helm is basically apt-get for Kubernetes apps
moondevabout 8 years ago
I tried this out last night on my cluster (<a href="https:&#x2F;&#x2F;github.com&#x2F;helm&#x2F;monocular" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;helm&#x2F;monocular</a>)<p>While nice looking I was hoping it provided a way to easily install and configure the variables from the ui.
评论 #13715674 未加载
评论 #13717092 未加载