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.

NGC Image Pull Secret

Learn how to manage the NGC image pull secret.

Secrets for Accessing NGC Catalog
External Database Secrets

Learn how to manage the external database secrets.

External Database Secrets
JSON Web Token Secret

Learn how to manage the JSON web token secret.

JSON Web Token Secrets
MLFlow Customizer Secrets

Learn how to manage the MLFlow customizer secrets.

MLFlow Customizer Secrets
Weights and Biases Keys

Learn how to manage the Weights and Biases keys.

Weights & Biases Keys