Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.88 KB

how-to-start.md

File metadata and controls

53 lines (37 loc) · 1.88 KB

How to start

Table of Contents

Installing minikube-support

Just download the latest releases unpack it and place it anywhere in our PATH for example in /usr/local/bin.

Alternative you can install it using brew tap:

brew install qaware/minikube-support/minikube-support  

Setup your minikube cluster

To setup your minikube cluster you must have minikube already installed. Then you can run minikube start to create a new cluster. After your cluster is started you can use it like any other kubernetes cluster. And you can setup your support tools.

The first run might be always a minikube-support install -l which will install all tools, including all local tools.

Allowing access to cluster

After installing all the tools you can run minikube-support run to see the dashboard: Minikube-Support Dashboard

This also starts the coredns server and minikube tunnel to allow requests to loadbalancer services.

Installing your deployments

Now you can install your own deployments including ingresses and load balanced services. We provide a small demo deployment which shows everything provided by the Minikube-Support Tools. You can install it by simply running kubectl apply -f https://raw.githubusercontent.com/qaware/minikube-support/master/docs/demo-deployment.yaml.

When opening https://test.minikube you should see the Nginx welcome-page, and you should not be requested to verify any TLS certificates. Additionally, you should see the domain test.minikube in the Minikube-Support Dashboard.