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
Display one or many resources
Display one or many resources.
Valid resource types include:
kubedb get [flags]
# List all elasticsearch in ps output format.
kubedb get es
# List all elasticsearch in ps output format with more information (such as version).
kubedb get elasticsearchs -o wide
# List a single postgres with specified NAME in ps output format.
kubedb get postgres database
# List a single snapshot in JSON output format.
kubedb get -o json snapshot snapshot-xyz
# List all postgreses and elastics together in ps output format.
kubedb get postgreses,elastics
# List one or more resources by their type and names.
kubedb get es/es-db postgres/pg-db
--all-namespaces If present, list the requested object(s) across all namespaces. Namespace specified with --namespace will be ignored.
-h, --help help for get
-n, --namespace string List the requested object(s) from this namespace. (default "default")
-o, --output string Output format. One of: json|yaml|wide|name.
-l, --selector string Selector (label query) to filter on, supports '=', '==', and '!='.
-a, --show-all When printing, show all resources (default hide terminated pods.)
--show-kind If present, list the resource type for the requested object(s).
--show-labels When printing, show all labels as the last column (default hide labels column)
--analytics Send analytical events to Google Analytics (default true)
--kube-context string name of the kubeconfig context to use