aspenmesh / istio-vet

Utility for validating Istio configuration in kubernetes cluster
Apache License 2.0
135 stars 35 forks source link

Idea: check for Pod containerPort for every ServicePort #60

Open esnible opened 5 years ago

esnible commented 5 years ago

Enhancement idea:

See https://github.com/istio/istio/issues/15633

I spent four hours before understanding the problem of missing containerPort on a Service. istio-vet does not detect it.

nrjpoddar commented 5 years ago

Thanks @esnible for filing this enhancement. This makes sense to add as if you don't specify container ports the proxy interception will not happen.