camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
72 stars 130 forks source link

[ENHANCEMENT] AWS EKS Fargate support #394

Open roshan-snapwork opened 2 years ago

roshan-snapwork commented 2 years ago

Hello team,

We are trying to install zeebe on our EKS cluster with Fargate profile. However we are facing some difficulty with installation.

Also, I see bunch of threads in slack regarding users facing issues with fargate. Just wanted to understand if EKS fargate supported by camunda?

Thanks!

aabouzaid commented 2 years ago

Hi @roshan-excl,

We are working on EKS support at the moment. But we didn't look into Fargate use case yet. If we have more details about the use case and the issues on Fargate, that will speed up the support or suggest solutions.

theburi commented 1 month ago

Hi @roshan-snapwork , We currently do not support AWS EKS Fargate due to its limitation of only providing NFS disks, which are incompatible with ZeeBe. More details on the volume performance requirements are in our documentation: Supported Environments.

We will consider adding support for Fargate once AWS EKS Fargate introduces support for EBS (block storage).

Andrey