how to inherit Node-Labels to Pod-Labels in kubernetes?

8/7/2019

Can I inherit node labels to pod labels?

i.e I want to have zone and instance-type labels from node to pods

-- Ravichandra
aws-eks
kubernetes

1 Answer

8/7/2019

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.

Hope this helps.

-- mchawre
Source: StackOverflow