Back to Meshery

mesheryctl adapter deploy

docs/static/v0.8/reference/mesheryctl/adapter/deploy/index.html

1.0.181.4 KB
Original Source

mesheryctl adapter deploy

Deploy infrastructure to the Kubernetes cluster

Synopsis

Deploy infrastructure to the connected Kubernetes cluster

mesheryctl adapter deploy [flags]

Examples

Deploy a infrastructure from an interactive on the default namespace

mesheryctl adapter deploy

Deploy infrastructure

mesheryctl adapter deploy linkerd

Deploy Linkerd mesh on a specific namespace

mesheryctl adapter deploy linkerd --namespace linkerd-ns

Deploy Linkerd mesh and wait for it to be deployed

mesheryctl adapter 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 adapter 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.