Skip to content

Commit be458df

Browse files
authored
Localized app.container in hindi
1 parent 00658d7 commit be458df

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: ऐप कंटेनर(App Container)
3+
id: app-container
4+
date: 2019-02-12
5+
full_link:
6+
short_description: >
7+
एक कंटेनर एक कार्यभार का हिस्सा चलाने के लिए प्रयोग किया जाता है। init कंटेनर के साथ तुलना करें।
8+
9+
aka:
10+
tags:
11+
- workload
12+
---
13+
एप्लिकेशन कंटेनर (या ऐप कंटेनर) {{<glossary_tooltip text="init कंटेनर" term_id="init-container">}} {{<glossary_tooltip text="pod" term_id="pod" >}} एक {{<glossary_tooltip text="pod" term_id="pod" >}} में होते हैं, जो किसी के बाद शुरू होते हैं {{< glossary_tooltip text="init container" term_id="init-container" >}} पूरा हो गया है।
14+
15+
<!--more-->
16+
17+
एक इनिट कंटेनर आपको इनिशियलाइज़ेशन विवरण को अलग करने देता है जो समग्र के लिए महत्वपूर्ण हैं
18+
{{< glossary_tooltip text="workload" term_id="workload" >}}, और इसे चालू रखने की आवश्यकता नहीं है
19+
एक बार एप्लिकेशन कंटेनर शुरू हो गया है।
20+
यदि किसी पॉड में कोई इनिट कंटेनर कॉन्फ़िगर नहीं है, तो उस पॉड के सभी कंटेनर ऐप कंटेनर हैं।

0 commit comments

Comments
 (0)