1.

What Is Downward Api In Openshift?

Answer»

The Downward API is a mechanism whereby pods can retrieve their metadata without having to call into the Kubernetes API.

The following metadata can be retrieved and used to configure the running pods:

  1. Labels
  2. Annotations
  3. Pod NAME, namespace, and IP ADDRESS
  4. Pod CPU/memory request and limit INFORMATION
  5. CERTAIN information can be mounted into the pod as an environment variable, whereas other information can be accessed as files within a volume.

The Downward API is a mechanism whereby pods can retrieve their metadata without having to call into the Kubernetes API.

The following metadata can be retrieved and used to configure the running pods:



Discussion

No Comment Found