This section describes how to manage configuration resources.

KubeSphere supports the management of the following two types of configuration resources:

  • Secret: Contains Base64-encoded key-value pairs, used for storing confidential data such as passwords, tokens, and keys.

  • ConfigMap: Contains plaintext key-value pairs, used for storing ordinary configuration data.