Manage Secrets

In a production environment, you must secure sensitive information such as passwords, API keys, and tokens. We recommend using Kubernetes secrets to store and manage sensitive information. This section explains how to manage the two main secrets:

  • TLS Secret: Create a TLS secret for secure communication between the API and the Controller.
  • Docker Secret: Create a secret for accessing a private Docker registry.