Difference between revisions of "Spec.affinity.podAntiAffinity"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Elasticsearch example, official doc: <ref>https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-advanced-node-scheduling.html#k8s_a_single_elasticsearch_node_per_ku...")
 
Line 26: Line 26:
 
                 topologyKey: kubernetes.io/hostname
 
                 topologyKey: kubernetes.io/hostname
 
</pre>
 
</pre>
 +
 +
 +
== See also ==
 +
* [[Kubernetes pod affinity and anti affinity]]

Revision as of 04:11, 25 October 2022



Elasticsearch example, official doc: [1]

apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
  name: quickstart
spec:
  version: 8.4.3
  nodeSets:
  - name: default
    count: 3
    podTemplate:
      spec:
        affinity:
          podAntiAffinity:
            preferredDuringSchedulingIgnoredDuringExecution:
            - weight: 100
              podAffinityTerm:
                labelSelector:
                  matchLabels:
                    elasticsearch.k8s.elastic.co/cluster-name: quickstart
                topologyKey: kubernetes.io/hostname


See also

  • https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-advanced-node-scheduling.html#k8s_a_single_elasticsearch_node_per_kubernetes_host_default
  • Advertising: