Install Minikube and Kubectl on Ubuntu 20.04 | [Kubernetes Tutorials]

preview_player
Показать описание
In this Kubernetes tutorial, we learn how to install kubernetes/minikube and kubectl on our Ubuntu 20.04 system.

Chapters:
0:00 Install Minikube
3:15 Install Kubectl
5:00 Minikube Dashboard
6:40 Kubectl Autocomplete

Links:

Kubernetes Playlist Link:

Tags: #kubernetes #course #learning #technology
Рекомендации по теме
Комментарии
Автор

Excellent, Thank you. finaly i cloud able to deploy

mkbonu
Автор

This was excellent, thank you so very much!

dennissanchez
Автор

bro this saved a lot of time bro. thank you

aietisreekar
Автор

Hi there, thanks for the tutorial. Will you not also install virtualbox?

jigneshvyas
Автор

For those who will face an issue creating the cluster ....run this command "sudo minikube --drive=none" then run "minikube start" .... Enjoy your day

aminebenabdelkader
Автор

Thanks a lot brother.
Just one doubt, if i have installed my minikube on an EC2 instance, how can i access the minikube dashboard?

khanmohammad
Автор

Unfortunately my wifi went off. Preloaded images of kubernetes not downloaded completely.
But vm started in the background.

ManoharReddy-plgr
Автор

What is difference between Debian package and binary download.which one should i choose for my ubuntu 20.04

rohitrockytgaming
Автор

I am running my flask app within minikube.
But at certain endpoint, I want to grab user real ip address (who is visiting my url),
using following code
print(request.client.host)
but it always returns minikube ip. Can you pls help me?

salimhossain
Автор

tq sir i have tried so many times, but getting error everytime after your video i am able to run minikube dashboard successfully.

prabhashswain
Автор

Nice video Bro. One query though, when i give command minikube dashboard, the browser opens and try to load but then immediately gives a 404 page. Any clue why it behaves so, I am using ubuntu 20.4 .

GauravSharma-wcuh
Автор

Hi Great video, I am running Ubuntu 20.04. When I try to run minikube dashboard. the Url will not open. I have the firewall turned off. Any ideas to why it is not opening? Thanking you in advance for your help

grahammccann
Автор

I'm using Ubuntu 20.04 LTS on VMware (4gb mem, 4 CPUs) and when I enter the "minikube start" command, it says using none driver based on existing profile.
How can I delete that none driver thing and let it automatically select the driver?

Vishnu.Ramesh