Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


When deploying an application to a Kubernetes cluster that requires credentials to connect to another service, how can you securely use these credentials across multiple environments with minimal code changes? (Select One)




Explanation:

Storing the credentials in a Kubernetes Secret and allowing the application access via environment variables at runtime ensures secure usage of secrets without the need for environment-specific code modifications, updating build pipelines, or insecure storage of secrets.