npapke / minikube-sandbox

Minikube sanbdox for experimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minikube-sandbox

Minikube sanbdox for experimentation

minikube setup

Standard minikube start command caused some problems while dealing with ingress and docker push

On mac, qemu based setup worked:

brew install socket_vmnet
sudo brew services start socket_vmnet

minikube start --driver qemu2 --network=socket_vmnet

For Windows using Hyper-V is solved the issues

# requires administrator access and will cause restart
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

minikube start --driver=hyperv 

Install addons:

minikube addons enable registry
minikube addons enable ingress

About

Minikube sanbdox for experimentation

License:MIT License


Languages

Language:Java 88.4%Language:Dockerfile 11.6%