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.

  • Lodra@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days 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.