User:Csfore/Minikube
From Gentoo Wiki
< User:Csfore(Redirected from User:Xarvatium/Minikube)
Jump to:navigation
Jump to:search
minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes.
Installation
Note
The official requirements are: 2 CPUs, 2GB of memory, 20GB of storage, an internet connection, and a container/virtual machine manager (i.e. Docker, QEMU, Podman, etc.)
The official requirements are: 2 CPUs, 2GB of memory, 20GB of storage, an internet connection, and a container/virtual machine manager (i.e. Docker, QEMU, Podman, etc.)
USE flags
USE flags for sys-cluster/minikube Single Node Kubernetes Cluster
Drivers
Minikube has a various amount of drivers available for powering your cluster, these can be viewed in their docs.
Usage
First, make sure you have kubectl
installed
root #
emerge --ask sys-cluster/kubectl
To start your pod, run the following:
user $
minikube start