danhuawang opened a new issue, #10864:
URL: https://github.com/apache/gravitino/issues/10864

   ### What would you like to be improved?
   
   The Gravitino, Iceberg REST, and Lance REST Helm charts do not support 
`topologySpreadConstraints` on the pod spec. Enterprises running on multi-AZ 
Kubernetes clusters often have policy requirements to spread workloads across 
availability zones or nodes. Without this, all Gravitino pods can land on the 
same node/AZ, creating a single point of failure and failing HA compliance 
requirements.
   
   
   ### How should we improve?
   
   Add a `topologySpreadConstraints: []` value to all three charts' 
`values.yaml` and write it into the pod spec in each `deployment.yaml`, 
following the same pattern as the existing `affinity` and `tolerations` fields:
   
   Applies to:
   dev/charts/gravitino
   dev/charts/gravitino-iceberg-rest-server
   dev/charts/gravitino-lance-rest-server


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to