summaryrefslogtreecommitdiffstats
path: root/development/minikube/README
diff options
context:
space:
mode:
author Dmitrii Sosedov2020-02-23 18:06:07 +0100
committer Willy Sudiarto Raharjo2020-02-24 00:07:41 +0100
commit39ffb2e5af03e133e3b001ed700a56605df92fc9 (patch)
treeb017dec6445d1e39ee5d2af94df5b9407a250330 /development/minikube/README
parentb693fe9c88f0aef31caad91554e9e806be956c57 (diff)
downloadslackbuilds-39ffb2e5af03e133e3b001ed700a56605df92fc9.tar.gz
development/minikube: Added (local kubernetes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/minikube/README')
-rw-r--r--development/minikube/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/development/minikube/README b/development/minikube/README
new file mode 100644
index 0000000000..535c9bde5c
--- /dev/null
+++ b/development/minikube/README
@@ -0,0 +1,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 --vm-driver=docker
+
+or
+
+ minikube start --vm-driver=virtualbox
+
+as a non-root user.
+
+kubectl is required to administer your cluster but is not required for the installation.