Back to Meshery

mesheryctl mesh deploy

docs/static/v0.7/reference/mesheryctl/mesh/deploy/index.html

1.0.181.4 KB
Original Source

mesheryctl mesh deploy

Deploy infrastructure to the Kubernetes cluster

Synopsis

Deploy infrastructure to the connected Kubernetes cluster

mesheryctl mesh deploy [flags]

Examples

Deploy a infrastructure from an interactive on the default namespace

mesheryctl mesh deploy

Deploy infrastructure

mesheryctl mesh deploy linkerd

Deploy Linkerd mesh on a specific namespace

mesheryctl mesh deploy linkerd --namespace linkerd-ns

Deploy Linkerd mesh and wait for it to be deployed

mesheryctl mesh deploy linkerd --watch

Options

-h, --help help for deploy -n, --namespace string Kubernetes namespace to be used for deploying the validation tests and sample workload (default "default") -t, --token string Path to token for authenticating to Meshery API -w, --watch Watch for events and verify operation (in beta testing)

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output

Screenshots

Usage of mesheryctl mesh deploy

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.