Skip to content

Commit

Permalink
ja: Fix translation in Service Discovery section (donnemartin#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
satob authored and donnemartin committed Aug 13, 2019
1 parent 3e55f5b commit 7d4a13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](#キーバリューストア) を持っており、設定データや共有データなどのデータを保存しておくことに使われます。

### 欠点: アプリケーション層

Expand Down

0 comments on commit 7d4a13d

Please sign in to comment.