🖍️
deep-understanding-of-istio
  • Introduction
  • istio 简介
    • 诞生背景
    • istio功能
    • 设计理念
    • sidecar模式
  • istio架构
    • istio命令
  • istio资源对象
    • virtualservice
    • destionrule
    • requestauthentications
    • authorizationpolicies
    • peerauthentication
    • gateway
  • istio实战
    • istio部署方式
      • 单集群部署
        • istioctl
        • operator
        • helm
      • 多主- 单网络平面
      • 主远程 - 单网络平面
      • 多主- 单网络平面
      • 主远程 - 单网络平面
    • 虚拟机部署
    • bookinfo部署
    • 流量管理
      • 路由
      • 失败注入
      • 负载均衡算法
      • 流量转移
      • 超时
      • 熔断
      • 镜像
      • ingress
      • egress
    • 安全
      • 使用third-party-jwt
      • 认证
      • 授权
    • 可观测性
      • 日志
      • 监控
      • 链路追踪
  • 实战进阶
    • 实现keycloak实现istio的rbac
    • 根据地域进行流量转发
    • 如何将服务迁移到网格中
    • istio+flagger实现金丝雀部署
    • 分布式追踪实战
    • 更好的外部授权
  • 原理分析
    • istio流量拦截原理
    • istio dns拦截
    • istio如何保证服务的启动顺序
    • istio中如何对服务进行角色验证
    • pilot-agent如何转发xds到istiod
    • 开启mutual TLS如何进行健康检查
    • istio-cni
    • 证书控制器chiron
    • istio ca控制器
    • istio中的controller
    • sidecar 注入原理
    • webhook 配置校验
    • EventHandlers事件处理器
    • XDS Server
    • 角色认证 authenticators
  • 扩展
    • mcp-over-xds
    • mcp
    • lua
    • wasm
  • 术语
    • grpc接口
    • xds
  • envoy介绍
    • xds
    • listener
    • HTTP connection manager
    • route
    • cluster
    • endpoint
    • secret
    • listener filter
    • Network filters
    • httpfilter
    • UDP listener filters
    • 线程模型
  • 原理进阶
    • DiscoveryServer
    • SDS Server
    • Multicluster
    • ConfigStore
    • ServiceDiscovery
    • caServer
Powered by GitBook
On this page

Was this helpful?

  1. envoy介绍

route

route

https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route.proto

PreviousHTTP connection managerNextcluster

Last updated 4 years ago

Was this helpful?