You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Run Production-Grade Databases on Kubernetes
Backup and Recovery Solution for Kubernetes
Tools for running HashiCorp Vault on Kubernetes
Secure HAProxy Ingress Controller for Kubernetes
Provision cloud resources using Kubernetes CRDs & Terraform
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.
Tools for running HashiCorp Vault on Kubernetes
Secure HAProxy Ingress Controller for Kubernetes
Provision cloud resources
using Kubernetes CRDs
& Terraform
Kubernetes Authentication WebHook Server
Kubernetes cluster manager daemon
Kubernetes Cluster Manager using Kubeadm & Cluster API
Ajax friendly Helm Tiller Proxy
Alerts for Kubernetes
To uninstall KubeDB Community edition, run the following command:
In Helm 3, release names are scoped to a namespace. So, provide the namespace you used to install the operator when installing.
$ helm uninstall kubedb --namespace kubedb
If you prefer to not use Helm, you can generate YAMLs from the KubeDB chart and uninstall using kubectl
.
$ helm template kubedb appscode/kubedb --namespace kubedb | kubectl delete -f -