description

This commit is contained in:
huanqing.shao
2019-08-26 07:53:41 +08:00
parent df984a97a2
commit 0e40713451
38 changed files with 173 additions and 44 deletions

View File

@ -1,3 +1,7 @@
---
description: 微服务参考架构:包含微服务运行时、构建及测试、部署及运维、监控及评估。设计和研发 Kuboard 的初心便源于此 Spring Cloud 微服务参考架构。
---
# Spring Cloud on Kubernetes
下图是作者在落地 Spring Cloud 微架构的过程中,设计了如下图所示的微服务参考架构,设计和研发 Kuboard 的初心便源于此图。历时两年时间Kuboard终于发布也标志着该参考架构的成熟可用。该参考架构主要包括四个重要组成部分
@ -41,4 +45,4 @@ Spring Cloud on Kubernetes 并不对 Spring Cloud 架构、组件等做过多解
<div>
<script type='text/javascript' src='https://www.wjx.top/handler/jqemed.ashx?activity=43409534&width=760&source=iframe'></script>
</div>
</div>

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 在 Kubernetes 上部署 spring cloud 服务注册发现组件 eureka。
---
# 部署 cloud-eureka
本文所使用的代码请参考 [cloud-eureka](https://github.com/eip-work/kuboard-example/tree/master/cloud-eureka)
@ -129,6 +133,3 @@ Eureka 运行在 9200 端口。Spring Cloud 的微服务组件通过 CLOUD_EUREK
## 检查部署结果
**查看 Eureka 界面**

View File

@ -1,3 +1,7 @@
---
description: 在 Kubernetes 上部署测试数据库 mysql 的详细介绍。
---
# 部署 db-example
本文所使用的代码请参考 [db-example](https://github.com/eip-work/kuboard-example/tree/master/db-example)
@ -84,8 +88,3 @@ Dockerfile 中定义了环境变量 ENABLE_EUREKA_CLIENT=TRUE这个环境变
## 检查部署结果