File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
content/bn/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 : অ্যাফিনিটি (Affinity)
3
+ id : affinity
4
+ date : 2019-01-11
5
+ full_link : /bn/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
+ * [ নোড অ্যাফিনিটি] ( /bn/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity )
18
+ * [ পড-টু-পড অ্যাফিনিটি] ( /bn/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-ant-affinity )
19
+
20
+ নিয়মগুলি সংজ্ঞায়িত করা হয়েছে কুবারনেটিস ব্যবহার করে {{< glossary_tooltip term_id="label" text="লেবেল">}},
21
+ এবং {{< glossary_tooltip term_id="selector" text="নির্বাচক">}} এ উল্লেখ করা হয়েছে {{< glossary_tooltip term_id="pod" text="পড" >}},
22
+ এবং সেগুলি হয় প্রয়োজন বা পছন্দের হতে পারে, আপনি কতটা কঠোরভাবে শিডিউলারকে তাদের প্রয়োগ করতে চান তার উপর নির্ভর করে।
You can’t perform that action at this time.
0 commit comments