# 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**:

![](https://2997771214-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll2YPh7b5O2frfEMtKk%2F-MKCgCcYJVIZ7pcrzEB9%2F-MKChrGvmkfrlBv0L2Dt%2Fminikube%20dropdown.png?alt=media\&token=243de9ce-5157-466f-a179-4957b240a1aa)

### 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
```
