slackbuilds/development/minikube
Dmitrii Sosedov 36306b2415
development/minikube: Updated for version 1.9.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

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

README

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, virtualbox or podman (experimental) to run minikube VMs.

Depending on the driver of choice run it as either:

  minikube start --driver=docker

or

  minikube start --driver=virtualbox

or (experimental)

  minikube start --driver=podman --container-runtime=cri-o

as a non-root user.

kubectl is required to administer your cluster but is not required for the installation.