Skip to content

Commit 22ce129

Browse files
authored
Update _index.md
1 parent 63f024d commit 22ce129

File tree

1 file changed

+9
-12
lines changed
  • content/bn/docs/setup/production-environment

1 file changed

+9
-12
lines changed

content/bn/docs/setup/production-environment/_index.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,17 @@ no_list: true
1616

1717
## প্রোডাকশন বিবেচনা
1818

19-
সাধারণত, একটি প্রোডাকশন কুবারনেটিস ক্লাস্টার পরিবেশে ব্যক্তিগত শিক্ষা, উন্নয়ন, বা পরীক্ষার পরিবেশ কুবারনেটিস এর চেয়ে বেশি প্রয়োজনীয়তা থাকে।
19+
সাধারণত, একটি প্রোডাকশন কুবারনেটিস ক্লাস্টার পরিবেশে ব্যক্তিগত শিক্ষা, উন্নয়ন, বা পরীক্ষার পরিবেশ কুবারনেটিস এর চেয়ে বেশি প্রয়োজনীয়তা থাকে।
2020
একটি প্রোডাকশন পরিবেশের অনেক ব্যবহারকারীর নিরাপদ অ্যাক্সেস, সামঞ্জস্যপূর্ণ প্রাপ্যতা এবং পরিবর্তিত চাহিদাগুলির সাথে খাপ খাইয়ে নেওয়ার জন্য সংস্থানগুলির প্রয়োজন হতে পারে।
2121

22-
As you decide where you want your production Kubernetes environment to live
23-
(on premises or in a cloud) and the amount of management you want to take
24-
on or hand to others, consider how your requirements for a Kubernetes cluster
25-
are influenced by the following issues:
26-
27-
- *Availability*: A single-machine Kubernetes [learning environment](/docs/setup/#learning-environment)
28-
has a single point of failure. Creating a highly available cluster means considering:
29-
- Separating the control plane from the worker nodes.
30-
- Replicating the control plane components on multiple nodes.
31-
- Load balancing traffic to the cluster’s {{< glossary_tooltip term_id="kube-apiserver" text="API server" >}}.
32-
- Having enough worker nodes available, or able to quickly become available, as changing workloads warrant it.
22+
আপনি যখন সিদ্ধান্ত নিচ্ছেন যে আপনি আপনার উৎপাদন কুবারনেটস পরিবেশ কোথায় রাখতে চান (প্রাঙ্গনে বা ক্লাউডে) এবং আপনি যে পরিমাণ ব্যবস্থাপনা নিতে চান বা অন্যদের হাতে দিতে চান, বিবেচনা করুন কিভাবে একটি কুবারনেটিস ক্লাস্টারের জন্য আপনার প্রয়োজনীয়তা নিম্নলিখিত সমস্যাগুলির দ্বারা প্রভাবিত হয়:
23+
24+
- *প্রাপ্যতা*: একটি একক-মেশিন কুবারনেটিস [লার্নিং এনভায়রনমেন্ট](/docs/setup/#learning-environment)
25+
ব্যর্থতার একক পয়েন্ট আছে। একটি অত্যন্ত উপলব্ধ ক্লাস্টার তৈরি করার অর্থ বিবেচনা করা:
26+
- কর্মী নোড থেকে নিয়ন্ত্রণ সমতল পৃথক করা।
27+
- একাধিক নোডগুলিতে নিয়ন্ত্রণ সমতল উপাদানগুলির প্রতিলিপি করা।
28+
- ক্লাস্টারের {{< glossary_tooltip term_id="kube-apiserver" text="API সার্ভার" >}}-এ ব্যালেন্সিং ট্রাফিক লোড করুন৷
29+
- পর্যাপ্ত কর্মী নোড উপলব্ধ থাকা, বা দ্রুত উপলব্ধ হতে সক্ষম, কারণ পরিবর্তিত কাজের চাপ এটি নিশ্চিত করে।
3330

3431
- *Scale*: If you expect your production Kubernetes environment to receive a stable amount of
3532
demand, you might be able to set up for the capacity you need and be done. However,

0 commit comments

Comments
 (0)