Minikube: Difference between revisions
No edit summary |
No edit summary |
||
| (2 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. | ||
| Line 17: | Line 19: | ||
== 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]] | |||