MAIN MENU
Kubernetes icon

Kubernetes

DevOps CI/CD tools Moderate support

Overview

Integrate Kubernetes with RDM to securely manage secrets, access, and configurations in one place

Features and highlights

Automated secret population and recovery through the Kubernetes operator

Fetch certificates, credentials, and application config values from the data source during deployment, and have the operator auto-repopulate secrets after a cluster restore. This supports GitOps workflows, keeps cluster state clean, and makes disaster recovery as simple as redeploying from Git.

Replace hardcoded secrets

Remove secrets from Helm charts, values files, and YAML manifests. Instead, reference the entries through custom resources (DvlsSecret). Credentials never appear in ConfigMaps or source control, and the same manifests can be safely committed to Git, even in public repositories.

Centralized, multi-cluster secret management for every environment

Manage all secrets for all clusters from a single data source instance. Dev, staging, and production namespaces can use the same manifests while pulling environment-specific values from the appropriate vault. This eliminates per-cluster secret drift and simplifies cross-environment consistency.

See it in action