slackbuilds_ponce/development/minikube
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
minikube.info development/minikube: Updated for version 1.13.0. 2020-09-19 01:08:40 +07:00
minikube.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README development/minikube: Fix README. 2020-10-17 09:36:57 +07:00
slack-desc development/minikube: Updated for version 1.13.0. 2020-09-19 01:08:40 +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, 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.