Minikube

Connect Infra App to your local minikube Kubernetes cluster

Prerequisites

Connect Infra App

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

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

Last updated