The blog about containerisation, virtual machines and useful shell snippets and findings

Kubernetes minicube for playground issues

Sometimes everything become unresponsive, that’s probably due to low memory settings, which defaults to 2Gb for default installation.

Adjust memory and cpu settings by running from CLI

minikube start --memory 8096 --cpus 2