-
Notifications
You must be signed in to change notification settings - Fork 555
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
Create service discovery.md #2163
Create service discovery.md #2163
Conversation
Signed-off-by: AKSHAYA MADHURI <76612327+akshayamadhuri@users.noreply.github.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site 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.
Some suggestions from my side
Signed-off-by: AKSHAYA MADHURI <76612327+akshayamadhuri@users.noreply.github.com>
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.
LGTM, 👍
content/hi/service discovery.md
Outdated
|
||
'सर्विस डिस्कवरी' एक सेवा बनाने वाले व्यक्तिगत उदाहरणों को खोजने की प्रक्रिया है। एक सर्विस डिस्कवरी टूल, सर्विस बनाने वाले विभिन नोड्स या एंड-पॉइंट्स को ट्रैक करता है। | ||
|
||
## समस्या यह संबोधित करती है |
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.
## समस्या यह संबोधित करती है | |
## समस्या |
content/hi/service discovery.md
Outdated
|
||
क्लाउड नेटिव आर्किटेक्चर गतिशील और तरल हैं, जिसका अर्थ है कि वे लगातार बदलते रहेते हैं। एक कंटेनरीकृत ऐप संभवतः अपने जीवनकाल में कई बार शुरू और बंद होगा। हर बार ऐसा होने पर, इसका एक नया पता होगा और कोई भी ऐप जो इसे खोजना चाहता है उसे नए स्थान की जानकारी प्रदान करने के लिए एक टूल की आवश्यकता होगी। | ||
|
||
## यह कैसे मदद करता है |
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.
## यह कैसे मदद करता है | |
## समाधान |
Signed-off-by: AKSHAYA MADHURI <76612327+akshayamadhuri@users.noreply.github.com>
Signed-off-by: AKSHAYA MADHURI <76612327+akshayamadhuri@users.noreply.github.com>
Signed-off-by: AKSHAYA MADHURI <76612327+akshayamadhuri@users.noreply.github.com>
Signed-off-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
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.
LGTM!
Thank you @akshayamadhuri ✨
Describe your changes
###2058
Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.