但是我们在访问 API 时收到状态码 404。
实施以下步骤:
- 指向 istio 负载均衡器外部 IP 的域 URL。
- 应用了一个将其路由目的地映射到 istio-ingressgateway.istio-system.svc.cluster.local 的 VirtualService
yaml 文件:
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: entry-route
namespace: vulcan
spec:
# gateways:
# - istio-ingressgateway.istio-system.svc.cluster.local
hosts:
- ktest.xxx.com
http:
- match:
- uri:
prefix: "/atlas/*"
rewrite:
authority: k-atlas-service.vulcan.xxx.com
route:
- destination:
host: istio-ingressgateway.istio-system.svc.cluster.local
weight: 100