Creating MiniKube cluster This repository holds configurations for Helm charts for services deployed on Kubernetes. Install MiniKube Download and install Minikube following the instructions for your operating system Start the cluster minikube start --memory 8192 --cpus 4 --disk-size 75g