Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kupetpl vs helm template command #19

Open
joberdick opened this issue Apr 7, 2019 · 1 comment
Open

Kupetpl vs helm template command #19

joberdick opened this issue Apr 7, 2019 · 1 comment

Comments

@joberdick
Copy link

I have recently discovered helm template command that renders the helm chart without need for tiller.

What are the reasons to stick with kubetpl vs helm template?

I'm happy with kubetpl, but wondering if consolidating down to one template tool makes sense in the long run.

@rwenz3l
Copy link

rwenz3l commented Oct 4, 2019

I'd say helm is a lot more flexible and complex. It has things like loops and can integrate all sorts of things, while kubetpl is "simply" for rendering.

Helm is also more seen as a package manager for stuff like nginx or prometheus. You may not want to write Charts,Values and Stuff just to deploy 1 application to your cluster.. I think Helm makes a lot more sense, when you're dealing with larger teams and larger deployments, that also needs to be configurable all the time. kubetpl is a bit more like a supercharged envsubst.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants