Skip to content

Commit 5ec7c1d

Browse files
authored
id and text localization problem resolve cluster.md
resolved id and text localization
1 parent 69fe645 commit 5ec7c1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ক্লাস্টার(Cluster)
3-
id: ক্লাস্টার
4-
date: ২০১৯-০৬-১৫
3+
id: cluster
4+
date: 2019-06-15
55
full_link:
66
short_description: >
77
ওয়ার্কিং(working) মেশিনের একটি সেট, যাকে নোড বলা হয়, যা কন্টেইনারাইজড অ্যাপ্লিকেশন চালায়। প্রতিটি ক্লাস্টারে কমপক্ষে একটি ওয়ার্কার নোড থাকে।
@@ -11,13 +11,13 @@ tags:
1111
- fundamental
1212
- operation
1313
---
14-
ওয়ার্কিং(working) মেশিনের একটি সেট, যাকে {{< glossary_tooltip text="nodes" term_id="node" >}} বলা হয়,
14+
ওয়ার্কিং(working) মেশিনের একটি সেট, যাকে {{< glossary_tooltip text="নোডগুলো" term_id="node" >}} বলা হয়,
1515
যা কন্টেইনারাইজড অ্যাপ্লিকেশন চালায়। প্রতিটি ক্লাস্টারে কমপক্ষে একটি ওয়ার্কার নোড থাকে।
1616

1717
<!--more-->
18-
ওয়ার্কিং নোড(গুলো) হোস্ট করে {{< glossary_tooltip text="Pods" term_id="pod" >}} যা হচ্ছে
18+
ওয়ার্কিং নোড(গুলো) হোস্ট করে {{< glossary_tooltip text="পডগুলো" term_id="pod" >}} যা হচ্ছে
1919
অ্যাপ্লিকেশন এর কাজেরচাপ(workload) এর উপাদান।
20-
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} পরিচালনা করে
20+
{{< glossary_tooltip text="কন্ট্রোল প্লেন" term_id="control-plane" >}} পরিচালনা করে
2121
ওয়ার্কার নোডগুলো(nodes) এবং পডগুলো(pods)। উৎপাদন পরিবেশে, কন্ট্রোল প্লেন(control plane) সাধারণত
2222
একাধিক কম্পিউটার জুড়ে চলে এবং একটি ক্লাস্টার সাধারণত একাধিক নোড চালায়, প্রদান করে
2323
ত্রুটি-সহনশীলতা(fault-tolerance) এবং উচ্চ প্রাপ্যতা(high-availability)।

0 commit comments

Comments
 (0)