Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
7d4a13d8
Commit
7d4a13d8
authored
Aug 14, 2019
by
SATO Yusuke
Committed by
Donne Martin
Aug 13, 2019
Browse files
ja: Fix translation in Service Discovery section (#308)
parent
3e55f5bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
README-ja.md
View file @
7d4a13d8
...
...
@@ -741,7 +741,7 @@ Layer 7 ロードバランサーは [アプリケーションレイヤー](#通
### サービスディスカバリー
[
Consul
](
https://www.consul.io/docs/index.html
)
、
[
Etcd
](
https://coreos.com/etcd/docs/latest
)
、
そして
[
Zookeeper
](
http://www.slideshare.net/sauravhaloi/introduction-to-apache-zookeeper
)
などのシステム
はそれぞれを見つけやすいように、登録された名前、アドレス、そしてポート番号などを監視しています。
[
Health checks
](
https://www.consul.io/intro/getting-started/checks.html
)
はサービスの統一性を証明するのに有用ですが、しばしば
[
HTTP
](
#hypertext-transfer-protocol-http
)
エンドポイント
を用いてい
ます。
Consul と Etcd のいずれも組み込みの
[
key-value store
](
#キーバリューストア
)
を持っており、設定データや共有データなどのデータを保存しておくことに使われます。
[
Consul
](
https://www.consul.io/docs/index.html
)
、
[
Etcd
](
https://coreos.com/etcd/docs/latest
)
、
[
Zookeeper
](
http://www.slideshare.net/sauravhaloi/introduction-to-apache-zookeeper
)
などのシステム
では、登録されているサービスの名前、アドレス、ポートの情報を監視することで、サービス同士が互いを見つけやすくしています。サービスの完全性の確認には
[
Health checks
](
https://www.consul.io/intro/getting-started/checks.html
)
が便利で、これには
[
HTTP
](
#hypertext-transfer-protocol-http
)
エンドポイント
がよく使われ
ます。 Consul と Etcd のいずれも組み込みの
[
key-value store
](
#キーバリューストア
)
を持っており、設定データや共有データなどのデータを保存しておくことに使われます。
### 欠点: アプリケーション層
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment