From c8548e219fcd246c5e3215287b0dfa3c4b64ef2c Mon Sep 17 00:00:00 2001 From: Rajat Gupta <55191777+rajatgupta24@users.noreply.github.com> Date: Sun, 10 Oct 2021 01:32:36 +0530 Subject: [PATCH] [hi] Add content/hi/docs/tutorial/kubernetes-basics/create-cluster (#29392) * Add content/hi/docs/tutorial/kubernetes-basics/_index.html * updating tutorial to tutorials * Add: content/hi/docs/tutorials/kubernetes-basics/create-cluster * updating words like deployment * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html Co-authored-by: Anubhav Vardhan * Update cluster-intro.html * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html Co-authored-by: Anubhav Vardhan * Update cluster-intro.html Co-authored-by: Anubhav Vardhan --- .../create-cluster/_index.md | 4 + .../create-cluster/cluster-interactive.html | 38 +++++++ .../create-cluster/cluster-intro.html | 106 ++++++++++++++++++ 3 files changed, 148 insertions(+) create mode 100644 content/hi/docs/tutorials/kubernetes-basics/create-cluster/_index.md create mode 100644 content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html create mode 100644 content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html diff --git a/content/hi/docs/tutorials/kubernetes-basics/create-cluster/_index.md b/content/hi/docs/tutorials/kubernetes-basics/create-cluster/_index.md new file mode 100644 index 0000000000..59f1962ae0 --- /dev/null +++ b/content/hi/docs/tutorials/kubernetes-basics/create-cluster/_index.md @@ -0,0 +1,4 @@ +--- +title: एक क्लस्टर बनाएं +weight: 10 +--- diff --git a/content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html b/content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html new file mode 100644 index 0000000000..5da823f79d --- /dev/null +++ b/content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html @@ -0,0 +1,38 @@ +--- +title: इंटरएक्टिव ट्यूटोरियल - एक क्लस्टर बनाना +weight: 20 +--- + + + + + + + + + + + +
+ +
+ +
+
+ टर्मिनल के साथ इंटरैक्ट करने के लिए स्क्रीन बहुत संकरी है, कृपया डेस्कटॉप या टैबलेट का उपयोग करें। +
+
+
+ + +
+ +
+ + + diff --git a/content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html b/content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html new file mode 100644 index 0000000000..e1ef116278 --- /dev/null +++ b/content/hi/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html @@ -0,0 +1,106 @@ +--- +title: Minikube का उपयोग कर क्लस्टर बनाना +weight: 10 +--- + + + + + + + + + +
+ +
+ +
+ +
+

Objectives

+
    +
  • जानें कुबेरनेट्स क्लस्टर क्या है।
  • +
  • जानें मिनिक्यूब क्या है।
  • +
  • एक ऑनलाइन टर्मिनल का उपयोग करके कुबेरनेट्स क्लस्टर प्रारंभ करें।
  • +
+
+ +
+

कुबेरनेट्स क्लस्टर

+

+ कुबेरनेट्स उन कंप्यूटरों के समूह को प्रबंधित करने में मदद करता है जो एक इकाई के रूप में काम करने के लिए जुड़े होते हैं। कुबेरनेट्स के एब्स्ट्रैक्शन आपको कंटेनरीकृत एप्लिकेशन को अलग-अलग मशीनों में चलाए बिना क्लस्टर डिप्लॉय करने की अनुमति देता है। डिप्लॉयमेंट के इस नए मॉडल का उपयोग करने के लिए, एप्लिकेशन को इस तरह से पैक किया जाना चाहिए जो उन्हें विभिन्न होस्ट से अलग करता है: उन्हें कंटेनरीकृत किया गया हो। कंटेनरीकृत एप्लिकेशन पिछले डिप्लॉयमेंट मॉडल की तुलना में अधिक लचीले और उपलब्ध हैं, जहां विभिन्न मशीनों पर सीधे एप्लिकेशन इंस्टॉल किए गए थे क्योंकि पैकेज को होस्ट में गहराई से एकीकृत किया गया था। कुबेरनेट्स एक क्लस्टर में एप्लिकेशन कंटेनरों के वितरण और शेड्यूलिंग को अधिक कुशल तरीके से स्वचालित करता है। कुबेरनेट्स एक ओपन सोर्स प्लेटफॉर्म है और उत्पादन के लिए तैयार है। +

+

कुबेरनेट्स क्लस्टर में दो प्रकार के संसाधन होते हैं: +

    +
  • कंट्रोल प्लेन क्लस्टर का समन्वय करता है
  • +
  • नोड्स वे कर्मचारी हैं जो एप्लिकेशन चलाते हैं
  • +
+

+
+ +
+
+

सारांश:

+
    +
  • कुबेरनेट्स क्लस्टर
  • +
  • मिनिक्यूब
  • +
+
+
+

+ कुबेरनेट्स एक प्रोडक्शन-ग्रेड, ओपन-सोर्स प्लेटफॉर्म है जो कंप्यूटर क्लस्टर के भीतर और उसके भीतर एप्लिकेशन कंटेनरों के प्लेसमेंट (शेड्यूलिंग) और निष्पादन को व्यवस्थित करता है। +

+
+
+
+
+ +
+
+

क्लस्टर आरेख

+
+
+ +
+
+

+
+
+
+ +
+
+

कंट्रोल प्लेन क्लस्टर के प्रबंधन के लिए जिम्मेदार है। कंट्रोल प्लेन आपके क्लस्टर में सभी गतिविधियों का समन्वय करता है, जैसे एप्लिकेशन शेड्यूल करना, एप्लिकेशन की वांछित स्थिति को बनाए रखना, एप्लिकेशन को स्केल करना और नए अपडेट रोल आउट करना।

+

नोड एक VM या एक भौतिक कंप्यूटर है जो कुबेरनेट्स क्लस्टर में एक वर्कर मशीन के रूप में कार्य करता है। प्रत्येक नोड में एक kubelet होता है, जो नोड के प्रबंधन और कुबेरनेट्स नियंत्रण के साथ संचार करने के लिए एक एजेंट है। नोड में कंटेनर संचालन को संभालने के लिए उपकरण भी होने चाहिए, जैसे कि containerd या Docker। उत्पादन ट्रैफ़िक को संभालने वाले कुबेरनेट्स क्लस्टर में कम से कम तीन नोड होने चाहिए।

+ +
+
+
+

कंट्रोल प्लेन क्लस्टर और नोड्स को मैनेज करते हैं जिनका उपयोग रनिंग एप्लिकेशन को होस्ट करने के लिए किया जाता है।

+
+
+
+ +
+
+

जब आप कुबेरनेट्स पर एप्लिकेशन डिप्लॉयमेंट करते हैं, तो आप कंट्रोल प्लेन को एप्लिकेशन कंटेनर शुरू करने के लिए कहते हैं। नियंत्रण विमान कंटेनरों को क्लस्टर के नोड्स पर चलाने के लिए शेड्यूल करता है। नोड्स कुबेरनेट्स एपीआई का उपयोग करके कंट्रोल प्लेन के साथ संचार करते हैं, जिसे कंट्रोल प्लेन एक्सपोज करता है। अंतिम उपयोगकर्ता भी कुबेरनेट्स एपीआई का उपयोग सीधे क्लस्टर के साथ बातचीत करने के लिए कर सकते हैं।

+

कुबेरनेट्स क्लस्टर को भौतिक या वर्चुअल मशीनों पर तैनात किया जा सकता है। कुबेरनेट्स विकास के साथ आरंभ करने के लिए, आप मिनिक्यूब का उपयोग कर सकते हैं। मिनिक्यूब एक हल्का कुबेरनेट्स कार्यान्वयन है जो आपकी स्थानीय मशीन पर एक वीएम बनाता है और केवल एक नोड वाला एक साधारण क्लस्टर तैनात करता है। मिनिक्यूब Linux , MacOS और Windows सिस्टम के लिए उपलब्ध है। मिनिक्यूब CLI आपके क्लस्टर के साथ काम करने के लिए बुनियादी बूटस्ट्रैपिंग संचालन प्रदान करता है, जिसमें स्टार्ट, स्टॉप, स्टेटस और डिलीट शामिल हैं। हालांकि, इस ट्यूटोरियल के लिए, आप मिनीक्यूब के साथ पहले से इंस्टॉल किए गए ऑनलाइन टर्मिनल का उपयोग करेंगे।

+

अब जब आप जानते हैं कि कुबेरनेट्स क्या है, तो आइए ऑनलाइन ट्यूटोरियल पर जाएं और अपना पहला क्लस्टर शुरू करें!

+ +
+
+
+ + + +
+ +
+ + +