supertubes cluster get 🔗︎
Gets Kafka cluster details.
Synopsis 🔗︎
Gets Kafka cluster details.
supertubes cluster get [--kafka-cluster=]NAME [flags]
Examples 🔗︎
# Get the details of the selected Kafka cluster
$ supertubes cluster get
# Get the details of the cluster1 Kafka cluster from namespace my-namespace
$ supertubes cluster get cluster1 -n my-namespace -c <path-to-kubeconfig-file>
# Get the details of the cluster1 Kafka cluster from namespace my-namespace in yaml format
$ supertubes cluster get cluster1 -n my-namespace -c <path-to-kubeconfig-file> -o yaml
Options 🔗︎
-h, --help help for get
--kafka-cluster string Name of the Kafka cluster of which details to get.
-n, --namespace string Namespace to get the KafkaCluster from. (default "kafka")
Options inherited from parent commands 🔗︎
--accept-license Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
--color use colors on non-tty outputs (default true)
--context string name of the kubeconfig context to use
--formatting.force-color force color even when non in a terminal
--interactive ask questions interactively even if stdin or stdout is non-tty
-c, --kubeconfig string path to the kubeconfig file to use for CLI requests
--non-interactive never ask questions interactively
-o, --output string output format (table|yaml|json) (default "table")
--persistent-config-file string Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
-v, --verbose turn on debug logging
SEE ALSO 🔗︎
- supertubes cluster - Manage Kafka clusters on a Kubernetes cluster.