Ooh, good answer. I was thinking more along the lines of something that
kubectl provided natively, but json output plus the jq parser (which I
love and use all the time) definitely fits the bill.
Along those lines, I've been using a more low-tech/hacky version up till
now:
kubectl describe ing | grep " /"
Thanks,
DR
On 04/13/2018 04:28 AM, 'Timo Reimann' via Kubernetes user discussion