澄潭
澄潭
```yaml apiVersion: v1 kind: Service metadata: name: httpbinorg namespace: default spec: type: ExternalName externalName: httpbin.org ports: - port: 80 protocol: TCP --- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: foo namespace:...
可以试试删除service再重新创建
LDAP目前WASM插件还没法实现
@onenewcode Is there any progress on this?
是不是需要Higress部署在多个K8s集群,用同一份配置? 可以考虑用Nacos存储配置,Nacos本身支持高可用部署。在K8s上部署时依赖Nacos存储配置,具体见这个issue在做这件事:https://github.com/alibaba/higress/issues/642
@CPAltair 目前Higress商业版有此类[解决方案](https://help.aliyun.com/zh/mse/use-cases/active-zone-redundancy-based-on-mse-cloud-native-gateways?spm=a2c4g.11186623.0.0.43472aedIAKCaV),开源目前focus在核心引擎上,暂时还没有提供此类开源解决方案的计划
@Xunzhuo Is there any progress?
In fact, there is no need to design a new general mechanism. You can directly use istio's MCP specification. You can refer to Nacos' MCP server implementation. Higress can also...
@dongjiang1989 Yes, you can see the nacos code here: https://github.com/alibaba/nacos/blob/a7d1c35f85362a4538e81a721ab94b6bceeb714e/istio/src/main/java/com/alibaba/nacos/istio/mcp/NacosMcpService.java
@PokerBySwq 是http to grpc,还是grpc to grpc