随笔分类 - Istio专题精讲
摘要:Istio 的主要组件 https://github.com/istio/istio#introduction Istio 主要由控制面组件和数据面组件组成。 Istio 当前最新版:(https://github.com/istio/istio/releases/download/1.20.0/i
阅读全文
摘要:Istio 架构 https://istio.io/latest/docs/ops/deployment/architecture/ Istio 服务网格在逻辑上分为数据平面和控制平面。 The data plane is composed of a set of intelligent proxi
阅读全文
摘要:服务治理的形态 通常认为,服务治理的演变至少经过了以下三种形态。 一、第1种形态:治理逻辑和业务代码耦合 在微服务化的过程中,服务拆分后,基本的业务连通都成了问题。如下图 服务调用方的微服务怎么找到对端的服务实例?怎么选择一个对端实例发出请求,等等,都需要业务开发者写代码来实现。 这种方式简单,对外
阅读全文
摘要:Istio 能做什么? 下面通过一个天气预报应用展示 Istio 的服务访问形式。其中有两个服务:forecast 和 recommendation。forecast 由 Node.js 开发而成,recommendation 由 Java 开发而成。这两个服务之间通过最简单的服务名进行调用,在代码
阅读全文
摘要:Istio中的概念介绍 一、流量管理 https://istio.io/latest/docs/concepts/traffic-management/ Istio’s traffic routing rules let you easily control the flow of traffic
阅读全文
摘要:Istio Deployment Models https://istio.io/latest/docs/ops/deployment/deployment-models/ When configuring a production deployment of Istio, you need to
阅读全文
摘要:Istio Getting Started https://istio.io/latest/docs/setup/getting-started/ This guide lets you quickly evaluate Istio. If you are already familiar with
阅读全文
摘要:介绍 Istio (version: 1.16.2, Jan 30, 2023发版) https://istio.io/latest/ 一、Istio 是什么? https://istio.io/latest/about/service-mesh/ Istio is an open source s
阅读全文