-
Notifications
You must be signed in to change notification settings - Fork 574
[ru] Localize Service Discovery
#3412
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: dev-ru
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||
| --- | ||||||
| title: Обнаружение сервисов | ||||||
| status: Completed | ||||||
| category: concept | ||||||
| tags: ["networking", "", ""] | ||||||
| --- | ||||||
|
|
||||||
| Обнаружение сервисов — это процесс поиска отдельных инстансов, составляющих сервис. | ||||||
| Инструмент обнаружения сервисов отслеживает различные узлы или эндпоинты, которые формируют сервис. | ||||||
|
|
||||||
| ## Какую проблему решает | ||||||
|
|
||||||
| Нативные облачные архитектуры отличаются динамичностью и подвижностью, то есть постоянно меняются. | ||||||
| [Контейнеризованное](/ru/containerization/) приложение, скорее всего, будет многократно запускаться и останавливаться за время своего существования. | ||||||
| При каждом таком событии оно будет получать новый сетевой адрес, | ||||||
| и любому приложению, желающему его найти, понадобится инструмент, предоставляющий актуальную информацию о его местоположении. | ||||||
|
|
||||||
| ## Как именно решает проблему | ||||||
|
|
||||||
| Обнаружение сервисов отслеживает приложения в сети, чтобы те могли находить друг друга при необходимости. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| Оно выступает единым местом для поиска и потенциальной идентификации отдельных сервисов. | ||||||
| Механизмы обнаружения сервисов — это похожие на базы данных инструменты, которые хранят информацию о том, какие сервисы существуют и как их найти. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IMHO, "механизм" is more of a concept (hence I use this word above) and "движки" are more about implementation.
Suggested change
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe "Инструменты обнаружения сервисов работают как базы данных: они хранят информацию о том, какие сервисы существуют и как их найти". The word "движки" in this context seems like very unformal and unappropriate though this @shurup adjustment is a correct in the essence and "механизмы" is more about concept. |
||||||
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.
I suggest adding the original term since it's very common.