Skip to content

Commit 7686613

Browse files
authored
Merge pull request #36931 from OtherHorizon/app-container
[hi] Localize app-container.md
2 parents 79d15fa + ec6926c commit 7686613

File tree

1 file changed

+17
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)