Back to Meshery

Install Meshery CLI with Bash

docs/static/v0.7/installation/linux-mac/bash/index.html

1.0.181.3 KB
Original Source

Install Meshery CLI with Bash

To install or upgrade mesheryctl using bash, execute anyone of the following commands.

Option 1: Only install mesheryctl binary

$ curl -L https://meshery.io/install | DEPLOY\_MESHERY=false bash -

Option 2: Install mesheryctl binary and deploy Meshery on Docker

$ curl -L https://meshery.io/install | PLATFORM=docker bash -

Option 3: Install mesheryctl binary and deploy Meshery on Kubernetes

$ curl -L https://meshery.io/install | PLATFORM=kubernetes bash -

Option 4: Install mesheryctl binary and Meshery adapter(s)

Install mesheryctl binary and include one or more adapters to be deployed

$ curl -L https://meshery.io/install | ADAPTERS=consul PLATFORM=kubernetes bash -

Start Meshery

You are ready to deploy Meshery mesheryctl. To do so, execute the following command.

mesheryctl system start

Suggested Reading