Difference between revisions of "Spec.affinity.podAntiAffinity"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
                     elasticsearch.k8s.elastic.co/cluster-name: quickstart
 
                     elasticsearch.k8s.elastic.co/cluster-name: quickstart
 
                 [[topologyKey:]] [[kubernetes.io/hostname]]
 
                 [[topologyKey:]] [[kubernetes.io/hostname]]
 +
 +
 +
== Related ==
 +
* [[Kubernetes pod affinity and anti affinity]]
  
  
 
== See also ==
 
== See also ==
* [[Kubernetes pod affinity and anti affinity]]
+
* {{affinity}}
 +
 
 +
[[Category:K8s]]

Revision as of 07:13, 25 July 2024



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


Related


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: