minikube plugin
Contents
Usage
This section documents the behavior of the minikube
plugin when using the CLI
.
Before using the minikube
plugin you must have its prerequisites.
setup
When running microbs setup [-k]
, the minikube
plugin runs minikube start
.
After deploying an application with microbs setup [--app]
, run
minikube tunnel
in another terminal window to enable communications between your machine and the
application. You may need to run minikube tunnel
as a sudo
user for
applications that expose privileged ports, such as the
ecommerce
app which exposes port 80
.
Currently, the minikube
plugin does not configure the size of the cluster it
deploys. If you find that you need more capacity, destroy
your current cluster and run:
minikube config set memory NUM_MB && \
minikube config set cpus NUM_CPUS
rollout
The minikube
plugin is unaffected by microbs rollout
.
destroy
When running microbs destroy [-k]
, the minikube
plugin runs minikube delete
.
Prerequisites
Install dependencies
The minikube
plugin requires the following software dependencies on the same machine as microbs:
Software | Version |
---|---|
minikube | 1.25.2 |
Configuration
Currently, the minikube
plugin does not have any configurable settings.