radius-project / roadmap

https://radapp.io
Apache License 2.0
0 stars 0 forks source link

Flux integration for GitOps based deployments #37

Open willtsai opened 10 months ago

willtsai commented 10 months ago

Overview of roadmap item

Enable continuous deployment by integrating with Flux to support GitOps-based deployments.

Related issues

### Related issues
- [ ] https://github.com/radius-project/radius/issues/6689

Additional context

cveld commented 6 months ago

During the May community call you were thinking of integrating with kubernetes cd operators like argocd and fluxcd. But how will that work when the radius control plane can eventually be hosted anywhere?

rynowak commented 6 months ago

It's true that the most major gitops projects are Kubernetes based (thinking of Flux and ArgoCD). I haven't seen a gitops system that doesn't require Kubernetes running somewhere.

So I think if you wanted to use gitops you'd need somewhere to host one of those projects. Radius won't have to be in the same Kubernetes cluster.