slackbuilds_ponce/development/minikube
Dmitrii Sosedov 975227a8f3
development/minikube: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-04-10 01:00:06 +07:00
..
minikube.info development/minikube: Updated for version 1.9.2. 2020-04-10 01:00:06 +07:00
minikube.SlackBuild development/minikube: Updated for version 1.9.2. 2020-04-10 01:00:06 +07:00
README
slack-desc development/minikube: Updated for version 1.9.2. 2020-04-10 01:00:06 +07:00

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.