aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/architecture.rst
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-10-11 07:15:59 +0000
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-10-11 07:16:04 +0000
commit059a62b44e4edbec2f24c5edfe1000088816babd (patch)
treed3020eaf296947d7e2cfd910177c9b55d7e7ea3b /docs/platform/architecture.rst
parent79952978a900efcab3c4da046f40ec2e6256948f (diff)
Documentation for MSB
Architecture,delivery,ui,installation,log,release note. Issue-Id: MSB-80, MSB-81, MSB-82 Change-Id: I90d40a3cff37bb0c513551f79ec401bc16463b7c Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'docs/platform/architecture.rst')
-rw-r--r--docs/platform/architecture.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index f90d8bc..9fd6b0a 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -8,6 +8,7 @@ MSB itself doesn’t depend on a specific environment. It can work in any bare m
MSB mainly comprises three parts: Discovery, API Gateway and MSB Client SDK. MSB also provide a swagger SDK which could generate swagger REST service description files.
.. image:: images/msb-architecture.png
+
Registry is the storage of service information, MSB leverage Consul as the service registry.
MSB Discovery provides REST APIs for service discovery and registration.
Service Gateway provides service request routing, load balancing and centralized Auth. It can be deployed as external Gateway or Internal Gateway.