pub const TOPOLOGY_KEY_ZONE: &str = "topology.kubernetes.io/zone";Expand description
Well-known Kubernetes node label identifying the availability zone.
Used as the default topologyKey when the user does not configure
spec.placement.spread explicitly. Clusters that label failure domains
differently (racks, cells, custom regions) override this per spread rule.