get name and image and startTime
kubectl get pods -ao jsonpath='{range .items[*]}{@.metadata.name}{" "}{@.spec.containers[*].image}{" "}{@.status.phase}{" "}{@.status.startTime}{"\n"}{end}'| grep trackget name and image and startTime
kubectl get pods -ao jsonpath='{range .items[*]}{@.metadata.name}{" "}{@.spec.containers[*].image}{" "}{@.status.phase}{" "}{@.status.startTime}{"\n"}{end}'| grep track# simple, for a signle federation domain in an unknown namespace
kubectl get federationdomain -A -o jsonpath="{range .items[*]}{@.spec.issuer}{end}"
readability again: