Skip to content

angusfz/poc-minicube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

poc-minicube

Install tools (MAC)

$ brew update && brew install minikube

Start k8s cluster with virutalbox

# Start a cluster using the virtualbox driver
$ minikube start --vm-driver=virtualbox

# To make virtualbox the default driver
$ minikube config set vm-driver virtualbox

Misc

# Tunnel makes services of type LoadBalancer accessible on localhost
$ minikube tunnel 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published