Hi all, We are currently building a CI/CD pipeline in Jenkins. Following best practices, we keep our kubernetes yaml files in Git. Part of the pipeline is responsible of making sure changes into those Git tracked kubernetes yaml files are auto applied into the several clusters (dev/acc/prod).
The way we are considering to do this right now, is the create some kind of "applier pod" within the cluster, which polls the hit repo for changes and applies changes by talking to the API server from within the cluster. My question is an open, twofold one: - "how do others solve this CI/CD auto apply requirement?" - "are there any solutions out there doing exactly this, within and/or outside the kubernetes community?" Thanks for any suggestion or references in advance. Best regards, Bart -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
