Provision your Database on Kubernetes
You can simply provision your databases on Kubernetes using KubeDB. Don’t need to worry about all the knowledge of Kubernetes Concepts & setups
helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
--version v2024.11.18 \
--namespace kubedb --create-namespace \
--set-file global.license=/path/to/the/license.txt \
--wait --burst-limit=10000 --debug