we can set up in our laptop using solutions like Minikube and kubeadm.
Minikube is tool used to set up a single instance of kibernetes
kubeadm - is tool used to config kubernetes in multinode set-up in our local machine
with minikube we can only set up single cluster server
kubeadm helps us to set up multi node cluster with master and worker on separate machines
Minikube is tool used to set up a single instance of kibernetes
kubeadm - is tool used to config kubernetes in multinode set-up in our local machine
with minikube we can only set up single cluster server
kubeadm helps us to set up multi node cluster with master and worker on separate machines
Comments
Post a Comment