Connect to minikube cluster running on VM by kubectl from local machine

46 views Asked by At

I have installed and running minikube cluster with --driver=none on Ubuntu 22 virtual machine.
Everything looks fine but I don't know how to connect to this cluster from my k9s or simple by kubectl from my local computer.
Is it possible?

1

There are 1 answers

4
Afsar On

Check if minikube is running then you can use dashboard which will give you local minikube cluster link to open in browser and verify your cluster.

minikube status

minikube dashboard