Minikube
Local Kubernetes cluster for development and testing. Run a single-node cluster on your laptop with full K8s features.
46 commands
Browse by Topic
Getting Started
Quick setup and installation
Cluster
Cluster management
Addons
Enable addons
Services
Access services
Docker
Docker integration
Profiles
Multiple clusters
Images
Image management
Cache
Image caching
Nodes
Node operations
Config
Configuration
Maintenance
Cluster maintenance
Install minikube (macOS)
Install minikube using Homebrew on macOS
Start cluster
Start a local Kubernetes cluster with minikube
Open dashboard
Launch the Kubernetes dashboard in your browser
Allocate custom resources
Start cluster with 4GB RAM and 4 CPUs.
Use Docker driver
Start cluster using Docker driver.
Pause cluster
Pause cluster to save resources.
Unpause cluster
Resume paused cluster.
Start cluster
Start local Kubernetes cluster.
Start with driver
Start with specific driver.
Start with resources
Start with custom resources.
Stop cluster
Stop the cluster.
Delete cluster
Delete the cluster.
Status
Check cluster status.
Start with K8s version
Start with specific Kubernetes version.
List addons
List available addons.
Enable dashboard
Enable Kubernetes dashboard.
Enable ingress
Enable NGINX ingress controller.
Enable metrics-server
Enable metrics server for kubectl top.
Open dashboard
Open Kubernetes dashboard in browser.
Open service
Open service in browser.
Get service URL
Get service URL without opening browser.
List services
List all services with URLs.
Start tunnel
Create route for LoadBalancer services.
Get IP
Get minikube VM IP address.
Use minikube Docker
Configure shell to use minikube Docker.
Reset Docker env
Reset to host Docker daemon.
Load local image
Load image into minikube.
Build in minikube
Build image inside minikube.
Create profile
Create cluster with profile name.
List profiles
List all profiles.
Switch profile
Switch to different profile.
Delete profile
Delete a specific profile.
List cluster images
List all images in cluster.
Load image to cluster
Load local Docker image into cluster.
Build image in cluster
Build Docker image directly in cluster.
Cache image
Cache image for faster startup.
List cached images
Show all cached images.
Delete cached image
Remove image from cache.
Add worker node
Add worker node to cluster.
List cluster nodes
List all nodes in cluster.
Set default memory
Set default memory allocation (MB).
Set default CPUs
Set default CPU allocation.
Set default driver
Set default container driver.
View cluster logs
View cluster component logs.
SSH into cluster
SSH into cluster node.
Check version
Show minikube version.
Discussion
Loading comments...