Installing and developing in Minikube

To be able to use Minikube you should follow the instructions in SKA Minikube documentation which will setup a Minikube cluster that resembles a standard SKA cluster.

For more information regarding what all the setup includes, go to the above documentation link.

Developing Docker images

If you are developing SDP components and you would like to build and test them in Minikube, you need to configure Docker to use the daemon inside the VM. This can be done by running the following command:

$ eval $(minikube docker-env)

Deploying in Minikube

For more information regarding the setup and usage in Minikube refer to Using the SDP Makefile