this post was submitted on 08 Apr 2025
        
      
      4 points (100.0% liked)
      Kubernetes
    1191 readers
  
      
      1 users here now
      
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
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.