Question

Deployment on AWS EKS with a focus on high availability
Hello,
I am in the process of setting up a Pega deployment on AWS EKS with a focus on high availability. My goal is to ensure that pods are evenly distributed across multiple AWS availability zones and spread across different hosts within those zones.
While I have found that topologySpreadConstraints in Kubernetes can be used to distribute pods at the zone level, this feature seems to be missing from the provided Pega Helm chart, particularly for clustering service and Search and Reporting Service (SRS) pods.
Is there a recommended approach or best practice within the Pega community for implementing both availability zone and host-level distribution for these services? Specifically, I'm looking for a way to include topologySpreadConstraints or an equivalent functionality in the Helm chart configuration for clustering service and SRS pods.
I would greatly appreciate any advice or insights on how to configure our environment to meet these high availability requirements.
Thank you for your time and assistance!