A microservice running as a Deployment in a Kubernetes cluster needs to authenticate to a third-party API using a static API key. Which is the most secure way to store and inject this secret into the container?
Select one:
CNCF often tests the misconception that environment variables from Secrets are equally secure as vol...