supertubes cluster broker get 🔗︎
Get one or more Kafka brokers details.
Synopsis 🔗︎
Get the configuration details of one ore more brokers of a Kafka cluster. In case the broker uses a config group and has config overrides defined at broker level the merged config is returned.
supertubes cluster broker get [flags]
Examples 🔗︎
# Get the configuration details of all brokers of a Kafka cluster
$ supertubes cluster broker get -n my-namespace --kafka-cluster my-cluster -c <path-to-kubeconfig-file>
# Get the configuration details in yaml format of all brokers of a Kafka cluster
$ supertubes cluster broker get -n my-namespace --kafka-cluster my-cluster -c <path-to-kubeconfig-file> -o yaml
# Get the configuration details format of selected brokers of a Kafka cluster
$ supertubes cluster broker get -n my-namespace --kafka-cluster my-cluster --broker-id 0 --broker-id 1 -c <path-to-kubeconfig-file>
# Get the configuration details format of selected brokers of a Kafka cluster
$ supertubes cluster broker get -n my-namespace --kafka-cluster my-cluster --broker-id "0,1" -c <path-to-kubeconfig-file>
Options 🔗︎
-b, --broker-id uints Identifier of the broker to get. (default [])
-h, --help help for get
--kafka-cluster string Name of the Kafka cluster.
-n, --namespace string Namespace the Kafka cluster belongs to. (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 broker - Manage the brokers of a Kafka cluster.