microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
361 stars 29 forks source link

Feature Request: Statefulsets Deployment in Azure Container Apps #1017

Open zohebk8s opened 9 months ago

zohebk8s commented 9 months ago

Is your feature request related to a problem? Please describe.

As we are moving towards containers and wanted to deploy databases/monitoring/observability tools in Azure Container Apps.

As a part of statefulset, pod along with a PVC will get attached and for some statefulsets a database will run as a pod/container.

Describe the solution you'd like.
If we want to deploy an end-end application with monitoring/observability/databases etc. A statefulset should be supported in Azure Container Apps. Otherwise we can just run stateless application and have to depend on Azure native managed services.

Describe alternatives you've considered.
Azure AKS

Additional context.

Azure Container Apps is meant for stateless workloads?

zohebk8s commented 9 months ago

Is ACA meant for Stateless applications?

zohebk8s commented 8 months ago

Hi Team,

Is it under the roadmap?

We are about to architect/design a solution and wanted to know whether Azure Container Apps supports Statefulsets.

Appreciate your input.

If it's only for stateless applications, then I will close this issue.