docs/content/en/installation/kubernetes/eks.md
Manage your EKS clusters with Meshery. Deploy Meshery in EKS in-cluster or outside of EKS out-of-cluster. Note: It is advisable to install Meshery in your EKS clusters
<div class="prereqs"><h4>Prerequisites</h4> <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://docs.aws.amazon.com/eks/latest/userguide/getting-started.html">AWS CLI</a>, configured for your environment.</li> <li>Access to an active EKS cluster in an AWS account.</li> </ol> </div>Also see: Install Meshery on Kubernetes
Follow the steps below to install Meshery in your EKS cluster.
Prerequisites: Cluster Connectivity
{{< code code="aws eks update-kubeconfig --name [YOUR_CLUSTER_NAME] --region [YOUR_REGION]" >}}
eksctl, follow the AWS documentation steps.{{< code code="kubectl config current-context" >}}
mesheryctlExecute <a href='/reference/mesheryctl/system/start'>mesheryctl system start</a> command to start Meshery.
{{< code code="mesheryctl system start" >}}
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 >}}
{{% alert title="Out-of-cluster EKS deployments not currently supported" color="warning" %}} Out-of-cluster support for EKS is still beta and on the roadmap. {{% /alert %}}
Install Meshery on Docker (out-of-cluster) and connect it to your EKS cluster.
{{< code code="mesheryctl system start -p docker" >}}
Configure Meshery to connect to your cluster by executing:
{{< code code="mesheryctl system config eks" >}}
Once you have verified that all the services are up and running, Meshery UI will be accessible on your local machine on port 9081. Open your browser and access Meshery at http://localhost:9081.
{{< related-discussions tag="meshery" >}}