docs/static/v0.6/installation/kubernetes/helm/index.html
`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`
To access Meshery’s UI , please refer to the accessing-ui guide for detailed instructions.