Skip to content

Commit 494858a

Browse files
authored
Merge pull request #36247 from bishal7679/pod/hi
[hi] Localize pod.md
2 parents dfd9ddb + f856fec commit 494858a

File tree

1 file changed

+19
-0
lines changed
  • content/hi/docs/reference/glossary

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)
3+
id: pod
4+
date: 2018-04-12
5+
full_link: /docs/concepts/workloads/pods/
6+
short_description: >
7+
पॉड आपके क्लस्टर में चल रहे कंटेनरों के समूह का प्रतिनिधित्व करता है।
8+
9+
aka:
10+
tags:
11+
- core-object
12+
- fundamental
13+
---
14+
15+
सबसे छोटी और सरल कुबेरनेट्स वस्तु। पॉड आपके क्लस्टर में चल रहे {{< glossary_tooltip text="कंटेनरों" term_id="container" >}} के समूह का प्रतिनिधित्व करता है।
16+
17+
<!--more-->
18+
19+
एक पॉड आमतौर पर एक प्राथमिक कंटेनर चलाने के लिए स्थापित किया जाता है। यह वैकल्पिक साइडकार कंटेनर भी चला सकता है जो लॉगिंग जैसे पूरक सुविधाओं को जोड़ता है। पॉड्स को आमतौर पर एक {{< glossary_tooltip text="डिप्लॉयमेंट" term_id="deployment" >}} द्वारा प्रबंधित किया जाता है।

0 commit comments

Comments
 (0)