Manage Secrets#
You may need to manage several types of secrets for your NeMo Microservices environment. The following guides provide information on how to manage each type of secret.
Important
By default, Kubernetes secrets are not encrypted. To secure your secrets, see Kubernetes secret best practices in the Kubernetes documentation.
The secret values aren’t visible through the pod specs. Use secrets management solutions such as Vault along with external secrets to securely inject these secrets into the namespace.
Learn how to manage the NGC image pull secret.
Learn how to manage the external database secrets.
Learn how to manage the JSON web token secret.
Learn how to manage the MLFlow customizer secrets.
Learn how to manage the Weights and Biases keys.