    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              kubernetes / minikube Public
              * Notifications You must be signed in to change notification settings
              * Fork 5.3k
                * Star 32k
          * Code
          * Issues 449
          * Pull requests 118
          * Actions
          * Projects
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                              Name                                Last commit message    Last commit date
                                            Latest commit                 
                                                                          
                                                History                   
                                                                          
                                                27,958 Commits            
                                                  27,958 Commits          
                                                  .devcontainer                     .devcontainer                                                      
                                                  .github                           .github                                                            
                                                  .openvex/ templates               .openvex/ templates                                                
                                                  cmd                               cmd                                                                
                                                  deploy                            deploy                                                             
                                                  enhancements                      enhancements                                                       
                                                  hack                              hack                                                               
                                                  images/ logo                      images/ logo                                                       
                                                  installers                        installers                                                         
                                                  pkg                               pkg                                                                
                                                  site                              site                                                               
                                                  test                              test                                                               
                                                  third_party                       third_party                                                        
                                                  translations                      translations                                                       
                                                  .codecov.yml                      .codecov.yml                                                       
                                                  .dockerignore                     .dockerignore                                                      
                                                  .gitattributes                    .gitattributes                                                     
                                                  .gitignore                        .gitignore                                                         
                                                  .gitmodules                       .gitmodules                                                        
                                                  .golangci.max.yaml                .golangci.max.yaml                                                 
                                                  .golangci.min.yaml                .golangci.min.yaml                                                 
                                                  .golangci.yaml                    .golangci.yaml                                                     
                                                  .markdownlint.json                .markdownlint.json                                                 
                                                  CHANGELOG.md                      CHANGELOG.md                                                       
                                                  CONTRIBUTING.md                   CONTRIBUTING.md                                                    
                                                  LICENSE                           LICENSE                                                            
                                                  Makefile                          Makefile                                                           
                                                  OWNERS                            OWNERS                                                             
                                                  README.md                         README.md                                                          
                                                  SECURITY-INSIGHTS.yml             SECURITY-INSIGHTS.yml                                              
                                                  SECURITY.md                       SECURITY.md                                                        
                                                  SECURITY_CONTACTS                 SECURITY_CONTACTS                                                  
                                                  code-of-conduct.md                code-of-conduct.md                                                 
                                                  go.mod                            go.mod                                                             
                                                  go.sum                            go.sum                                                             
                                                  netlify.toml                      netlify.toml                                                       
                                                  sonar-project.properties          sonar-project.properties                                           
                                                  test.sh                           test.sh                                                            
                                            View all files                
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Code of conduct
                                                * Contributing
                                                * Apache-2.0 license
                                                * Security
                                                More items

                                                minikube

                                              minikube implements a local Kubernetes cluster on macOS, Linux, and Windows. minikube's primary goals are to be the best tool for local Kubernetes application development and to support all Kubernetes features that fit.

                                                Features

                                              minikube runs the latest stable release of Kubernetes, with support for standard Kubernetes features like:

                                                * LoadBalancer - using minikube tunnel
                                                * Multi-cluster - using minikube start -p <name>
                                                * NodePorts - using minikube service
                                                * Persistent Volumes
                                                * Dashboard - minikube dashboard
                                                * Container runtimes - minikube start --container-runtime
                                                * Configure apiserver and kubelet options via command-line flags
                                                * Supports common CI environments

                                              As well as developer-friendly features:

                                                * Addons - a marketplace for developers to share configurations for running services on minikube
                                                * NVIDIA GPU support - for machine learning
                                                * AMD GPU support - for machine learning
                                                * Filesystem mounts

                                              For more information, see the official minikube website

                                                Installation

                                              See the Getting Started Guide

                                              📣 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 👯

                                                GitHub Codespace

                                              You can run minikube in a GitHub Codespace by clicking here:

                                              This will launch a Github Codespace. You can then run minikube start and minikube dashboard - You can then open Minikube Dashboard by clicking opening the link displayed in the terminal.

                                              You can also run Minikube in a Dev Container locally using your favorite IDE, for more information see Dev Containers https://code.visualstudio.com/docs/devcontainers/containers

                                                Documentation

                                              See https://minikube.sigs.k8s.io/docs/

                                                More Examples

                                              See minikube in action in the controls handbook

                                                Governance

                                              Kubernetes project is governed by a framework of principles, values, policies and processes to help our community and constituents towards our shared goals.

                                              The Kubernetes Community is the launching point for learning about how we organize ourselves.

                                              The Kubernetes Steering community repo is used by the Kubernetes Steering Committee, which oversees governance of the Kubernetes project.

                                                Community

                                              minikube is a Kubernetes #sig-cluster-lifecycle project.

                                                * #minikube on Kubernetes Slack - Live chat with minikube developers!

                                                * minikube-users mailing list

                                                * minikube-dev mailing list

                                                * Contributing

                                                * Development Roadmap

                                              Join our community meetings:

                                                * Bi-weekly office hours, Mondays @ 11am PST
                                                * Triage Party

                                        About

                                        Run Kubernetes locally

                                          minikube.sigs.k8s.io/

                                        Topics

                                          clustercncfcontainersgokubernetesminikube

                                        Resources

                                          Readme
                                          Apache-2.0 license

                                        Code of conduct

                                          Code of conduct

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          32.0k stars

                                        Watchers

                                          470 watching

                                        Forks

                                          5.3k forks
                                          Report repository

                                        Releases

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.