this post was submitted on 01 Nov 2024
16 points (100.0% liked)
Opensource
6 readers
3 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Gitops!
It seems that they are using fluxcd, just like I am, to manage their kubernetes cluster.
I really like it as a solution, as you just edit configuration files, push then to git, and then your kubernetes cluster changes. Deploying an app is as simple as adding a file, and deleting an app involves deleting that file.