Can I inherit node labels to pod labels?
i.e I want to have zone and instance-type labels from node to pods
zone
instance-type
This feature is not yet supported.
Here is an open feature request on kubernetes.
Though there are few workarounds.
You can also refers this, where they make use of initContainer to get node label and assign it to pod label.
initContainer
Hope this helps.