> For the complete documentation index, see [llms.txt](https://docs.infra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infra.app/connect-your-cluster/minikube.md).

# Minikube

### Prerequisites

* Install and start [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)

### Connect Infra App

Infra App will automatically discover the Minikube cluster. Switch to it by selecting the **Cluster Switcher** and then **minikube**:

![](/files/-MKChrGvmkfrlBv0L2Dt)

### Installing Metrics Server

Minikube doesn't include metrics server by default. You can install it via the minikube `addons` command:

```
minikube addons enable metrics-server
```
