Skip to content

Commit eae27bc

Browse files
authored
Merge pull request #38647 from Omkar0114/main
[hi] Localize /en/docs/reference/glossary/operator-pattern.md
2 parents 5496197 + 8990f46 commit eae27bc

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: ऑपरेटर पैटर्न
3+
id: operator-pattern
4+
date: 2019-05-21
5+
full_link: /docs/concepts/extend-kubernetes/operator/
6+
short_description: >
7+
कस्टम संसाधन का प्रबंधन करने के लिए उपयोग किया जाने वाला एक विशेष नियंत्रक
8+
9+
aka:
10+
tags:
11+
- architecture
12+
---
13+
[ऑपरेटर पैटर्न](/docs/concepts/extend-kubernetes/operator/) एक सिस्टम रचना है जो {{< glossary_tooltip text="नियंत्रक" term_id="controller" >}}
14+
को एक या अधिक कस्टम संसाधनों से जोड़ता है।
15+
16+
<!--more-->
17+
आप अंतर्निहित नियंत्रक, जो स्वयं कुबेरनेट्स का हिस्सा हैं, का उपयोग करने से परे, अपने क्लस्टर में नियंत्रकों को जोड़कर कुबेरनेट्स की कार्यक्षमता का विस्तार कर सकते हैं।
18+
19+
यदि कोई चालू एप्लिकेशन नियंत्रक के रूप में कार्य करता है और उसके पास कंट्रोल प्लेन में परिभाषित कस्टम संसाधन पर कार्य करने के लिए API अभिगम है, तो यह ऑपरेटर पैटर्न का एक उदाहरण है।

0 commit comments

Comments
 (0)