Comments on How to Install Kubernetes with Minikube on Ubuntu 20.04

Minikube is an open-source tool that helps you to set up a single-node Kubernetes cluster on your local machine. In this tutorial, we will show you how to install Minikube on Ubuntu 20.04 server.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Daniel Müller Trøen

Hi and thanks for the tut ???? 1.Again thanks for tutorial on how to install minikube, however: 2. Why do you setup kubernetes (kubeadm) on your host when in fact you're going to use minikube, not kubernetes. 3. You have a typo here: "apt-get install kubectl kubeadm kubectl -y", you prob meant kubelet, but I don't understand why you want kubernetes cluster when this a minikube post? 4. I would rather use kubernetes' official sites for downloading kubectl, the same for docker, we don't need to compile a bunch with linux-headers, when the binaries already are pre-built https://kubernetes.io/docs/tasks/tools/install-kubectl/ -> curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" and do whatever mv and chown and chmods you want to. 5. I suggest the should be changed to "How to install minikube on Ubuntu 20.04" 6. Sorry for being picky Thanks buddy ?????????????

By: amruta

these steps are very helpful :)

i tried a lot .... thanks