mesheryctl mesh deploy

Deploy a service mesh to the Kubernetes cluster

Synopsis

Deploy a service mesh to the connected Kubernetes cluster

mesheryctl mesh deploy [flags]

Examples

Deploy a service mesh from an interactive on the default namespace

mesheryctl mesh deploy

Deploy Linkerd mesh on a specific namespace

mesheryctl mesh deploy --adapter meshery-linkerd --namespace linkerd-ns

Deploy Linkerd mesh and wait for it to be deployed

mesheryctl mesh deploy --adapter meshery-linkerd --watch

Options

-a, --adapter string Adapter to use for installation (default "meshery-istio:10000") -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 mesh-deploy-usage

See Also

Go back to command reference index