Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To begin, connect your Kubernetes cluster to Meshery. This guide uses `minikube`

- **Out-of-Cluster Deployment**: Runs Meshery in Docker containers, allowing external connectivity to the Minikube cluster.

For this guide, the `in-cluster deployment` method is used. Follow this [setup guide for Meshery on Minikube](https://docs.meshery.iohttps://docs.meshery.io/installation/kubernetes/minikube) to deploy Meshery in-cluster. After the deployment, open the Meshery UI at `localhost:9081` to verify that the cluster is listed. Click on the cluster name to ping and confirm connectivity.
For this guide, the `in-cluster deployment` method is used. Follow this [setup guide for Meshery on Minikube](https://docs.meshery.io/installation/kubernetes/minikube/) to deploy Meshery in-cluster. After the deployment, open the Meshery UI at `localhost:9081` to verify that the cluster is listed. Click on the cluster name to ping and confirm connectivity.

![Connect Minikube Cluster](images/aws-controllers/aws-connection.png)

Expand Down
Loading