From b1b1b26bb2ee28de57dc31bc9e394153d0d7b0c7 Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Mon, 7 Nov 2022 07:32:25 +0000 Subject: [PATCH] docs: Added hindi translation replica-set.md --- .../hi/docs/reference/glossary/replica-set.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/hi/docs/reference/glossary/replica-set.md diff --git a/content/hi/docs/reference/glossary/replica-set.md b/content/hi/docs/reference/glossary/replica-set.md new file mode 100644 index 0000000000..f9ba406249 --- /dev/null +++ b/content/hi/docs/reference/glossary/replica-set.md @@ -0,0 +1,20 @@ +--- +title: रेप्लिकासेट (ReplicaSet) +id: replica-set +date: 2018-04-12 +full_link: /docs/concepts/workloads/controllers/replicaset/ +short_description: > + रेप्लिकासेट सुनिश्चित करता है कि पॉड प्रतिकृतियों की एक निर्दिष्ट संख्या एक समय में चल रही हैं। + +aka: +tags: +- fundamental +- core-object +- workload +--- + एक रेप्लिकासेट (का उद्देश्य) किसी भी समय चल रहे रेप्लिका पॉड्स का एक समूह बनाए रखता है। + + + +वर्कलोड ऑब्जेक्ट्स जैसे {{< glossary_tooltip text="डिप्लॉइमन्ट" term_id="deployment" >}} रेप्लिकासेट्स का उपयोग +यह सुनिश्चित करने के लिए करते हैं कि आपके क्लस्टर में {{< glossary_tooltip term_id="pod" text="पॉड्स" >}} की कॉन्फ़िगर की गई संख्या चल रही है, उस रेप्लिकासेट के विनिर्देश के आधार पर।