docs/content/en/installation/kubernetes/gke.md
Manage your GKE clusters with Meshery. Deploy Meshery in GKE in-cluster or outside of GKE out-of-cluster. Note: It is advisable to install Meshery in your GKE clusters
<div class="prereqs"><p><strong style="font-size: 20px;">Prerequisites</strong> </p> <ol> <li>Install the Meshery command line client, <a href="/installation/mesheryctl" class="meshery-light">mesheryctl</a>.</li> <li>Install <a href="https://kubernetes.io/docs/tasks/tools/">kubectl</a> on your local machine.</li> <li>Install <a href="https://cloud.google.com/sdk/docs/install">gcloud CLI</a>, configured for your environment.</li> <li>Access to an active GKE cluster in your Google Cloud project.</li> </ol> </div>Also see: Install Meshery on Kubernetes
Follow the steps below to install Meshery in your GKE cluster.
Read through the following considerations prior to deploying Meshery on GKE.
{{< code code="gcloud config set project [PROJECT_ID]" >}}
{{< code code="gcloud container clusters get-credentials [CLUSTER_NAME] --zone [CLUSTER_ZONE]" >}}
{{< code code="kubectl config current-context" >}}
{{< code code="MESHERY_SERVER_CALLBACK_URL=https://custom-host mesheryctl system start" >}}
Meshery should now be running in your GKE cluster, and the Meshery UI should be accessible at the EXTERNAL IP of the meshery service.
mesheryctlUse Meshery's CLI to streamline your connection to your GKE cluster. Configure Meshery to connect to your GKE cluster by executing:
{{< code code="mesheryctl system config gke" >}}
Once configured, execute the following command to start Meshery.
{{< code code="mesheryctl system start" >}}
If you encounter any authentication issues, you can use mesheryctl system login. For more information, click here to learn more.
For detailed instructions on installing Meshery using Helm V3, please refer to the Helm Installation guide.
Optionally, you can verify the health of your Meshery deployment using <a href='/reference/mesheryctl/system/check'>mesheryctl system check</a>.
You're ready to use Meshery! Open your browser and navigate to the Meshery UI.
{{< installation/accessing-meshery-ui >}}
{{< related-discussions tag="meshery" >}}