id and text localization problem resolve cluster.md

resolved id and text localization
pull/45742/head
Md. Sojibul Islam Rana 2024-04-02 13:20:00 +06:00 committed by GitHub
parent 69fe6451a5
commit 5ec7c1d39b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
title: ক্লাস্টার(Cluster)
id: ক্লাস্টার
date: ২০১৯-০৬-১৫
id: cluster
date: 2019-06-15
full_link:
short_description: >
ওয়ার্কিং(working) মেশিনের একটি সেট, যাকে নোড বলা হয়, যা কন্টেইনারাইজড অ্যাপ্লিকেশন চালায়। প্রতিটি ক্লাস্টারে কমপক্ষে একটি ওয়ার্কার নোড থাকে।
@ -11,13 +11,13 @@ tags:
- fundamental
- operation
---
ওয়ার্কিং(working) মেশিনের একটি সেট, যাকে {{< glossary_tooltip text="nodes" term_id="node" >}} বলা হয়,
ওয়ার্কিং(working) মেশিনের একটি সেট, যাকে {{< glossary_tooltip text="নোডগুলো" term_id="node" >}} বলা হয়,
যা কন্টেইনারাইজড অ্যাপ্লিকেশন চালায়। প্রতিটি ক্লাস্টারে কমপক্ষে একটি ওয়ার্কার নোড থাকে।
<!--more-->
ওয়ার্কিং নোড(গুলো) হোস্ট করে {{< glossary_tooltip text="Pods" term_id="pod" >}} যা হচ্ছে
ওয়ার্কিং নোড(গুলো) হোস্ট করে {{< glossary_tooltip text="পডগুলো" term_id="pod" >}} যা হচ্ছে
অ্যাপ্লিকেশন এর কাজেরচাপ(workload) এর উপাদান।
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} পরিচালনা করে
{{< glossary_tooltip text="কন্ট্রোল প্লেন" term_id="control-plane" >}} পরিচালনা করে
ওয়ার্কার নোডগুলো(nodes) এবং পডগুলো(pods)। উৎপাদন পরিবেশে, কন্ট্রোল প্লেন(control plane) সাধারণত
একাধিক কম্পিউটার জুড়ে চলে এবং একটি ক্লাস্টার সাধারণত একাধিক নোড চালায়, প্রদান করে
ত্রুটি-সহনশীলতা(fault-tolerance) এবং উচ্চ প্রাপ্যতা(high-availability)।