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] Update hello-minikube.md #45193

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Changes from all 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
15 changes: 6 additions & 9 deletions content/bn/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: হ্যালো Minikube (Hello Minikube)
---
title: হ্যালো মিনিকুব (Hello Minikube)
content_type: tutorial
weight: 5
menu:
Expand All @@ -8,20 +8,15 @@ menu:
weight: 10
post: >
<p> কাজ শুরু করতে প্রস্তুত? একটি সাধারণ কুবারনেটিস ক্লাস্টার তৈরি করুন যা একটি নমুনা অ্যাপ চালায় । </p>

card:
name: tutorials
weight: 10
---

<!-- overview -->

এই টিউটোরিয়ালে দেখবো কিভাবে একটি অ্যাপ্লিকেশনকে মিনিকিউব ও কাটাকোডা ব্যবহার করে কুবারনেটিস ক্লাস্টারে চালানো যাবে।

{{< note >}}
ইন্সটল করার জন্য
[minikube স্টার্ট](https://minikube.sigs.k8s.io/docs/start/) এর নির্দেশনা দেখো।
{{< /note >}}
এই টিউটোরিয়ালটি আপনাকে দেখায় কিভাবে মিনিকুব ব্যবহার করে কুবারনেটিস এ একটি নমুনা অ্যাপ চালাতে হয়।
টিউটোরিয়ালটি একটি কন্টেইনার চিত্র প্রদান করে যা NGINX ব্যবহার করে সমস্ত অনুরোধগুলোকে প্রতিধ্বনিত করে ৷

## {{% heading "objectives" %}}

Expand Down Expand Up @@ -283,6 +278,8 @@ minikube delete

## {{% heading "whatsnext" %}}


* _[kubectl এর সাথে কুবারনেটিসে আপনার প্রথম অ্যাপ স্থাপন](/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/)_ করার টিউটোরিয়াল।
* [Deployment objects](/docs/concepts/workloads/controllers/deployment/) এর ব্যাপারে আরো জানুন।
* [Deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/) এর ব্যাপারে আরো জানুন।
* [Service objects](/docs/concepts/services-networking/service/) এর ব্যাপারে আরো জানুন।