Kubeadm vs minikube, pros and cons - Linux Tutorials - Learn Linux Configuration

Once you start looking into creating a Kubernetes cluster to run your containerized applications, one of the first decisions you need to make is what tool to use to run your cluster. Two of the most popular choices for running Kubernetes on a Linux system are kubeadm and minikube. Each one has their pros and cons, and fills a certain niche that the other does not.


This is a companion discussion topic for the original entry at https://linuxconfig.org/kubeadm-vs-minikube-pros-and-cons
1 Like

hi thanks for this post , it was useful , have some queries if u have can answer them , can we directly can make changes to kube-apiserver.yaml file in minikube , as it is ineditable so i had this query
what I know when we start minikube minikube start --extra-config=“” then we can pass on these configuration but cannot directly edit the kube-api-server.yaml file

Kindly correct me if i am wrong