minikube-local-development

Automate Minikube cluster setup, image loading, addons, and troubleshooting.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/mub7865/Hackathone-2 --skill minikube-local-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minikube-local-development
Source: https://github.com/mub7865/Hackathone-2/tree/main/.claude/skills/minikube-local-development
Command: npx skills add https://github.com/mub7865/Hackathone-2 --skill minikube-local-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minikube local development often requires assembling setup steps, driver choices, image loading, addons, and networking configurations. This skill provides a complete, guided reference to streamline these tasks.

Core Features & Use Cases

  • End-to-end Minikube setup across Windows, macOS, and Linux with multiple drivers (docker, hyperv, virtualbox).
  • Guided cluster lifecycle management (start, stop, delete) and resource configuration for repeatable environments.
  • Local image handling and addon management (dashboard, ingress, metrics) to accelerate testing.
  • Comprehensive troubleshooting workflows with common issues and practical fixes for rapid recovery.
  • Use case: a developer spins up a local cluster, loads local images, deploys an app, and validates networking without cloud costs.

Quick Start

Start a Minikube cluster with the Docker driver, verify the cluster is healthy, load your local images, and enable essential addons to begin development.

Frequently Asked Questions about minikube-local-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a local Kubernetes cluster using minikube?

Set up a local Kubernetes cluster by installing minikube, selecting a driver like Docker or VirtualBox, and running the start command. This skill guides cross-platform installation and cluster lifecycle management to create a repeatable development environment.

What is the best way to load local Docker images into minikube?

Load local Docker images into minikube using dedicated image handling commands provided by this skill. This avoids pushing to a remote registry, allowing you to deploy and test applications locally on your laptop without incurring cloud costs.

Does minikube support Docker, Hyper-V, and VirtualBox drivers on Windows and macOS?

Minikube supports cross-platform driver management across Windows, macOS, and Linux. This skill provides guided configuration for Docker, Hyper-V, and VirtualBox drivers to ensure your local Kubernetes environment matches your host operating system.

How do I enable Kubernetes addons like ingress and metrics-server in minikube?

Enable Kubernetes addons like ingress, metrics-server, and the dashboard in minikube using built-in addon management commands. This skill outlines the specific commands to activate these components and accelerate local application testing.

Why is my minikube cluster failing to start or network correctly?

Minikube cluster startup or networking failures often stem from driver misconfigurations or resource limits. This skill provides comprehensive troubleshooting workflows with practical fixes for common local development issues to ensure rapid recovery.

Can I manage cluster lifecycle operations like stop and delete in minikube?

Manage minikube cluster lifecycle operations like start, stop, and delete using guided commands. This skill enforces resource configuration practices for repeatable environments, ensuring clean state management across local development sessions.