Expose node Information to Container

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.20
Cloud being used: bare-metal

Hi
I need to expose node-related data like node names or labels as a variable or file inside a container.
I read about DownwardAPIVolumeFile but it only handles pod’s data.
how can I do that?