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 a resource by filename or stdin
Create a resource by filename or stdin.
JSON and YAML formats are accepted.
kubedb create [flags]
# Create a elasticsearch using the data in elastic.json.
kubedb create -f ./elastic.json
# Create a elasticsearch based on the JSON passed into stdin.
cat elastic.json | kubedb create -f -
-f, --filename strings Filename to use to create the resource
-h, --help help for create
-n, --namespace string Create object(s) in this namespace. (default "default")
-R, --recursive Process the directory used in -f, --filename recursively.
--analytics Send analytical events to Google Analytics (default true)
--kube-context string name of the kubeconfig context to use