supertubes mirror-maker2 get 🔗︎

Get one or more mirror maker instance details.

Synopsis 🔗︎

Get the configuration details of one ore more mirror maker instances.

supertubes mirror-maker2 get [flags]

Examples 🔗︎


# Get the configuration details of all mirror maker instances
$ supertubes mirrormaker2 get -n my-namespace -c <path-to-kubeconfig-file>

# Get the configuration details in yaml format of all mirror maker instances
$ supertubes mirrormaker2 get -n my-namespace -c <path-to-kubeconfig-file> -o yaml

# Get the configuration details format of selected mirror maker instances
$ supertubes mirrormaker2 get -n my-namespace --mirrormaker-name bar --mirrormaker-name foo -c <path-to-kubeconfig-file>

# Get the configuration details format of selected mirror maker instances
$ supertubes mirrormaker2 get -n my-namespace --mirrormaker-name "foo,barr" -c <path-to-kubeconfig-file>

Options 🔗︎

  -h, --help                       help for get
      --mirrormaker-name strings   Name of the mirror maker instance to get.
  -n, --namespace string           Namespace the mirror maker instance 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 🔗︎