File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
content/bn/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ডিপ্লয়মেন্ট(Deployment)
3
+ id : deployment
4
+ date : 2018-04-12
5
+ full_link : /bn/docs/concepts/workloads/controllers/deployment/
6
+ short_description : >
7
+ আপনার ক্লাস্টারে একটি প্রতিলিপিকৃত(replicated) অ্যাপ্লিকেশন পরিচালনা করে।
8
+
9
+ aka :
10
+ tags :
11
+ - fundamental
12
+ - core-object
13
+ - workload
14
+ ---
15
+ একটি API অবজেক্ট যা একটি প্রতিলিপিকৃত অ্যাপ্লিকেশন পরিচালনা করে, সাধারণত লোকাল স্টেট ব্যতিত পড রান করার মাধ্যমে।
16
+
17
+ <!-- more-->
18
+
19
+ প্রতিটি প্রতিলিপি একটি {{< glossary_tooltip term_id="pod" >}} দ্বারা উপস্থাপিত হয়, এবং পডগুলি তাদের মধ্যে ডিস্ট্রিবিউট করা হয়
20
+ একটি ক্লাস্টারের {{< glossary_tooltip text="নোড" term_id="node" >}} এর মাধমে।
21
+ যেসকল ওয়ার্কলোড এর জন্য লোকাল স্টেট প্রয়োজন, তাদের জন্য {{< glossary_tooltip term_id="StatefulSet" >}} ব্যবহার করা বিবেচনা করুন।
You can’t perform that action at this time.
0 commit comments