kubeshop / kusk-gateway

Kusk-gateway is an OpenAPI-driven API Gateway for Kubernetes
https://kubeshop.github.io/kusk-gateway/
MIT License
253 stars 21 forks source link

Add option to `kusk ip` to select an EnvoyFleet #968

Closed aabedraba closed 1 year ago

aabedraba commented 1 year ago

Current kusk ip returns the IP address of the default gateway.

I'd love to be able to get the IP address of other gateways that I have in the system. Perhaps through something like:

kusk ip --envoyfleet.name demo-gateway

(--envoyfleet.namespace would default to kusk-system if not defined)