You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
We use cookies and other similar technology to collect data to improve your experience on our site, as described in our Privacy Policy.
Run Production-Grade Databases on Kubernetes
Backup and Recovery Solution for Kubernetes
Run Production-Grade Vault on Kubernetes
Secure HAProxy Ingress Controller for Kubernetes
Kubernetes Configuration Syncer
Kubernetes Authentication WebHook Server
KubeDB simplifies Provision, Upgrade, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud
A complete Kubernetes native disaster recovery solution for backup and restore your volumes and databases in Kubernetes on any public and private clouds.
KubeVault is a Git-Ops ready, production-grade solution for deploying and configuring Hashicorp's Vault on Kubernetes.
Secure HAProxy Ingress Controller for Kubernetes
Kubernetes Configuration Syncer
Kubernetes Authentication WebHook Server
Create or upgrade KubeDB operator
Install or upgrade KubeDB operator.
kubedb init [flags]
# Install latest released operator.
kubedb init
# Upgrade operator to use another version.
kubedb init --version=0.8.0-beta.0 --upgrade
--address string Address to listen on for web interface and telemetry. (default ":8080")
--docker-registry string User provided docker repository (default "kubedb")
--governing-service string Governing service for database statefulset (default "kubedb")
-h, --help help for init
--operator-namespace string Name of namespace where operator will be deployed. (default "kube-system")
--rbac If true, uses RBAC with operator and database objects
--upgrade If present, Upgrade operator to use provided version
--version string Operator version (default "0.8.0-beta.0")
--analytics Send analytical events to Google Analytics (default true)
--kube-context string name of the kubeconfig context to use