minikube

Use minikube to create and onboard a cluster

In this section we will use minikube to create and onboard a cluster. With the help of minikube you can onboard your local node as a cluster to the control plane and start using the platform.

Installing minikube

For minikube to work you must have docker installed on your local. Check Docker installation here

MacOS

brew install minikube

For other platform you can refer to Minikube installation according to your OS architecture.

Creating cluster

minikube --memory 4196 --cpus 2 start

Follow Connect cluster docs to connect your cluster and start using it.