radius-project / roadmap

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

GitOps based deployments #37

Open willtsai opened 5 months ago

willtsai commented 5 months ago

Overview of roadmap item

Enable continuous deployment by supporting GitOps-based deployments.

Related issues

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

Additional context

cveld commented 1 month 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 1 month 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.