Back to Meshery

Install Meshery with Helm

docs/static/v0.6/installation/kubernetes/helm/index.html

1.0.182.4 KB
Original Source

Install Meshery with Helm

Prerequisites

  1. Helm should be installed on your local machine.
  2. You should have access to the cluster/platform where you want to deploy Meshery.
  3. Ensure that the kubeconfig file has the correct current context/cluster configuration.

Install Meshery on Your Kubernetes Cluster Using Helm

`helm repo add meshery https://meshery.io/charts/
helm install meshery meshery/meshery --namespace meshery --create-namespace
helm install meshery-operator meshery/meshery-operator`

Optionally, Meshery Server supports customizing the callback URL for your remote provider, like so:

`helm install meshery meshery/meshery --namespace meshery --set env.MESHERY_SERVER_CALLBACK_URL=https://custom-host --create-namespace`

Accessing Meshery UI for Clusters

To access Meshery’s UI , please refer to the accessing-ui guide for detailed instructions.

Suggested Reading

Recent Discussions with "meshery" Tag