Istio Gateway와 Kubernetes Ingress의 주요 차이점
textapiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: my-virtualservice spec: hosts: - "myapp.example.com" gateways: - my-gateway http: - match: - uri: prefix: "/api" route: - destination: host: my-service port: number: 8080
Last updated