Having Kubeadm and Minikube on the same server

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.28.2
Cloud being used: bare-metal
Installation method: apt
Host OS: ubuntu
CNI and version: kubernetes-cni 1.28.2
CRI and version: cri-tools 1.26

I have an environment with kubeadm and a package for an application with configuration files for minikube.
Would it have any conflict between kubeadm and minikube if they are installed on the same server?
Can I use the minikube configuration file for kubeadm? (my first guess would be yes. As minikube is a light-weight version that handle single-node environment for dev purpose, Kubeadm should be able to do that)

thanks for your help and advises :slight_smile: