thatmlopsguy opened a new pull request, #24: URL: https://github.com/apache/tika-helm/pull/24
This PR adds support for Kubernetes topologySpreadConstraints to the Tika Helm chart, enabling better pod distribution across nodes and availability zones for improved availability and resilience. What is topologySpreadConstraints? topologySpreadConstraints is a Kubernetes feature that allows you to control how pods are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This helps achieve high availability by ensuring pods are distributed evenly. Benefits - High Availability: Ensures pods are distributed across different nodes/zones - Fault Tolerance: Reduces risk of service disruption if a node or zone fails - Resource Optimization: Better utilization of cluster resources - Backward Compatible: Empty default value means no breaking changes -- 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: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org