Skip to content

Commit

Permalink
Merge branch 'bookinfo-linda01232003' of github.com:linda01232003/ist…
Browse files Browse the repository at this point in the history
…io-handbook into bookinfo-linda01232003
  • Loading branch information
hzcuixiaoqing committed May 7, 2020
2 parents a77cfcf + 0d21243 commit 01c3de5
Show file tree
Hide file tree
Showing 176 changed files with 4,882 additions and 4,447 deletions.
7 changes: 6 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
> 请保留下列声明。
提交 PR 后请先自查以下内容:
- PR 的标题格式为:在空白文档中新增内容 `add: 文档标题`,修改已有内容的文档 `update:文档标题`
- 在该 PR 已指明解决的 issue 链接:
- 已阅读并保证所提交 PR 符合[写作规范](https://www.servicemesher.com/istio-handbook/wg/specification.html)
- 文章内容格式请参考 PR [add: practice/jwt-authorization #186](https://github.com/servicemesher/istio-handbook/pull/186/files)
- 保留下文中的声明。

## 声明

Expand Down
7 changes: 7 additions & 0 deletions .github/weekly-digest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configuration for weekly-digest - https://github.com/apps/weekly-digest
publishDay: mon
canPublishIssues: true
canPublishPullRequests: true
canPublishContributors: true
canPublishStargazers: true
canPublishCommits: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ docs
# Github Pages
deploy.sh
.DS_Store
.idea
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ pull_request_rules:
merge:
method: squash
strict: true
- name: ask the maintainer team to review PR
conditions:
- label!=invalid
actions:
request_reviews:
teams:
- "@servicemesher/istio-handbook-wg-maintainers"
249 changes: 248 additions & 1 deletion GLOSSARY.md

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ Istio Service Mesh Advanced Practical - Master the Services in Post Kubernetes E
- 提交建议、勘误、参与撰写:<https://github.com/servicemesher/istio-handbook>
- 在线阅读:<https://www.servicemesher.com/istio-handbook>

## 快速开始

请访问 ServiceMesher 托管在 [katacoda](https://katacoda.com/istio-handbook) 上的课程。无需手动搭建 Kubernetes 集群,仅需 20 分钟即可快速试用 Istio 1.5 并运行 [Bookinfo](https://istio.io/zh/docs/examples/bookinfo/) 示例,完全免费。

<p align="center">
<a href="https://katacoda.com/istio-handbook">
<img src="images/katacoda-logo.png" alt="katacoda" />
</a>
</p>

## 关于本书

本书基于 Istio 1.5 版本编写,起源于 [rootsongjc/istio-handbook](https://github.com/rootsongjc/istio-handbook) 及 ServiceMesher 社区创作的 [Istio 知识图谱](https://github.com/servicemesher/istio-knowledge-map)
Expand All @@ -25,6 +35,22 @@ Istio Service Mesh Advanced Practical - Master the Services in Post Kubernetes E

本书概念图,封面图片[上海静安寺夜景](https://jimmysongio.tuchong.com/24318231/)[Jimmy Song](https://jimmysong.io) 摄。

## 本书作者


| 头像 | GitHub | 姓名 | 头像 | GitHub | 姓名 |
| :---: | :---: | :---: | :---: | :---: | :---: |
| ![](https://avatars2.githubusercontent.com/u/3328185?s=60&v=4) | [rootsongjc](https://github.com/rootsongjc) | 宋净超 | ![](https://avatars2.githubusercontent.com/u/1321762?s=60&v=4) | [zhaohuabing](https://github.com/zhaohuabing) | 赵化冰 |
| ![](https://avatars1.githubusercontent.com/u/24563928?s=60&v=4) | [sunny0826](https://github.com/sunny0826) | 郭旭东 | ![](https://avatars3.githubusercontent.com/u/16001996?s=60&v=4) | [GuangmingLuo](https://github.com/GuangmingLuo) | 罗广明 |
| ![](https://avatars1.githubusercontent.com/u/1208287?s=60&v=4) | [malphi](https://github.com/malphi) | 马若飞 | ![](https://avatars0.githubusercontent.com/u/8215757?s=60&v=4) | [wangfakang](https://github.com/wangfakang) | 王发康 |
| ![](https://avatars3.githubusercontent.com/u/42396612?s=60&v=4) | [tony-Ma-yami](https://github.com/tony-Ma-yami) | 马博 | ![](https://avatars3.githubusercontent.com/u/730866?s=60&v=4) | [hb-chen](https://github.com/hb-chen) | 陈洪波 |
| ![](https://avatars1.githubusercontent.com/u/13655991?s=60&v=4) | [dangpf](https://github.com/dangpf) | 党鹏飞 | ![](https://avatars2.githubusercontent.com/u/5086059?s=60&v=4) | [violetgo](https://github.com/violetgo) | 高威 |
| ![](https://avatars1.githubusercontent.com/u/7353685?s=60&v=4) | [wuti1609](https://github.com/wuti1609) | 马越 | ![](https://avatars0.githubusercontent.com/u/26428832?s=60&v=4) | [Lovnx](https://github.com/Lovnx) | 叶志远 |
| ![](https://avatars1.githubusercontent.com/u/17958623?s=60&v=4) | [AsCat](https://github.com/AsCat) | 翁扬慧 |


**[认领章节](wg/process.md)并提交 PR,成功合并后即可成为作者,期待你的加入。**

## 版权许可

本书采用[署名-非商业性使用-相同方式共享 4.0(CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)许可,发行版权归属于电子工业出版社博文视点,未经授权请勿转载、印刷和发行。
Expand Down
12 changes: 8 additions & 4 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

- [Service Mesh 概述](concepts/overview.md)
- [Service Mesh 基本概念](concepts/basic.md)
- [Service Mesh 在云原生中的应用](concepts/within-cloud-native.md)
- [后 Kubernetes 时代的微服务](concepts/microservices-in-post-kubernetes-era.md)
- [Istio 功能介绍](concepts/features.md)
- [架构解析](concepts/architecture-overview.md)
- [控制平面](concepts/control-plane.md)
- [Pilot](concepts/pilot.md)
- [Citadel](concepts/citadel.md)
- [Galley](concepts/galley.md)
- [数据平面](concepts/data-plane.md)
- [Sidecar 注入及透明流量劫持](concepts/sidecar-injection.md)
- [Envoy](concepts/envoy.md)
- [MOSN](concepts/mosn.md)
- [核心功能](concepts/core-features.md)
Expand Down Expand Up @@ -51,9 +52,6 @@
- [安装与部署](practice/setup.md)
- [安装 Istio](practice/setup-istio.md)
- [升级](practice/upgrade.md)
- [各环境部署](practice/multiple-environments.md)
- [Kubernetes](practice/setup-in-kubernetes.md)
- [虚拟机](practice/setup-in-vm.md)
- [Bookinfo 示例](practice/bookinfo.md)
- [Katacoda 实验环境](practice/katacoda.md)
- [入门实践](practice/primer.md)
Expand Down Expand Up @@ -103,11 +101,17 @@
- [Kong](practice/kong.md)
- [Nginx](practice/nginx.md)
- [MOSN](practice/mosn.md)
- [分布式追踪增强](practice/enhance-tracing.md)
- [Opentracing 介绍](practice/opentracing.md)
- [实现方法级调用跟踪](practice/method-level-tracing.md)
- [实现 Kafka 消息跟踪](practice/kafka-tracing.md)
- [部署模型](practice/deployments.md)
- [多集群部署与管理](practice/multiple-cluster.md)
- [故障排查](practice/troubleshooting.md)
- [常见问题](practice/faq.md)
- [诊断工具](practice/diagnostic-tools.md)
- [istioctl 命令行工具](practice/istioctl-cmd-tool.md)
- [ControlZ 自检工具](practice/controlz-tool.md)

## 生态扩展

Expand Down
Loading

0 comments on commit 01c3de5

Please sign in to comment.