-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[hi] Localize "Expose Pod Information to Containers Through Environment Variables" Page #51230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ronment-variable-expose-pod-information.md Signed-off-by: Mujib Ahasan <ahasanmujib8@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial batch of reviews
|
||
यह पृष्ठ दिखाता है कि एक पॉड कैसे एनवायरनमेंट वेरिएबल्स का उपयोग कर सकता है अपने कंटेनरों को खुद की जानकारी प्रदान करने के लिए, _downward API_ का उपयोग करके। आप एनवायरनमेंट वेरिएबल्स का उपयोग पॉड फ़ील्ड्स, कंटेनर फ़ील्ड्स, या दोनों को एक्सपोज़ करने के लिए कर सकते हैं। | ||
|
||
Kubernetes में, एक चल रहे कंटेनर को पॉड और कंटेनर फ़ील्ड्स एक्सपोज़ करने के दो तरीके हैं: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Transliterate Kubernetes per existing convention
|
||
<!-- overview --> | ||
|
||
यह पृष्ठ दिखाता है कि एक पॉड कैसे एनवायरनमेंट वेरिएबल्स का उपयोग कर सकता है अपने कंटेनरों को खुद की जानकारी प्रदान करने के लिए, _downward API_ का उपयोग करके। आप एनवायरनमेंट वेरिएबल्स का उपयोग पॉड फ़ील्ड्स, कंटेनर फ़ील्ड्स, या दोनों को एक्सपोज़ करने के लिए कर सकते हैं। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translate/transliterate downward
|
||
ये दोनों तरीके मिलकर पॉड और कंटेनर फ़ील्ड्स को एक्सपोज़ करने के लिए डाउनवर्ड एपीआई (downward API) कहलाते हैं। | ||
|
||
चूँकि सर्विसेज़ Kubernetes द्वारा प्रबंधित कंटेनरयुक्त अनुप्रयोगों के बीच संचार का प्राथमिक तरीका हैं, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Transliterate Kubernetes
This PR adds the Hindi translation for the following documentation page:
Original page (English): Expose Pod Information to Containers Through Environment Variables
Translated file path:
content/hi/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md
Why this is needed:
Fixes [#50279] – There was no existing Hindi translation for these pages.
This addition helps native Hindi readers better understand.
Related PRs (other translated pages in the same folder):
[#51229] - Distribute Credentials Securely Using Secrets
[#51213] - Expose Pod Information to Containers Through Files
[#51186] - Define Dependent Environment Variables
[#51207] - Define Environment Variables for a Container
[#51176] - Define a Command and Arguments for a Container
This is part of the ongoing effort to localize Kubernetes documentation in Hindi (hi).
Closes: #50279