frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Chart Preview – Preview environments for Helm charts on every PR

13•chartpreview•4h ago
I’m a software engineer who accidentally became my team’s Kubernetes person — and eventually the bottleneck for every Helm chart PR.

I built Chart Preview so reviewers could see Helm chart changes running without waiting on me.

A few years ago, my team needed to implement HA for an existing product, which meant deploying on Kubernetes and OpenShift. I spent months learning Kubernetes, Helm, and the surrounding ecosystem. After that, Kubernetes largely became “my thing” on the team.

We later published public Helm charts for the product, and customers started submitting PRs. Those PRs would often sit for months — not because the changes were bad, but because testing them meant manually spinning up a Kubernetes cluster, deploying the chart with the proposed changes, running through test scenarios, and coordinating verification with product and QA. Since I was the only one who could reliably set up those environments, everything waited on me.

I kept thinking: what if the PR itself showed the changes working? What if reviewers could just click a link and see it deployed?

That idea became Chart Preview.

Chart Preview deploys your Helm chart to a real Kubernetes cluster when you open a PR, provides a unique preview URL for that PR, and cleans everything up automatically when the PR closes.

I started by solving a problem I was personally hitting, rather than surveying the whole market upfront. As I built more of it, I looked at existing preview tools and noticed that while there are solid solutions for previewing container-based applications, Helm-specific workflows introduce different challenges — chart dependencies, layered values files, and opinionated chart structures. That pushed me to focus Chart Preview on being Helm-native first, rather than adapting a container preview workflow to fit Helm.

Under the hood, it’s built in Go using the Helm v3 SDK. The architecture is an API server with workers pulling jobs from a PostgreSQL queue — no Kubernetes operator, just services talking directly to the Kubernetes API. Each preview runs in its own namespace with deny-all NetworkPolicies, ResourceQuotas, and LimitRanges. GitHub integration is done via a GitHub App for check runs and webhooks, with GitLab supported via the REST API.

There were a few interesting challenges along the way. Injecting preview hostnames into Ingress resources without corrupting manifests took several iterations. Helm uninstall doesn’t always clean everything up, so deleting the entire namespace turned out to be the safest fallback. Handling rapid pushes to the same PR required build numbering so the latest push always wins. And while the Helm SDK is powerful, it’s under-documented — I spent a lot of time reading Helm’s source code.

I’ve been building and testing this for a few months using real charts like Grafana, podinfo, and WordPress to validate the workflow. It’s early, but it works, and now I’m trying to understand whether other teams have the same pain point I did.

You can try it by installing the GitHub App here: https://github.com/apps/chart-preview

I’d love feedback on a few things:

Does this solve a real problem for your team, or is shared staging “good enough”?

What’s missing that would make you actually use it?

Are there Helm charts this wouldn’t work for? (Cluster-scoped resources are intentionally blocked.)

Happy to answer questions about the implementation.

Show HN: HN Wrapped 2025 - an LLM reviews your year on HN

https://hn-wrapped.kadoa.com?year=2025
67•hubraumhugo•8h ago•33 comments

Show HN: Chart Preview – Preview environments for Helm charts on every PR

13•chartpreview•4h ago•0 comments

Show HN: Claude Code Plugin to play music when waiting on user input

https://github.com/Sevii/agent-marketplace/blob/main/plugins/elevator-music/README.md
36•Sevii•5h ago•12 comments

Show HN: Fucking Websites

https://afw.kuber.studio
2•kuberwastaken•1h ago•0 comments

Show HN: A simple paper alert service

https://listening4.com/paper
2•laotoutou•1h ago•0 comments

Show HN: Memora – MCP persistent memory server knowledge graph vis

https://github.com/agentic-mcp-tools/memora
2•spokv•1h ago•0 comments

Show HN: TinyPDF – 3kb pdf library (70x smaller than jsPDF)

https://github.com/Lulzx/tinypdf
225•lulzx•2d ago•31 comments

Show HN: SceneSynth – Text → scene graph → AI render, recursively

https://github.com/Lywald/SceneSynth
2•lywald•2h ago•0 comments

Show HN: Got tired of searching for AI news daily so I built my own AI news page

https://dreyx.com/
2•lilsquid•2h ago•0 comments

Show HN: Cerberus – Real-time network monitor with eBPF

https://github.com/zrougamed/cerberus
2•zrouga•3h ago•0 comments

Show HN: jax-js – JAX in pure JavaScript

https://github.com/ekzhang/jax-js
2•ekzhang•3h ago•0 comments

Show HN: Automatic Riff Track Creator

https://github.com/jareklupinski/auto-riffer
3•jareklupinski•5h ago•0 comments

Show HN: Stickerbox, a kid-safe, AI-powered voice to sticker printer

https://stickerbox.com/
44•spydertennis•1d ago•55 comments

Show HN: SQL Quest – The Bank Job

https://www.sqlhabit.com/quests/the-bank-job
2•makaronich•7h ago•0 comments

Show HN: Misata – synthetic data engine using LLM and Vectorized NumPy

https://github.com/rasinmuhammed/misata
22•rasinmuhammed•4d ago•1 comments

Show HN: Concepts Reader, a Backup Plan for My Life

https://modulovalue.com/blog/concepts-reader-a-backup-plan-for-my-life/
2•modulovalue•8h ago•0 comments

Show HN: I built an interactive 3D brain viewer (DK Atlas)

https://neuroglance.labs.memebu.com
6•ronniebasak•8h ago•1 comments

Show HN: Picknplace.js, an alternative to drag-and-drop

https://jgthms.com/picknplace.js/
440•bbx•4d ago•148 comments

Show HN: Linggen – A local-first memory layer for your AI (Cursor, Zed, Claude)

https://github.com/linggen/linggen
34•linggen•1d ago•10 comments

Show HN: Learning a Language Using Only Words You Know

https://simedw.com/2025/12/15/langseed/
80•simedw•5d ago•27 comments

Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)

https://github.com/vivienhenz24/fuzzy-canary
363•misterchocolat•4d ago•273 comments

Show HN: Dbzero – Code as if you have infinite RAM (Python persistence engine)

https://github.com/dbzero-software/dbzero
6•dbzero•9h ago•3 comments

Show HN: MCPShark Viewer (VS Code/Cursor extension)- view MCP traffic in-editor

25•mywork-dev•3d ago•0 comments

Show HN: I Made Loom for Mobile

https://demoscope.app
68•admtal•1d ago•40 comments

Show HN: Composify – Open-Source Visual Editor / Server-Driven UI for React

https://github.com/composify-js/composify
69•injung•2d ago•5 comments

Show HN: I built a fast RSS reader in Zig

https://github.com/superstarryeyes/hys
90•superstarryeyes•4d ago•32 comments

Show HN: Sqlit – A lazygit-style TUI for SQL databases

https://github.com/Maxteabag/sqlit
189•MaxTeabag•5d ago•42 comments

Show HN: ZDS – Zig Data Structures

https://github.com/asheshvidyut/zds
4•absolute7•14h ago•0 comments

Show HN: I made an AI agent to interact with resume and make changes as you ask

https://resumeup.ai
2•rohithreddyj•14h ago•1 comments

Show HN: HiFidelity – A native macOS offline audiophile music player

https://rvarunrathod.github.io/HiFidelity/
3•rathod0045•14h ago•4 comments