Live data from Hacker News

Broadcom to discontinue free Bitnami Helm charts

github.com

21–30 of 142 posts

Re: Broadcom to discontinue free Bitnami Helm charts

#23

Maybe this will finally break me of my habit of using helm charts, period.

Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.

Write a few Helm charts and you'll understand why people want to stop using it. `nindent` will become a curse word in your vocabulary. It's a fine tool at the user level, but the DX is an atrocity.

Re: Broadcom to discontinue free Bitnami Helm charts

#24

Earlier quoted context omitted.

Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.

Write a few Helm charts and you'll understand why people want to stop using it. `nindent` will become a curse word in your vocabulary. It's a fine tool at the user level, but the DX is an atrocity.

I mean, I have written a few (like 5-10?) and I don't understand either. I find that Helm is quite a nice tool which does its job very well.

Re: Broadcom to discontinue free Bitnami Helm charts

#26

This is going to cause some disruptions. What are the alternatives out there to bitnami charts?

Check out Artifact Hub, the CNCF-hosted charts from projects like Prometheus/Grafana, or the official k8s-at-home charts as solid alternatives to Bitnami.

Re: Broadcom to discontinue free Bitnami Helm charts

#27

Maybe this will finally break me of my habit of using helm charts, period.

Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.

Consuming one that is well written isn't too much pain, IME. But writing or modifying one can be really annoying. Aiui the values.yaml has no type schema, just vibes. The whole thing is powered off using text templating with yaml (a whitespace sensitive language), which is error prone and often hard to read. That's basically the main issues in a nutshell, it may not sound like much, but helm doesn't exactly do a whole lot and it does that limited set of stuff poorly.

Re: Broadcom to discontinue free Bitnami Helm charts

#28

Earlier quoted context omitted.

Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.

Write a few Helm charts and you'll understand why people want to stop using it. `nindent` will become a curse word in your vocabulary. It's a fine tool at the user level, but the DX is an atrocity.

What are you planning on moving to ?

Re: Broadcom to discontinue free Bitnami Helm charts

#30
post #27

Earlier quoted context omitted.

Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.

Consuming one that is well written isn't too much pain, IME. But writing or modifying one can be really annoying. Aiui the values.yaml has no type schema, just vibes. The whole thing is powered off using text templating with yaml (a whitespace sensitive language), which is error prone and often hard to read. That's basically the main issues in a nutshell, it may not sound like much, but helm doesn't exactly do a whol…

I share your dislike of Helm, but FYI there are schemas for values, see for example https://github.com/bitnami/charts/blob/main/bitnami/postgres... and docs https://helm.sh/docs/topics/charts/#schema-files
Post reply on HN