1-ServiceMesh
istio-extended
Istio Gateway.yaml

Documentation

gateway.yaml

apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: name: fleetman-gateway namespace: default spec: selector: istio: ingressgateway servers:

  • port: number: 80 name: http protocol: HTTP hosts:
    • "abc.com"

virtualservice.yaml

apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: fleetman-webapp namespace: default spec: hosts:

  • "abc.com" gateways:
  • fleetman-gateway http:
  • match:
    • uri: prefix: / route:
    • destination: host: fleetman-webapp port: number: 80

💬 Need a Quick Summary?

Hey! Don't have time to read everything? I get it. 😊
Click below and I'll give you the main points and what matters most on this page.
Takes about 5 seconds • Uses Perplexity AI