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.

© 2022 Dave Moore.
Licensed under the Apache License, Version 2.0.
This website uses Google Analytics.

microbs is a project of the open source community. microbs is not officially supported by any vendors named in this documentation or the software (e.g. Cloud Native Computing Foundation, Amazon, Google, Microsoft, Elastic, Grafana), though employees or partners of those vendors may contribute to the project.