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
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.
KubeVault is a Git-Ops ready, production-grade solution for deploying and configuring Hashicorp's 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-community --namespace kubedb
If you prefer to not use Helm, you can generate YAMLs from KubeDB chart and uninstall using kubectl
.
$ helm template kubedb-community appscode/kubedb-community --namespace kubedb | kubectl delete -f -