《gateway-api-and-beyond-introducing-envoy-gateways-gateway-api-extensions-jie-api-daeptao-envoyjie-zha-jie-api-huabing-zhao-tetrate.pdf》由会员分享,可在线阅读,更多相关《gateway-api-and-beyond-introducing-envoy-gateways-gateway-api-extensions-jie-api-daeptao-envoyjie-zha-jie-api-huabing-zhao-tetrate.pdf(25页珍藏版)》请在三个皮匠报告上搜索。
1、Gateway API and Beyond:Introducing Envoy Gateways Gateway API ExtensionsHuabing Zhao,TetrateEnvoy Gateway MaintainerHTTP host matchingHTTP path matchingTLSIngressGateway APIHTTP header-based matchingHTTP header manipulationWeighted traffic splittinggRPC,UDP,TCP routingRole-oriented resource modelArb
2、itrary backend Custom filtersPolicy AttachmentPowerful traffic managementFlexible extension mechanismGateway API as Management API GRPCRouteA Minimum configurationGatewayClass:Defines a class of Gateways that share a common configuration and behaviourThe controller that is managing Gateways of this
3、classConfiguration parameters of this GatewayClassA Minimum configurationGateway:Specifies how traffic can enter the clusterThe GatewayClass used for this GatewayListeners that accepts network connectionsA Minimum configurationxRoute:Define protocol-specific rules for mapping requests from a Gateway
4、 to Backend Services.How to match,process,and forward the request to a backend serviceA Minimum configurationstore-serviceProvision&ConfigureWatch&Reconcilehttps:/ Gateway ResourcesKubernetes Gateway API ResourcesGatewayClass:Defines a class of Gateways with common configuration.Gateway:Specifies ho
5、w traffic can enter the cluster.xRoutes:HTTPRoute,GRPCRoute,TLSRoute,TCPRoute,UDPRoute Define routing rules for different types of traffic.BackendTLSPolicy:Configure TLS from Gateway dataplane to the backend.Envoy Gateway API ResourcesEnvoyProxy:Represents the deployment and configuration of the Env
6、oy proxy within a Kubernetes cluster,managing its lifecycle and settings.Backend:A resource that makes routing to cluster-external backends easier and makes access to external processes via Unix Domain Sockets possible.xPolicy:Additional policies to enhance Gateway API resourcesClientTrafficPolicy::