istio-vet icon indicating copy to clipboard operation
istio-vet copied to clipboard

RFE: Vet for verifying VirtualService route destination points to a Service Port

Open nrjpoddar opened this issue 5 years ago • 0 comments

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.

nrjpoddar avatar Aug 06 '19 16:08 nrjpoddar