TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why Helm never felt like it belonged

3 点作者 lukadante3超过 4 年前

1 comment

mbushey超过 4 年前
Thank you for writing this article. I'm a DevOps Engineer and spend most of my time with Terraform and Kubernetes. K8s yaml is simple clean config, and Helm turns it into an obfuscated monkey pile. If I need to use a Helm chart, I use helm template which outputs the yaml to a file. Typically I do this in a Makefile. Then I use Kustomize to modify it for my application. Kustomize has lowered my stress level from when I used Helm substantially. Helm might be fine if you don't know [and don't want to know] K8s and use it as a package manager, but the second you want to modify the config with something that isn't in the chart, like adding taints and tolerations, pod disruption budgets, pod priorities, etc, you have a nightmare. Helm literally turns something simple into something complicated. It's like trying to code with a welding helmet on.
评论 #26011651 未加载