Difference between revisions of "Minikube"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
+ | == Docs == | ||
+ | # https://minikube.sigs.k8s.io/docs/ | ||
+ | # [https://minikube.sigs.k8s.io/docs/start/ '''Start'''] | ||
+ | # [https://minikube.sigs.k8s.io/docs/handbook/ '''Handbook'''] | ||
+ | |||
+ | <code>minikube dashboard</code> will launch your browser with a visual dashboard of your local cluster(s). | ||
− | |||
[[Category:Virtualization]] | [[Category:Virtualization]] | ||
+ | [[Category:Kubernetes]] |
Latest revision as of 07:41, 14 November 2023
minikube is the tool for local Kubernetes. minikube
quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users.
Instead of needing to setup multiple control plane instances plus multiple pods, Minikube has the Master and Node processes run on ONE machine with Docker pre-installed.
Highlights[edit | edit source]
- Supports the latest Kubernetes release (+6 previous minor versions)
- Cross-platform (Linux, macOS, Windows)
- Deploy as a VM, a container, or on bare-metal
- Multiple container runtimes (CRI-O, containerd, docker)
- Direct API endpoint for blazing fast image load and build
- Advanced features such as LoadBalancer, filesystem mounts, FeatureGates, and network policy
- Addons for easily installed Kubernetes applications
- Supports common CI environments
Docs[edit | edit source]
minikube dashboard
will launch your browser with a visual dashboard of your local cluster(s).