blob: 1e7a86107c5019d6a9be43b9c643573cf7d3a84f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
minikube
Local Kubernetes, focused on application development & education
As of today bare-metal runs are only supported on systemd enabled systems.
You will need either docker (experimental) or virtualbox to run minikube VMs.
Depending on the driver of choice run it as either:
minikube start --driver=docker
or
minikube start --driver=virtualbox
as a non-root user.
kubectl is required to administer your cluster but is not required for the installation.
|