Skip to content

Commit 124f084

Browse files
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
1 parent a57da69 commit 124f084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ With HA enabled, the default Helm values add pod anti-affinity so Scheduler and
129129
- `global.ha.topologyKey`: Kubernetes label used meaning “different domain”. Set by default to `topology.kubernetes.io/zone`.
130130
- `global.ha.podAntiAffinityPolicy`: Enables soft spreading with `preferredDuringSchedulingIgnoredDuringExecution` (the default) or hard spreading with `requiredDuringSchedulingIgnoredDuringExecution`.
131131

132-
When running in production, consider:
132+
When running in production, consider the following recommendations.
133133

134134
1. **Availability zones**: The default topology key spreads pods across zones. This limits the chance that a single zone outage removes multiple Scheduler or Placement pods at the same time.
135135
2. **Single zone, many nodes**: Zone labels are often identical across the cluster; set `topologyKey` to `kubernetes.io/hostname` to enable spreading by node.

0 commit comments

Comments
 (0)