@yaacov thank's for this awsome way to query k8s objects!
I want to select labels / annotations, is this possible like so?
$ kubectl sql "SELECT name, annotations.external-dns.alpha.kubernetes.io/hostname FROM */services"
Error: invalid field identifier: annotations.external-dns.alpha.kubernetes.io/hostname
@yaacov thank's for this awsome way to query k8s objects!
I want to select labels / annotations, is this possible like so?