更新时间:2024-09-29 GMT+08:00
重定向
开启重定向,可以在客户端将对目标地址的请求重定向到配置的新的目标地址。
YAML设置如下:
apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: ratings-route spec: hosts: - ratings.prod.svc.cluster.local http: - match: - uri: exact: /v1/getProductRatings redirect: # 配置重定向参数 uri: /v1/bookRatings authority: newratings.default.svc.cluster.local
请根据实际需求调整配置参数。
父主题: 服务路由协议