-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Question] How useful is dhall-kubernetes (in my context) ? #56
Comments
Using Why is it "inevitable" for you to use Helm? Are you approaching the space as a developer in an organization where ops/infrastructure requires you to write Helm charts, or are you approaching the space from the ops/infrastructure side where Helm promises to help manage the different applications/systems you have running in a Kubernetes cluster? Even if you are in a position where you have no choice but to use Helm (for its package management feature-set, which is orthogonal to If you're coming at it from the ops/infra side... Dhall is a much, much more powerful language than Helm's Go Templates; do yourself a favor, ditch Helm, don't look back. You can do better than Helm's package management featureset by installing "packages" into their own individual namespaces, which also allows you to set a |
I've been planning to do a larger tutorial akin to https://kubectl.docs.kubernetes.io whilst also comparing to other approaches like helm for a while. But that'll come after we release the new version which will have quite a few breaking changes. Once we have the new release out, I'll be focusing more on propaganda. Gonna need people's help though. I'd love to see examples of recipes the community came up with within their work, which we can aggregate somewhere. Hopefully such a tutorial will quickly show people which patterns dhall is good at with. |
Thanks ! Your replies cheer me up ! I will take a closer look to |
@ari-becker yours is such a great testimonial 😄 I'll add my perspective to this too:
|
Honest question.
I am wondering how useful is
dhall-kubernetes
in the context of a dhall infrastructure setting that would inevitably be usingHelm
andTerraform
as much as possible (instead of plain deployment yaml files).I just thought of asking this question here directly after replying to dhall-lang/dhall-haskell#97.
Thanks for your reply.
The text was updated successfully, but these errors were encountered: