You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Topology spread constraints can be used to control how Pods are spread across a cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This can help to achieve high availability as well as efficient resource utilization. For Solace, running in a cloud based environment means each node can be run in a different availability zone.
Use Case
This would be used to ensure that all three nodes of a high availability solace deployed to a cloud environment was spread evenly across multiple availability zones.
Proposed Solution
In the same way that tolerations and affinity were added to the helm chart the topologySpreadConstraints just needs to be added to the values.yaml and the solaceStatefulSet.yaml.
The text was updated successfully, but these errors were encountered:
Feature Description
Topology spread constraints can be used to control how Pods are spread across a cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This can help to achieve high availability as well as efficient resource utilization. For Solace, running in a cloud based environment means each node can be run in a different availability zone.
Use Case
This would be used to ensure that all three nodes of a high availability solace deployed to a cloud environment was spread evenly across multiple availability zones.
Proposed Solution
In the same way that tolerations and affinity were added to the helm chart the topologySpreadConstraints just needs to be added to the values.yaml and the solaceStatefulSet.yaml.
The text was updated successfully, but these errors were encountered: