Hi,
I recommend that you should see this post below some guide, for local testing K8s on a Minikube cluster.
Because it’s has been used several times and, it works. If you already configured your local cluster and tutor dependencies, you should try stop all running containers, and check the Docker, docker-compose permissions.
$ tutor local stop
To stop all running containers
$ docker stop $(docker ps -aq)
Running docker commands without SUDO (if it’s necessary)
$ sudo usermod -aG docker $USER
If you using Minikube, to enable Ingress, and in addition to Dashboard for GUI interface of Kubernetes.
$ minikube addons ingress
$ minikube addons dashboard
$ minikube addons list
$ tutor k8s quickstart
God luck !