istio-vet
istio-vet copied to clipboard
RFE: Vet for verifying VirtualService route destination points to a Service Port
The VirtualService resource's destination host for any protocol type HTTP
, TCP
& TLS
should always point to a Service port like Destination Port.
The new vet should verify that the routes always point to a service port including defaults.
Note that this [https://github.com/aspenmesh/istio-vet/blob/master/pkg/vetter/danglingroutedestinationhost/README.md] vetter currently generates warnings for dangling route destinations which is very close to this new vetter request.