File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
content/hi/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : आत्मीयता
3
+ id : affinity
4
+ date : 2019-01-11
5
+ full_link : /docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
6
+ short_description : >
7
+ पॉड्स को कहां रखा जाए, यह निर्धारित करने के लिए शेड्यूलर द्वारा उपयोग किए जाने वाले नियम
8
+ aka :
9
+ tags :
10
+ - fundamental
11
+ ---
12
+
13
+ कुबेरनेट्स में, _ आत्मीयता_ नियमों का एक समूह है जो शेड्यूलर को संकेत देता है कि पॉड्स को कहाँ रखा जाए।
14
+
15
+ <!-- more-->
16
+ आत्मीयता दो प्रकार की होती है:
17
+ * [ नोड आत्मीयता] ( /docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity )
18
+ * [ पॉड-टू-पॉड आत्मीयता] ( /docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity )
19
+
20
+ नियमों को कुबेरनेट्स {{< glossary_tooltip term_id="label" text="लेबल">}} और {{< glossary_tooltip term_id="selector" text="सेलेक्टर">}}
21
+ का उपयोग करके परिभाषित किया गया है, जो {{< glossary_tooltip term_id="pod" text="पॉड्स" >}} में निर्दिष्ट हैं ,
22
+ और उनका उपयोग इस बात पर निर्भर करता है कि आप शेड्यूलर को कितनी सख्ती से लागू करना चाहते हैं।
You can’t perform that action at this time.
0 commit comments