Minikube: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 28: Line 28:


Note that uninstallation does not clean the context.
Note that uninstallation does not clean the context.
==Linux==


=Operations=
=Operations=
{{Internal|Minikube Operations|Minikube Operations}}
{{Internal|Minikube Operations|Minikube Operations}}

Revision as of 04:43, 3 March 2021

External

Internal

Overview

Minikube is a tool that installs Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on the local development machine. To install it, it requires virtualization extensions enabled in your system's BIOS.

Installation

Mac

https://minikube.sigs.k8s.io/docs/start/
brew install minikube

The installation will automatically add a "minikube" context.

Uninstallation

brew uninstall minikube

Note that uninstallation does not clean the context.

Linux

Operations

Minikube Operations