Skip to content

Configurations

Manage the configuration data and sensitive credentials injected into your Kubernetes applications.

Navigate to Kubernetes > Configurations.

ConfigMaps

ConfigMaps allow you to decouple environment-specific configuration artifacts from your container images.

  • View the key-value pairs stored in any ConfigMap.
  • Edit ConfigMaps directly in the UI. (Note: Pods mounting the ConfigMap as a volume may take time to see the updates, or may require a restart depending on the application).

Secrets

Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.

  • Vapor provides a secure way to view the decoded contents of Opaque secrets, TLS certificates, and Docker registry credentials.
  • Edit secrets safely without needing to manually Base64 encode the values; the Vapor UI handles the encoding automatically on save.

Namespaces

Namespaces provide a mechanism for isolating groups of resources within a single cluster.

  • Create new namespaces for different projects or teams.
  • Monitor resource usage (if quotas are applied) across different namespaces.