Install Kuma demo on Kubernetes

Synopsis

Install Kuma demo on Kubernetes in its own namespace.

kumactl install demo [flags]

Options

  -h, --help               help for demo
      --namespace string   Namespace to install demo to (default "kuma-demo")
      --without-gateway    Skip MeshGateway resources
      --zone string        Zone in which to install demo (default "local")

Options inherited from parent commands

      --api-timeout duration   the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s)
      --config-file string     path to the configuration file to use
      --log-level string       log level: one of off|info|debug (default "off")
      --no-config              if set no config file and config directory will be created

SEE ALSO