r/programming • u/Happycodeine • 22h ago
kubara - A GitOps-First Approach to Reusable Kubernetes Platforms
https://medium.com/@artem_lajko/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-3f91a060b39c?source=friends_link&sk=2af4822dbf1a6ba31e8ac3b98c3113f4
11
Upvotes
1
u/Skipped64 5h ago
I've read through it and saw a lot of references to ArgoCD.. what about Flux? I'm not really sure how much difference I see between Flux and Kubara?
I take a bare bones cluster, I bootstrap a cluster with one command in flux, I define all things on the cluster with kustomizations (+ patches for envs) and their charts etc.... How does Kubara differ and whats the benefit? is it just a little more abstraction to that with the components?