Skip to content

Commit 4cae41d

Browse files
authored
Merge pull request #35997 from khannakshat7/localize-affinity.md
[hi] Localize /en/docs/reference/glossary/affinity.md into Hindi
2 parents 47c60bc + 9159ddb commit 4cae41d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
और उनका उपयोग इस बात पर निर्भर करता है कि आप शेड्यूलर को कितनी सख्ती से लागू करना चाहते हैं।

0 commit comments

Comments
 (0)