Istio & service mesh todo
文档用途
介绍 k8s 中的 service mesh, 并说明如何适用 Istio 这个 service mesh 的实现.
参考资料
- Istio & Service Mesh - simply explained in 15 mins
- Istio Setup in Kubernetes | Step by Step Guide to install Istio Service Mesh
优势
- 配置不会影响具体服务的部署
- 新的服务会被自动发现 (service discovery)
- 服务之间使用 mTLS 加密通信
- 收集服务的运行数据 (telemetry data)
- istio ingress gateway