backyards demoapp install 🔗︎

Install demo application

Synopsis 🔗︎

Installs demo application.

The command automatically applies the resources. It can only dump the applicable resources with the ‘–dump-resources’ option.

backyards demoapp install [flags]

Examples 🔗︎

  # Default install.
  backyards demoapp install

  # Install demo application into a non-default namespace.
  backyards demoapp install -n backyards-system

Options 🔗︎

      --disable-autoscaling        Disable HPA based autoscaling of the demo application's deployments
      --disable-load               Do not start the load generator
  -d, --dump-resources             Dump resources to stdout instead of applying them
  -s, --enabled-services strings   Enabled services of the demo app
  -h, --help                       help for install
      --peer                       The destination cluster is a peer in a multi-cluster mesh
  -r, --replicas uint              Replica count of the deployments (only used if HPA is disabled) (default 1)
      --requests-cpu uint          The demoapp pods' requested cpu shares in millicores (default 40)
      --requests-memory uint       The demoapp pods' requested memory in megabytes (default 64)
      --strict-limits              Set the demoapp pods' limits to match the requests, useful for performance testing

Options inherited from parent commands 🔗︎

      --accept-license                   Accept the license: https://banzaicloud.com/docs/backyards/evaluation-license
      --backyards-namespace string       Namespace in which Backyards is installed [$BACKYARDS_NAMESPACE] (default "backyards-system")
      --base-url string                  Custom Backyards base URL (uses port forwarding or proxying if empty)
      --cacert string                    The CA to use for verifying Backyards' server certificate
      --color                            use colors on non-tty outputs (default true)
      --context string                   name of the kubeconfig context to use
      --demo-namespace string            Namespace for demo application (default "backyards-demo")
      --formatting.force-color           force color even when non in a terminal
      --interactive                      ask questions interactively even if stdin or stdout is non-tty
      --istio-revision string            Istio control plane revision (format: [istio-resource-name].[namespace])
  -c, --kubeconfig string                path to the kubeconfig file to use for CLI requests
  -p, --local-port int                   Use this local port for port forwarding / proxying to Backyards (when set to 0, a random port will be used) (default -1)
      --non-interactive                  never ask questions interactively
  -o, --output string                    output format (table|yaml|json) (default "table")
      --persistent-config-file string    Backyards persistent config file to use instead of the default at ~/.banzai/backyards/
      --resource-wait-timeout duration   The length of time to wait before giving up on waiting for resource coditions to met (default 5m0s)
      --token string                     Authentication token to use to communicate with Backyards
      --use-portforward                  Use port forwarding instead of proxying to reach Backyards
  -v, --verbose                          turn on debug logging

SEE ALSO 🔗︎