Back to Meshery

mesheryctl-adapter-deploy

docs/content/en/reference/references/mesheryctl/adapter/deploy.md

1.0.432.0 KB
Original Source

mesheryctl adapter deploy

Deploy infrastructure to the Kubernetes cluster

Synopsis

Deploy infrastructure to the connected Kubernetes cluster

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter deploy [flags] </div> </pre>

Examples

Deploy a infrastructure from an interactive on the default namespace

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter deploy </div> </pre>

Deploy infrastructure

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter deploy linkerd </div> </pre>

Deploy Linkerd mesh on a specific namespace

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter deploy linkerd --namespace linkerd-ns </div> </pre>

Deploy Linkerd mesh and wait for it to be deployed

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter deploy linkerd --watch </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -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) </div> </pre>

Options inherited from parent commands

<pre class='codeblock-pre'> <div class='codeblock'> --config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output </div> </pre>

Screenshots

Usage of mesheryctl adapter deploy

See Also

Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.