For a multi zoned, multi cluster setup. Is it possible to dynamically expose or retrieve the zone in which the master node is running, from a pod? Since this is needed to correctly push our metrics to stackdriver, in order to run a horizontal pod autoscaler based on them.
I can hardcode it in the individual deployments but I would like to avoid that.
I've tried looking in the compute internal metadata endpoint, and in the reference variables kubernetes has, but none seem to expose the zone of the master.