Skip to content

Commit d488e6d

Browse files
[hi] Fix page layout for "Using kubectl to Create a Deployment" (#44745)
* Fix layout * Fix layout * Fix layout Co-authored-by: Dipesh Rawat <[email protected]> * Fix layout Co-authored-by: Dipesh Rawat <[email protected]> --------- Co-authored-by: Dipesh Rawat <[email protected]>
1 parent eef4503 commit d488e6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/hi/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111

12-
<link href="/docs/tutorials/kubernetes-basics/public/css/styles.css" rel="stylesheet">
12+
<link href="/docs/tutorials/kubernetes-basics/public/css/styles.css" rel="stylesheet">
1313

1414
<div class="layout" id="top">
1515

@@ -65,13 +65,12 @@ <h2 style="color: #3771e3;">कुबेरनेट्स पर अपना
6565
<br>
6666

6767
<div class="row">
68-
<p class="col-md-8">
68+
<div class="col-md-8">
6969
<p>आप कुबेरनेट्स कमांड लाइन इंटरफेस, <b>kubectl</b> का उपयोग करके डिप्लॉयमेंट बना और प्रबंधित कर सकते हैं। kubectl क्लस्टर के साथ बातचीत करने के लिए कुबेरनेट्स एपीआई का उपयोग करता है। इस मॉड्यूल में, आप कुबेरनेट्स क्लस्टर पर आपके एप्लिकेशन चलाने वाले डिप्लॉयमेंट बनाने के लिए आवश्यक सबसे सामान्य kubectl कमांड सीखेंगे।</p>
7070

7171
<p>जब आप कोई डिप्लॉयमेंट बनाते हैं, तो आपको अपने एप्लिकेशन के लिए कंटेनर इमेज और चलाने के लिए इच्छित प्रतिकृतियों की संख्या निर्दिष्ट करने की आवश्यकता होगी। आप अपने कामकाज को अपडेट करके बाद में उस जानकारी को बदल सकते हैं; बूटकैंप के मॉड्यूल <a href="/hi//docs/tutorials/kubernetes-basics/scale/scale-intro/">5</a> और <a href="/hi/docs/tutorials/kubernetes-basics/update/update-intro/" >6</a> चर्चा करते हैं कि आप अपने डिप्लॉयमेंट को कैसे स्केल और अपडेट कर सकते हैं।</p>
7272

7373

74-
7574
</div>
7675
<div class="col-md-4">
7776
<div class="content__box content__box_fill">

0 commit comments

Comments
 (0)