Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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)
A
Bundle the secret in a file on your desktop and add as needed
B
Use a Kubernetes secret and setup a KSM to handle the secrets
C
Store the credentials in a Kubernetes Secret and then allow the application access via environment variables at run time
D
Enable the Kubernetes secret API and then setup a KSM to handle the secrets.