this post was submitted on 08 Apr 2025
3 points (100.0% liked)

Kubernetes

1055 readers
5 users here now

founded 2 years ago
MODERATORS
 

Someone added a PR to an app of mine adding instructions for k8s setup. I do like the idea of providing these instructions, but I don't have any experience with k8s whatsoever. The commits look fine to me, but in case anyone is experienced, I'd appreciate if you can take a look. I don't want to inadvertently add something malicious. Here's a link to the PR: https://github.com/SinTan1729/chhoto-url/pull/48, thanks.

you are viewing a single comment's thread
view the rest of the comments
[–] Lodra 3 points 2 weeks ago

OP, my personal preference is to supply raw k8s manifests in a project. These are far easier to manipulate using tool called kustomize. Just think of it as an alternative to helm. The big thing is that kustomize removes the need for forks because it can run against manifests defined by a url.