How to integrate local cluster with GitLab CI/CD

Hi,

I’m trying to create a gitlab CI/CD pipeline, I have build the image and push to a gitlab registry. Now I want to deploy that image in kubernetes (minikube) cluster that I have created on my local machine.

How can I access locally created k8s cluster on gitlab ci/cd pipeline for deployments.

Thanks in advance!