Skip to content

Commit

Permalink
Merge pull request #23 from yuntinghu/master
Browse files Browse the repository at this point in the history
🐭 update ingress
  • Loading branch information
icowan authored Aug 27, 2019
2 parents 408fec5 + dd57b06 commit e061086
Show file tree
Hide file tree
Showing 13 changed files with 12,583 additions and 19 deletions.
1,390 changes: 1,390 additions & 0 deletions _book/index.html

Large diffs are not rendered by default.

1,406 changes: 1,406 additions & 0 deletions _book/install/consul.html

Large diffs are not rendered by default.

1,387 changes: 1,387 additions & 0 deletions _book/install/elk.html

Large diffs are not rendered by default.

1,384 changes: 1,384 additions & 0 deletions _book/install/jenkins.html

Large diffs are not rendered by default.

1,391 changes: 1,391 additions & 0 deletions _book/install/mysql.html

Large diffs are not rendered by default.

1,385 changes: 1,385 additions & 0 deletions _book/install/namespace.html

Large diffs are not rendered by default.

1,393 changes: 1,393 additions & 0 deletions _book/install/rabbitmq.html

Large diffs are not rendered by default.

1,387 changes: 1,387 additions & 0 deletions _book/install/redis.html

Large diffs are not rendered by default.

1,405 changes: 1,405 additions & 0 deletions _book/install/storage.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _book/search_index.json

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions use/app/ingress.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
### Ingress管理 (菜单栏 > 安全管理 > 入口/API列表)

列表展示当前业务空间下所有的 **Ingress** 配置信息。多个配置项信息会全部展示在列表中。

![](http://source.qiniu.cnd.nsini.com/images/2019/08/9e/a8/04/20190826-393ed225de4b40360cd73bc0a8a9e86d.jpeg)

点击列表中的 `项目名称` 可以查看当前项目配置的 `yaml` 详情信息。

![](http://source.qiniu.cnd.nsini.com/images/2019/08/d9/9e/f3/20190823-8755bea82c0534b0f34880939e9d9d19.jpeg)



创建 **Ingress** 仅支持选择已经填写完整并且部署好的项目,默认会生成域名:`项目名.空间名称.xxx.com`

支持多个项目配置项添加,并且所有配置项均可以按照自己的需求添加。

![](http://source.qiniu.cnd.nsini.com/images/2019/08/92/1f/ef/20190826-555ef9b42281f3f9eadaa64f1fc9208e.jpeg)

# 生成入口地址

> 若一个http应用需要外部能访问进来怎么办?Kubernetes提供了一个种方案叫作Ingress。
Expand Down
21 changes: 20 additions & 1 deletion use/security/ingress.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# Ingress入口
# 入口 Ingress

> 在服务配置好之后,可能需要外部来访问该服务,这时候就要用到 `Ingress` 来配置网关。
### Ingress管理 (菜单栏 > 安全管理 > 入口/API列表)

列表展示当前业务空间下所有的 **Ingress** 配置信息。多个配置项信息会全部展示在列表中。

![](http://source.qiniu.cnd.nsini.com/images/2019/08/9e/a8/04/20190826-393ed225de4b40360cd73bc0a8a9e86d.jpeg)

点击列表中的 `项目名称` 可以查看当前项目配置的 `yaml` 详情信息。

![](http://source.qiniu.cnd.nsini.com/images/2019/08/d9/9e/f3/20190823-8755bea82c0534b0f34880939e9d9d19.jpeg)



创建 **Ingress** 仅支持选择已经填写完整并且部署好的项目,默认会生成域名:`项目名.空间名称.xxx.com`

支持多个项目配置项添加,并且所有配置项均可以按照自己的需求添加。

![](http://source.qiniu.cnd.nsini.com/images/2019/08/92/1f/ef/20190826-555ef9b42281f3f9eadaa64f1fc9208e.jpeg)
34 changes: 34 additions & 0 deletions use/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,43 @@
>
> **JenkinsCommand** : 创建一个 Jenkins 项目的Shell命令
>
> **ServiceEntry** :
>
> **Gateway** : 配置网关
>
> **VirtualService** :
>
> **IstioProxy** : 配置 Istio 代理
>
> **InitContainers** :
>
> **FilebeatConfigMap** : 日志采集的配置文件
>
> **StorageClass** : 创建一个存储卷
>
> **PersistentVolumeClaim** :
>
> **StatefulSet** :
>
> **RedisClusterStatefulSet** :
>
> **RedisClusterConfigMap** :
>
> **ZookeeperStatefulSet** :
>
> **RocketMqStatefulSet** :
>
> **RabbitMqStatefulSet** :
>
> **MysqlStatefulSet** :
>
> **FilebeatContainer** :
>
> **EmailAlarm** :
>
> **EmailNotice** :
>
> **EmailProclaim** :
>
> 更多模板信息, 待完善.....

0 comments on commit e061086

Please sign in to comment.