Infra App Docs
  • Overview
  • Getting started
  • Download Infra App
  • Connect your cluster
    • Amazon Web Services (EKS)
    • Google Cloud Platform (GKE)
    • Digital Ocean (DOKS)
    • Docker Desktop
    • Minikube
    • Other Clusters
  • Features
    • CPU & memory utilization
    • Container shell access
    • Log search & filtering
    • Editing Resources / Nodes
    • Deleting Pods
  • Advanced
    • Clusters with RBAC
    • FAQs
Powered by GitBook
On this page
  • Prerequisites
  • Connect Infra App
  • Installing Metrics Server

Was this helpful?

  1. Connect your cluster

Minikube

Connect Infra App to your local minikube Kubernetes cluster

PreviousDocker DesktopNextOther Clusters

Last updated 4 years ago

Was this helpful?

Prerequisites

  • Install and start

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

Minikube