Minikube: Difference between revisions
Add description and Highlights |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Messagebox|type=warning|text=I recently discovered problems running minikube - due to a conflict with Docker Desktop? - See the Google Doc and note resolution}} | |||
[https://minikube.sigs.k8s.io/docs/ minikube] is the tool for ''local'' Kubernetes. <code>minikube</code> quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users. | [https://minikube.sigs.k8s.io/docs/ minikube] is the tool for ''local'' Kubernetes. <code>minikube</code> 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. | 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== | |||
*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 == | |||
# 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]] | |||