If left empty, Prometheus is assumed to run inside of the cluster
and will discover API servers automatically and use the pod's CA certificate
and bearer token file at /var/run/secrets/kubernetes.io/serviceaccount/.
Note: When making decision about using field/label selector,
make sure that this is the best approach -
it will prevent Prometheus from reusing single list/watch for all scrape configs.
This might result in a bigger load on the Kubernetes API,
because per each selector combination there will be additional LIST/WATCH.
On the other hand, if you just want to monitor small subset of pods in large cluster,
it's recommended to use selectors.
If selectors should be used or not depends on the particular situation.
Allow retrieving scrape targets from Kubernetes' REST API and always staying synchronized with the cluster state.