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
Show details of a specific resource or group of resources
Show details of a specific resource or group of resources. This command joins many API calls together to form a detailed description of a given resource or group of resources.Valid resource types include:
kubedb describe (TYPE [NAME_PREFIX] | TYPE/NAME) [flags]
# Describe a elasticsearch
kubedb describe elasticsearchs elasticsearch-demo
# Describe a postgres
kubedb describe pg/postgres-demo
# Describe all dormantdatabases
kubedb describe drmn
--all-namespaces If present, describe the requested object(s) across all namespaces. Namespace specified with --namespace will be ignored.
-h, --help help for describe
-n, --namespace string Describe object(s) from this namespace. (default "default")
-l, --selector string Selector (label query) to filter on, supports '=', '==', and '!='.
-E, --show-event If true, display events related to the described object. (default true)
-S, --show-secret If true, display secrets. (default true)
-W, --show-workload If true, describe statefulSet, service and secrets. (default true)
--analytics Send analytical events to Google Analytics (default true)
--kube-context string name of the kubeconfig context to use