Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bn] Localization of components.md #48691

Merged
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions content/bn/docs/concepts/overview/components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
reviewers:
- lavalamp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless you know they can read the text in this page:

Suggested change
reviewers:
- lavalamp

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think comment out will be good for us

Suggested change
reviewers:
- lavalamp
# reviewers:
# - lavalamp ( The list of approvers is not necessary for the localized version. However, it is included because it helps maintain a certain line break, which further aids in updating a file.That's why it's kept in comment form. )

title: কুবারনেটিস কম্পোনেন্টস
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

কুবারনেটিস কম্পোনেন্ট

নাম টার ক্ষেত্রে শুধুমাত্র "কম্পোনেন্ট" থাক । বাকি পুরো কনটেন্ট জুড়ে ' কম্পোনেন্টস ' অথবা ' কম্পোনেন্ট গুলো ' যেকোনো একটা ব্যাবহার করলেই হবে ।

content_type: concept
description: >
কুবারনেটিস ক্লাস্টার তৈরী করে যে মূল কম্পোনেন্টস গুলো তাদের একটি ওভারভিউ।
Copy link
Contributor

@asem-hamid asem-hamid Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

কুবারনেটিস ক্লাস্টার তৈরি করে এমন মূল কম্পোনেন্ট গুলোর একটি ওভারভিউ।

Also

কম্পোনেন্টস ✅

কম্পোনেন্ট গুলো ✅

কম্পোনেন্টস গুলো ❌

Please fix this mistake throughout the content

weight: 10
card:
title: Components of a cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. This should be in Bengali / Bangla.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

একটি ক্লাস্টারের কম্পোনেন্ট গুলো

name: concepts
weight: 20
---

<!-- overview -->

এই পেইজটি প্রয়োজনীয় কম্পোনেন্টসগুলির একটি উচ্চ-স্তরের ওভারভিউ প্রদান করে যা একটি কুবারনেটিস ক্লাস্টার তৈরি করে।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use হাই-লেভেলের instead of উচ্চ-স্তরের.


{{< figure src="/images/docs/components-of-kubernetes.svg" alt="Components of Kubernetes" caption="The components of a Kubernetes cluster" class="diagram-large" clicktozoom="true" >}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • You can localize the caption and alt attribute.
  • You can localize the diagram itself.

Copy link
Contributor

@asem-hamid asem-hamid Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alt="একটি ক্লাস্টারের কম্পোনেন্ট গুলো" caption="একটি কুবারনেটিস ক্লাস্টারের কম্পোনেন্ট গুলো"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Localize in this PR


<!-- body -->

## মূল কম্পোনেন্টস

একটি কুবারনেটিস ক্লাস্টার একটি কন্ট্রোল প্লেন এবং এক বা একাধিক ওয়ার্কার নোড নিয়ে গঠিত।
এখানে প্রধান কম্পোনেন্টসগুলির একটি সংক্ষিপ্ত বিবরণ রয়েছে:

### কন্ট্রোল প্লেন কম্পোনেন্টস

ক্লাস্টারের সামগ্রিক অবস্থা পরিচালনা করে:

[kube-apiserver](/docs/concepts/architecture/#kube-apiserver)
: মূল কম্পোনেন্ট সার্ভার যা কুবারনেটিস HTTP API প্রকাশ করে

[etcd](/docs/concepts/architecture/#etcd)
: সকল API সার্ভার ডেটার জন্য সামঞ্জস্যপূর্ণ এবং অত্যন্ত-উপলব্ধ কী ভ্যালু স্টোর
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: সকল API সার্ভার ডেটার জন্য সামঞ্জস্যপূর্ণ এবং হাইলি-এভেইলেভেল কী ভ্যালু স্টোর করে


[kube-scheduler](/docs/concepts/architecture/#kube-scheduler)
: একটি নোডের সাথে এখনও আবদ্ধ নয় এমন পডগুলির সন্ধান করে এবং প্রতিটি পডকে একটি উপযুক্ত নোডে বরাদ্দ করে৷

[kube-controller-manager](/docs/concepts/architecture/#kube-controller-manager)
: কুবারনেটিস API আচরণ বাস্তবায়ন করতে {{< glossary_tooltip text="কন্ট্রোলার" term_id="controller" >}} চালায়।

[cloud-controller-manager](/docs/concepts/architecture/#cloud-controller-manager) (optional)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd localize "optional"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

অপশনাল

: অন্তর্নিহিত ক্লাউড প্রদানকারী(গুলি) এর সাথে সংহত করে।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: অন্তর্নিহিত ক্লাউড প্রদানকারী(গুলি) এর সাথে সমন্বিত করে।


### নোড কম্পোনেন্টস

প্রতিটি নোডে চালানো হয়, চলমান পড বজায় রেখে এবং কুবারনেটিস রানটাইম এনভায়রনমেন্ট প্রদান করে:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

চলমান পড বজায় রাখে এবং কুবারনেটিস রানটাইম এনভায়রনমেন্ট প্রদান করে প্রতিটি নোডে চালায়:


[kubelet](/docs/concepts/architecture/#kubelet)
: নিশ্চিত করে যে পডগুলো চলছে, তাদের কন্টেইনার সহ।

[kube-proxy](/docs/concepts/architecture/#kube-proxy) (optional)
: নোডগুলিতে নেটওয়ার্ক নিয়ম বজায় রাখে {{< glossary_tooltip text="সেবাগুলি" term_id="service" >}} বাস্তবায়নের জন্য।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: {{< glossary_tooltip text="সার্ভিসগুলো" term_id="service" >}} বাস্তবায়নের জন্য নোডগুলিতে নেটওয়ার্ক রুলস বজায় রাখে।


[Container runtime](/docs/concepts/architecture/#container-runtime)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

কন্টেইনার রানটাইম

: কন্টেইনার চালানোর জন্য দায়ী সফ্টওয়্যার। আরো জানতে
[Container Runtimes](/docs/setup/production-environment/container-runtimes/) পড়ুন।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd localize "Container runtime", I think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

কন্টেইনার রানটাইম


{{% thirdparty-content single="true" %}}

আপনার ক্লাস্টার প্রতিটি নোডে অতিরিক্ত সফ্টওয়্যার প্রয়োজন হতে পারে; উদাহরণস্বরূপ, আপনি একটি লিনাক্স নোডে [systemd](https://systemd.io/) চালাতে পারেন লোকাল কম্পোনেন্টস তদারকি করার জন্য।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
আপনার ক্লাস্টার প্রতিটি নোডে অতিরিক্ত সফ্টওয়্যার প্রয়োজন হতে পারে; উদাহরণস্বরূপ, আপনি একটি লিনাক্স নোডে [systemd](https://systemd.io/) চালাতে পারেন লোকাল কম্পোনেন্টস তদারকি করার জন্য।
আপনার ক্লাস্টার প্রতিটি নোডে অতিরিক্ত সফ্টওয়্যার প্রয়োজন হতে পারে;
উদাহরণস্বরূপ, আপনি লোকাল কম্পোনেন্টগুলো তত্ত্বাবধান করতে একটি লিনাক্স নোডে [systemd](https://systemd.io/) চালাতে পারেন।


## অ্যাডনস্
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

## অ্যাডঅন


অ্যাডনস্ কুবারনেটিসের কার্যকারিতা প্রসারিত করে। কয়েকটি গুরুত্বপূর্ণ উদাহরণের মধ্যে রয়েছে:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

অ্যাডঅন


[DNS](/docs/concepts/architecture/#dns)
: ক্লাস্টার-ওয়াইড DNS রেজোলিউশনের জন্য

[Web UI](/docs/concepts/architecture/#web-ui-dashboard) (Dashboard)
: একটি ওয়েব ইন্টারফেসের মাধ্যমে ক্লাস্টার পরিচালনার জন্য

[Container Resource Monitoring](/docs/concepts/architecture/#container-resource-monitoring)
: কন্টেইনার মেট্রিক্স সংগ্রহ এবং সংরক্ষণের জন্য

[Cluster-level Logging](/docs/concepts/architecture/#cluster-level-logging)
: একটি কেন্দ্রীয় লগ স্টোরে কন্টেইনার লগ সংরক্ষণের জন্য

## আর্কিটেকচারে নমনীয়তা
Copy link
Contributor

@asem-hamid asem-hamid Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

## আর্কিটেকচারে ফ্লেক্সিবিলিটি


কুবারনেটিস এই কম্পোনেন্টগুলিকে কীভাবে স্থাপন এবং পরিচালনা করা হয় তার ক্ষেত্রে নমনীয়তা প্রদান করে।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ফ্লেক্সিবিলিটি

আর্কিটেকচারটি বিভিন্ন প্রয়োজনের জন্য মানিয়ে নেওয়া যেতে পারে, ছোট ডেভেলপমেন্ট এনভায়রনমেন্ট থেকে শুরু করে বড় পরিসরের প্রোডাকশন ডিপ্লয়মেন্ট পর্যন্ত।

প্রতিটি কম্পোনেন্টের ব্যাপারে এবং আপনার ক্লাস্টার আর্কিটেকচার কনফিগার করার বিভিন্ন উপায় সম্পর্কে আরও বিস্তারিত তথ্যের জন্য, [Cluster Architecture](/docs/concepts/architecture/) পেইজটি দেখুন।