Skip to content

Commit 313d782

Browse files
authored
Merge pull request #37542 from surbhiahuja/hi-pod-lifecycle.md
[hi] Localize /en/docs/reference/glossary/pod-lifecycle.md
2 parents 3886162 + a4ed3ad commit 313d782

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: पॉड जीवनचक्र (Pod Lifecycle)
3+
id: pod-lifecycle
4+
date: 2019-02-17
5+
full-link: /docs/concepts/workloads/pods/pod-lifecycle/
6+
related:
7+
- pod
8+
- container
9+
tags:
10+
- fundamental
11+
short_description: >
12+
अवस्थाओं का क्रम जिसके माध्यम से एक पॉड अपने जीवनकाल में गुजरता है।
13+
14+
---
15+
अवस्थाओं का क्रम जिसके माध्यम से एक पॉड अपने जीवनकाल में गुजरता है।
16+
17+
<!--अधिक-->
18+
19+
[पॉड जीवनचक्र](/docs/concepts/workloads/pods/pod-lifecycle/) को पॉड की अवस्थाओं या चरणों द्वारा परिभाषित किया जाता है। पाँच संभावित पॉड चरण हैं: Pending, Running, Succeeded, Failed और Unknown। पॉड स्थिति का एक उच्च-स्तरीय विवरण [पॉडस्टैटस](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core) `phase` फ़ील्ड में सारांशित किया गया है। .

0 commit comments

Comments
 (0)