higress
higress copied to clipboard
🤖 AI Gateway | AI Native API Gateway
### Ⅰ. Describe what this PR did Support status sync for Gateway API resources. ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you add test...
## Why do you need it? 在分布式服务框架中,nacos算是比较新的注册中心兼配置中心,很多老的系统可能都使用了Apollo作为配置中心,希望higress能够支持Apollo作为配置中心,提高兼容性。 ## How could it be? 是否可以参考nacos作为配置中心的相关逻辑来实现支持Apollo配置中心。
## Why do you need it? 原生的istio+envoy是可以通过配置gateway和virtualService来实现tcp协议的服务访问的,但是该服务默认是k8s里的服务,higress能否支持微服务注册中心如zk,eureka,nacos等下的tcp协议的服务访问? ## How could it be? 需要配置的目的服务是微服务注册中心如zk,eureka,nacos等下的服务时,目的服务能被正确解析和路由
## Reference Policy Attachment: https://gateway-api.sigs.k8s.io/reference/policy-attachment/
## Why do you need it? 1. 通过 higress upgrade 升级时不用再指定 profile参数,可以复用 install 时候指定的参数, 方便用户快速升级higress 2. 通过helm安装higress后,可以通过higress upgrade 平滑来处理升级安装 ## How could it be? - [x] 在安装阶段完成后,把安装过程配置参数复制一份到 ~/.hgctl/profiles/install.yaml , 升级从...
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response Center) where the...
**有两个需求:** 1,想把oss的资源缓存到本地节点上(可能会有长期缓存的需求),避免oss流量浪费 2,全局限流需求,可能会借助redis来完成 想问一下,后续有没有相关的计划?
## backgroud & feature-description Many companies use multiple k8s clusters to form federated clusters. Some business teams want to maintain a higress cluster on their own, rather than applying it...
[✓ ] I have searched the [issues](https://github.com/alibaba/higress/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 问题是这样的: 目前,Higress 支持 Nacos,而 Nacos 原生就不支持直接订阅所有 service name...
## Why do you need it? higress 作为南北向流量入口,接收 http 请求,内部服务采用grpc通信,因此需要 http 转 grpc。同时由于接口pb信息存在变更的情况,需要实时或定时更新pb信息,用来支持接口变更后的调用。 ## How could it be? 1、支持 http 请求转 grpc 2、内部系统依赖grpc调用,该协议调用时需要对应的pb信息,而接口存在增删以及更新的可能,变更后,我们需要及时更新。我们希望接口pb信息变更后,支持动态的更新新版的pb信息,同时不会对请求造成任何损失,更新的时效性,希望可以是分钟级的。 3、支持多个泳道存在不同pb的情况,即调用同一个接口的多个请求,根据特定规则,可能会调用到不同泳道的接口中,并且可以适配不同泳道间,pb协议的差异