当前位置:网站首页>【istio简介、架构、组件】
【istio简介、架构、组件】
2022-07-07 06:20:00 【仙女肖消乐】
istio介绍
Istio是一个开放平台,提供统一的方式来集成微服务,管理跨微服务的流量,执行策略和汇总遥测数据。Istio的控制面板在底层集群管理平台(如Kubernetes,Mesos等)上提供了一个抽象层。
组成
Envoy - 每微服务器的Sidecar代理,处理集群中的服务间和服务到外部服务的入口/出口流量。代理形成安全的微服务网格,提供丰富的功能,如服务发现,丰富的7层路由,熔断器,策略执行和遥测记录/报告功能。
注意:服务网格不是overlay网络。它简化和增强了应用程序中的微服务通过底层平台提供的网络彼此通话的方式。
Mixer - 由代理和微服务使用的集中式组件,用于执行策略,如鉴权,限流,配额,认证,请求跟踪和遥测收集等。
Pilot - 负责在运行时配置代理的组件。
Citadel - 负责证书颁发和轮换的集中式组件
Node Agent - 负责证书颁发和轮换的每节点组件
Galley - 用于在Istio中验证,摄取,聚合,转换和分发配置的中央组件。
istio架构
istio组件
边栏推荐
- Simple use of Xray
- Greenplum 6.x monitoring software setup
- [Nanjing University] - [software analysis] course learning notes (I) -introduction
- Redis fault handling "can't save in background: fork: cannot allocate memory“
- 模拟卷Leetcode【普通】1567. 乘积为正数的最长子数组长度
- Three usage scenarios of annotation @configurationproperties
- LeetCode 736. LISP syntax parsing
- 更改当前文件夹及文件夹下文件日期shell脚本
- QT charts use (rewrite qchartview to realize some custom functions)
- 調用華為遊戲多媒體服務的創建引擎接口返回錯誤碼1002,錯誤信息:the params is error
猜你喜欢
Output a spiral matrix C language
Markdown editor Use of MD plug-in
LeetCode 736. Lisp 语法解析
JS operation
指针进阶,字符串函数
Digital triangle model acwing 1027 Grid access
[Yugong series] February 2022 U3D full stack class 006 unity toolbar
A bug using module project in idea
Esp32-ulp coprocessor low power mode RTC GPIO interrupt wake up
如何在快应用中实现滑动操作组件
随机推荐
JS operation
Enterprise manager cannot connect to the database instance
Goldbach conjecture C language
Frequently Asked Coding Problems
redis故障处理 “Can‘t save in background: fork: Cannot allocate memory“
ESP32-ULP协处理器低功耗模式RTC GPIO中断唤醒
ncs成都新电面试经验
MySQL主从延迟的解决方案
[Yugong series] February 2022 U3D full stack class 006 unity toolbar
LeetCode 736. Lisp 语法解析
JS的操作
Recommended by Alibaba P8, the test coverage tool - Jacobo is very practical
Alibaba P8 teaches you how to realize multithreading in automated testing? Hurry up and stop
对API接口或H5接口做签名认证
使用Typora编辑markdown上传CSDN时图片大小调整麻烦问题
Greenplum 6.x reinitialization
Calculation s=1+12+123+1234+12345 C language
Simple use of Xray
模拟卷Leetcode【普通】1567. 乘积为正数的最长子数组长度
2022-07-06 Unity核心9——3D动画