frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Getting tired of Helm – any better way to handle deployments in Kubernetes?

25•DeborahEmeni_•2mo ago
I’ve been deep in Helm templates lately and it’s starting to feel like YAML hell. It was fine when we had a few services, but now it’s just hard to manage. Anyone found a workflow that avoids Helm altogether? Or made Helm manageable at scale?

Comments

LarsLarson•2mo ago
We are using kustomize to create the yaml and argocd for deployment. All via ci and git-ops.

works really well

GauntletWizard•2mo ago
I'm a huge fan of Kustomize. I'm ambivalent towards argocd, but Kustomize is as close to a DWIM tooling as it's possible to get for Kubernetes.
OhSoHumble•2mo ago
Also using Kustomiza and Argo. It's really good imo.
natbennett•2mo ago
I prefer ytt for templating and kapp for deployments.

https://github.com/carvel-dev/carvel

johnjungles•2mo ago
ArgoCD
dvektor•2mo ago
Yeah the whole 'git repo = helm chart' just does not feel great at all. As we all know, the only thing worse is not using helm and having to deal with writing all those service, pv, pvc, ingress yaml files individually :)
haiku2077•2mo ago
ArgoCD for relatively simple stuff.

For complex stuff I write Python or Go programs to build manifests, then shell out to kubectl apply. An old example - deploying a multi-instance modded Arma 3 server on k3s: https://github.com/dharmab/homelab-k3s/tree/main/lab

a-saleh•1mo ago
Why just simple?

T.b.h. if I were to write a manifest generator, I would still probably commit the thing into a repo and let argo do the rest. Maybe even fiddled around to make the generator into a config-management-plugin ... but that feels like over-doing it.

Nerudite•2mo ago
Helmsman works great:

https://github.com/mkubaczyk/helmsman

b11484•2mo ago
I've been working on improving a tool called kr8+, which uses jsonnet to combine cluster config and apply it to components: https://github.com/ice-bergtech/kr8
Vespasian•2mo ago
My recommendation is fluxcd for a great gitops based workflow (incorporates soap for secrets)
atmosx•2mo ago
Kustomize is easier to manage at scale, but some upfront effort is required. Many charts are distributed as Helm packages, so you’ll often need to export them as raw YAML manifests. In an ideal setup, ArgoCD combined with Kustomize should cover most deployment needs. However, depending on your workflow, you may eventually need a way to dynamically replace variables. If the built-in tools in recent Kustomize versions aren’t sufficient, consider using envsubst as a fallback.
GauntletWizard•2mo ago
I handle deploy time dynamic variables with `sed`. You shouldn't need more complexity than that.

(Not that I haven't had the need, I've use jsonnet with libk8s at scale. But if you're asking the question this simply, you probably don't need it)

atmosx•2mo ago
> I handle deploy time dynamic variables with `sed`

I brought up envsubst because it’s a simpler, cleaner, and often overlooked option for variable substitution.

> Not that I haven't had the need, I've use jsonnet with libk8s at scale. But if you're asking the question this simply, you probably don't need it

In my view, Jsonnet isn’t an improvement - it’s complicated to learn, cumbersome to use, and prone to mistakes.

That said, if an organization decides to adopt any specific tool, I believe consistency in tooling, design, and practices is more important than the tool itself.

arccy•2mo ago
if you only work with your own stuff, helm is easily (and best) avoided.

i like generating k8s yaml with cue, example: https://github.com/cue-labs/cue-by-example/tree/main/003_kub...

there's also https://timoni.sh/ if you want a helm-like experience, but with cue instead of templating.

If you're working with upstream projects, unfortunately many of them will only provide helm charts, so you got to decide between rewriting them to suit your env/tool, or just live with the crappiness of helm.

delduca•2mo ago
+1 for Kustomize
bithavoc•2mo ago
I use Pulumi native package for Kubernetes, no more YAML, only instances of Typescript classes.
Kerbonut•2mo ago
I built my own tooling around templated manifest files (jinja2) and management via ansible playbooks (templated).
1024kb•2mo ago
What exactly are you doing with Helm that's making it so painful to use, and what does your development workflow look like? I've certainly had my fair share of issues with Helm, especially when trying to get a bit too fancy with creating Helm libraries, and standardised charts. I've also found that trying to aggregate multiple charts into a single chart for deploying an environment can also become a nightmare to manage.

I'm currently looking at Helmfile so that I don't need to aggregate charts into a 'parent chart', and i'd also like to move towards a single standardised chart that all microservices can use, rather than spin up a new chart for each service.

Open-Sourcery•2mo ago
Holos.run for my homelab cluster. Cuelang has a learning curve but works well with argo unlike Timoni and let's you import existing charts, bare manifests, and use kustomize. Let's me abstract config with custom types and unification/(inheritance if that is easier to think about but a bit wrong)
gtirloni•2mo ago
https://github.com/apple/pkl-k8s
uaas•2mo ago
IMHO at scale (both in terms of complexity and org level) having something consistent helps more than trying to fight the de-facto standard. Since most upstream projects are mainly distributed as Helm charts, going with anything else will require more effort eventually.
a-saleh•1mo ago
Recently I have been writing more stings in jsonnet. If I were with more haskell-friendly team, might even try dhall. In general, I feel like writing the yaml in something else than yaml is the way to go, and as long as you get imports and way to do templating that is not just string interpolation, you are good.

Robot surgery on humans could be trialled within decade

https://www.theguardian.com/science/2025/jul/09/robot-surgery-on-humans-could-be-trialled-within-decade-after-success-on-pig-organs
1•blufish•31s ago•0 comments

Modern Node.js Patterns for 2025

https://kashw1n.com/blog/nodejs-2025/
1•tpetry•4m ago•0 comments

Best CSS clamp calculator and visualizer

https://clampcalculator.com/
1•ivanche•7m ago•0 comments

Trace LLM workflows at your app's semantic level, not at the OpenAI API boundary

https://engineeringideas.substack.com/p/trace-llm-workflows-at-your-apps
1•leventov•10m ago•0 comments

Show HN: Code is all you need – Sherlog MCP

https://github.com/GetSherlog/Sherlog-MCP
2•randomaifreak•10m ago•0 comments

Why Big Tech is threatened by a global push for data sovereignty

https://restofworld.org/2025/big-tech-data-sovereignty/
3•jethronethro•11m ago•0 comments

C++: Maps on Chains

http://bannalia.blogspot.com/2025/07/maps-on-chains.html
1•signa11•12m ago•0 comments

macOS Tahoe puts the Spotlight where it belongs

https://www.macworld.com/article/2841894/20-years-later-spotlight-returns-to-the-spotlight.html
1•tosh•13m ago•0 comments

Does AI boost productivity? The evidence is murky

https://theconversation.com/does-ai-actually-boost-productivity-the-evidence-is-murky-260690
3•devonnull•15m ago•0 comments

Show HN: A 50% Undercut

https://www.aiworkphoto.com/
1•alexbradford196•22m ago•0 comments

Chctx – omz plugin for changing context of AWS/Terraform

https://github.com/jmischler72/chctx
1•jmischler72•23m ago•0 comments

ATC/OSDI'25 Technical Sessions

http://muratbuffalo.blogspot.com/2025/07/atcosdi25-technical-sessions.html
2•ArneVogel•24m ago•0 comments

Go Fork

https://github.com/HRHDaniel/go/tree/throwOperator1.24
1•martinskou•26m ago•1 comments

AI Study Assistant – Ask questions from your own notes

2•RajGuruYadav•27m ago•0 comments

Brine new world: technology enhances desalination and lithium mining

https://cosmosmagazine.com/science/chemistry/thermodiffusion-lithium/Brinenewworld:technologyenhancesdesalinationandlithiummining
3•Bluestein•28m ago•0 comments

Climate simulator 'brings weather into the lab'

https://www.bbc.com/news/articles/cqjq2e5gd8wo
4•Bluestein•30m ago•0 comments

Autocoder.cc – The first full stack vibe coding tool

https://www.autocoder.cc/
2•Sharon_Q•31m ago•2 comments

Elon Musk's Tesla to open first India store in Mumbai on July 15

https://www.thehindu.com/business/elon-musks-tesla-to-open-first-india-store-in-mumbai-on-july-15/article69798935.ece
2•Bluestein•31m ago•0 comments

METR's AI productivity study is good

https://www.seangoedecke.com/impact-of-ai-study/
3•ingve•33m ago•0 comments

Transition to using 16 KB page sizes for Android apps and games

https://android-developers.googleblog.com/2025/07/transition-to-16-kb-page-sizes-android-apps-games-android-studio.html
1•ingve•35m ago•0 comments

The remarkable rise of an Australian deputy mayor to a plum job

https://www.smh.com.au/national/the-remarkable-rise-of-an-australian-deputy-mayor-to-a-plum-trump-job-20250711-p5me60.html
2•KnuthIsGod•36m ago•0 comments

Sipgate discovers null-pointer-dereference in Mediatek VoLTE stack firmware

https://www.sipgate.de/blog/sipgate-discovers-null-pointer-dereference-in-mediatek-volte-stack-firmware
2•todsacerdoti•40m ago•0 comments

Zero-Click Calendar Exfiltration Reveals MCP Security Risk in 11.ai

https://repello.ai/blog/zero-click-calendar-exfiltration-reveals-mcp-security-risk-in-11-ai
1•Dachande663•43m ago•0 comments

Claude Code is now a Bun single-file executable

https://twitter.com/jarredsumner/status/1943492457506697482
1•tosh•46m ago•0 comments

I built a Steam plugin for Dify (now listed on the official plugin marketplace)

https://marketplace.dify.ai/plugins/bdim/steam
2•bdim404•46m ago•1 comments

Apple vs the Law

https://formularsumo.co.uk/blog/2025/apple-vs-the-law/
29•tempodox•50m ago•7 comments

The Yellow Milkmaid Syndrome – paintings with identity problems

https://pro.europeana.eu/post/the-yellow-milkmaid-syndrome-paintings-with-identity-problems
2•thunderbong•52m ago•0 comments

Europe's first HPC ARM processor lands at TSMC

https://www.heise.de/en/news/Europe-s-first-HPC-ARM-processor-lands-at-TSMC-10483298.html
1•doener•54m ago•0 comments

Implement a robust multi-rate-limit throttling using Rails

https://www.prateekcodes.dev/implementing-api-throttling-multiple-endpoints-rails/
1•prateekkish•56m ago•0 comments

Foundation Models of Behavioral Data from Wearables Improve Health Predictions

https://arxiv.org/abs/2507.00191
1•tosh•59m ago•0 comments