Kubernetes Downward API
What is it?
Data that is already known can be passed to the Pod using ConfigMap or Secret volumes. But there are a few cases where the data isn't known upfront such as Pod's IP or name as well as the data that is defined elsewhere, such as Pod's labe...
ckiran.hashnode.dev4 min read