Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.38 KB

kubedb_status.md

File metadata and controls

36 lines (27 loc) · 1.38 KB

kubedb status

View connection status

kubedb status [flags]

Options

  -d, --dbname string                   Database name to use (default discovered)
  -h, --help                            help for status
      --job-pod-labels stringToString   Pod labels to add to the job (default [])
  -p, --password string                 Database password (default discovered)
      --port uint16                     Database port (default discovered)
  -U, --username string                 Database username (default discovered)

Options inherited from parent commands

      --context string                 Kubernetes context name
      --dialect string                 Database dialect. (one of postgres, mariadb, mongodb, redis, meilisearch) (default discovered)
      --healthchecks-ping-url string   Notification handler URL
      --kubeconfig string              Paths to the kubeconfig file (default "$HOME/.kube/config")
      --log-format string              Log format (one of auto, color, plain, json) (default "auto")
      --log-level string               Log level (one of trace, debug, info, warn, error) (default "info")
  -n, --namespace string               Kubernetes namespace
      --pod string                     Perform detection from a pod instead of searching the namespace

SEE ALSO

  • kubedb - Painlessly work with databases in Kubernetes.