If you have any problems in the installation process, ask in the comments and I will try to help you 👩🏻💻 0:12 - What is minikube? 2:16 - What is kubectl? 4:13 - install minikube and kubectl 6:50 - create and start a minikube cluster 10:00 - start the cluster in debug mode Installation guide for Minikube (Mac, Linux and Windows): minikube.sigs.k8s.io/docs/start/ Installation guide for Kubectl: kubernetes.io/docs/tasks/tools/install-kubectl/ If you are using Mac, you can follow along the commands. I listed them all here: gitlab.com/nanuchi/kubernetes-tutorial-series-youtube/blob/master/basic-kubectl-commands/cli-commands.md
Good Morning ma'am... I am unable to install hyper kit in my MAC. it says "no bottle available ..you can try installing from source"....if you can help me in installing...would be grateful to you..Thanks in advance
Since I have Docker installed on my Ubuntu laptop, I used "minikube start --driver=docker" instead of other hypervisor, great tutorial by the way, enjoying this series.
I had a great challenge installing the docker, Kubernetes and minikube for my computer assignment and this video has helped me. Thank you so much. I had to subscribe...
Hello Nana, You probably know that already, the latest minikube install I have uses --driver instead of --vm-driver which is deprecated. Thanks, I love your presentation style.
Thank you so much for this informative video. It would be awesome to have another one discussing how to run the node with docker-desktop or how it differs from minikube.
Great video tutorial series Nana. BTW, would be nice if you do a revision of this tutorial because Minikube now support multi-node setup, and also can run atop Docker (in same way as Kind).
Hi Nana, I must appreciate your efforts for the Kubernetes series, one of the best available on youtube 👌 Can you please also make video on how to setup cluster on aws ec2?
Ansible, Git, AWS, Terraform, Gradle etc... I think you have experience with programming language? Are you planning to post in future any programming language like Python 🐍
@@ashokvaddevalli Thanks for your input! Yes I have experience as a software developer and I will be posting tutorials for programming languages starting with Python.
@lucasterable. Thanks a lot, this is still relevant. @nana I tried a tonnes of variations including installing it over vm (rhel/ubuntu) and over windows laptop, but these aforementioned simple steps work for me today. Please note this. It took a day to try out different things, but this combination finally works for me. Over unix, loads of dependencies needs setting up, did not go smoothly for me.
Hey Nana, thank you for such informative video. Actually I'm still stuck on the installation part on windows 10 OS. Could you please guide how to install it on windows 10 using docker desktop?
Thanks for the detailed explanation of Minikube and Kubectl. I just have one query on the Kubectl version command. You mentioned there is a client and server version of Kubernetes running. Could you please clarify on that?
Hi Nana Thanks for your good videos!!!! I didn't use any hypervisor while installing the minikube. Is it is mandatory to install ? I'm using windows os in my system.
Another very useful “getting started” video. Thanks! I’m wondering a bit still about resource provisioning “rules of thumb” if I were to adapt an existing in-production setup to my local dev machine?
Hi Nana, How to install k8s Hardway in On-prem environment. Do you have any instructions or steps. Please share or plan for a video. That will be awesome
Thanks for the video it help a lot, I just wanted to know when we write command minikube start and looking for action it basically "preparing kubernetes on docker" what basically happing in background?
hey Nana, we are using docker desktop (windows ) to connect the cluster , we are using kubectl command , how can i set up a k alias for kubectl on docker desktop (windows) any idea .
This is a great tutorial! Do you know if you can install Minikube without an internet connection? For example if you have the installation file already downloaded but want to install it on a machine with no internet access? Does it try to download other dependencies as part of the installation process, or will it install without issue?
Nana, thank you so much for this awesome video. I have just subscribed and shared your channel with my buddy as we are dabbling into Kubernetes. Is it possible to run Minikub on any VM running on Azure or Windows 11 local Hypervisor?
Hi Cristhian, you can do that with kubectl apply -f yaml-file-name.yaml. If you need some example yaml files, I put all my demo files from the videos here: gitlab.com/nanuchi/kubernetes-tutorial-series-youtube Let me know if this answers your question
Hey Nana, Thanks for the videos u post in your channel, I have learned quite a bit from your videos 🙂 I tried setting up a minikube cluster on an AWS EC2, set up a few services(nodeports), enabled ingress, opened ports and tried accessing the deployed services/ ingress using the EC2s public IP and ingress port, but I'm not able to access the services or the ingress. Is it like minikube will work only on local host? I am able use the same ymls in Rancher perfectly fine.
i am facing a error on command kubectl get nodes error is "The connection to the server localhost:8080 and 6443 was refused - did you specify the right host or port?" i have tried all options on the internet but nothing still getting this error i have tried the official doc but i was not able solve this problem .
Hi Nana, Naz Here. i am trying to install kubernetes on my virtual machine which is a linux how will i get it working on there. 1. my actual laptop is a window OS and doing all my kubernetes stuff on the virtual box on ubuntu. can you please guide me how to successfully install kubectl with minikube please and the steps to get docker as well. am fairly new to this . anay help would be appreciated! :)
@@TechWorldwithNana I resolved it...it's working fine now...actually i was not able to install vm as i am using linux machine remotely. So i tried the "--vm-driver=none" option n it worked just fine for me.
I am running on a VM, and used this to try to start minikube: $ minikube start --driver=docker ... But then it gets stuck and fails with this error: .... main.main /app/cmd/minikube/main.go:71 runtime.main /usr/local/go/src/runtime/proc.go:203 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1373 Advice:Try 'minikube delete', and disable any conflicting VPN or firewall software URL: Issues:[7072] ShowIssueLink:false} * [CREATE_TIMEOUT] error provisioning host Failed to start host: creating host: create host timed out in 360.000000 seconds * Suggestion: Try 'minikube delete', and disable any conflicting VPN or firewall software * Related issue: github.com/kubernetes/minikube/issues/7072 andrew@dockerlive: Help, I dont know how to fix this.
thank you, I'm learning apache beam and flink and the book has some install inscripts and I wanted to know what the fuck were those things! arigatou from mexico
If you have any problems in the installation process, ask in the comments and I will try to help you 👩🏻💻
0:12 - What is minikube?
2:16 - What is kubectl?
4:13 - install minikube and kubectl
6:50 - create and start a minikube cluster
10:00 - start the cluster in debug mode
Installation guide for Minikube (Mac, Linux and Windows): minikube.sigs.k8s.io/docs/start/
Installation guide for Kubectl: kubernetes.io/docs/tasks/tools/install-kubectl/
If you are using Mac, you can follow along the commands. I listed them all here:
gitlab.com/nanuchi/kubernetes-tutorial-series-youtube/blob/master/basic-kubectl-commands/cli-commands.md
Good Morning ma'am... I am unable to install hyper kit in my MAC. it says "no bottle available ..you can try installing from source"....if you can help me in installing...would be grateful to you..Thanks in advance
Since I have Docker installed on my Ubuntu laptop, I used "minikube start --driver=docker" instead of other hypervisor, great tutorial by the way, enjoying this series.
Thank your for the nice feedback 🙏
there is a list of supported hypervisors depending on your OS here:
minikube.sigs.k8s.io/docs/drivers/
I think by-default also "minikube start" picks docker, if we do not mention anything?
Your teaching style is so amazing to be honest.
Done thanks took notes in onenote
Starts at 2:30
API server is the entry point to the cluster you use it to do anything on the cluster
I had a great challenge installing the docker, Kubernetes and minikube for my computer assignment and this video has helped me. Thank you so much. I had to subscribe...
Still relevant today and one of the best i have seen explaining it in simple terms.
Thank you so much!
Great video on MinuKube! That's a reference right there! Thank you for sharing! 👍
Hey, thanks for such an amazing video. It has to be one of the most lucid explanations of the topic on this platform!
Wow thanks Aashish, really happy to hear that my effort translates in videos, which are so helpful for you guys! 💙 Please like and share :)
Right on the money, most lucid explanation I had so far
Hello Nana,
You probably know that already, the latest minikube install I have uses --driver instead of --vm-driver which is deprecated. Thanks, I love your presentation style.
Just one more note: If you use Docker... it will detect it and use the docker driver by default on Ubuntu Linux.
Best video ever, thanks for such an amazing content.
Nana, you are one of the best, really. I adore and appreciate your work so much!
Wow! that was really helpful...Thanks Nana
Thank you so much for this informative video. It would be awesome to have another one discussing how to run the node with docker-desktop or how it differs from minikube.
Thank you Alejandro!
Nice video with very clear instructions.
Thanks!
Great video tutorial series Nana. BTW, would be nice if you do a revision of this tutorial because Minikube now support multi-node setup, and also can run atop Docker (in same way as Kind).
This crash course makes zero to hero lots of effort it was wonderful guidence Nana....
I request you to post some videos on microk8s
thanx, Nana for your simple English you big tutor.
great tutorial, such clear explanations. Thank you for creating this series
You're welcome Ajay. Please don't forget to share. 🙂
Super useful, thank you!
Hi Nana, I must appreciate your efforts for the Kubernetes series, one of the best available on youtube 👌
Can you please also make video on how to setup cluster on aws ec2?
Thanks for the video very useful for me that I'm kind of new with k8s and all this stuff 😊very good quality and explanation, subscribed !!!
Great to hear 🙂 Thank you!
Thank you Nana :)
Great Tutorial Nana!
Thank you Zak and stay safe. 🙂
Thanks for your great videos, it is helps a lot, keep going please
Thanks a lot Ahmad! :)
great way of explanation
Loved your way of explaining. Very well done :)
Very good tutorial video. Thanks.
All videos are very helpful and easy to understand. Thanks for your effort. Can you please post more videos for DevOps
Next video already coming tomorrow about K8s Ingress and Helm later. Which DevOps topics would interest you specifically?
Ansible, Git, AWS, Terraform, Gradle etc... I think you have experience with programming language? Are you planning to post in future any programming language like Python 🐍
@@ashokvaddevalli Thanks for your input! Yes I have experience as a software developer and I will be posting tutorials for programming languages starting with Python.
It was really helpful, easy and to the point. Respect ++
Fast forward to 6:58 to get to the general and practical commands. At using minikube.
Thank a lot very helpful content.. looking for full course. If possible pls upload.
If you are on Windows 10 *Home*:
1. install Docker Desktop
2. install Chocolatey
3. \> choco install minikube
4. \> minikube start --driver=docker
@lucasterable. Thanks a lot, this is still relevant. @nana I tried a tonnes of variations including installing it over vm (rhel/ubuntu) and over windows laptop, but these aforementioned simple steps work for me today. Please note this. It took a day to try out different things, but this combination finally works for me. Over unix, loads of dependencies needs setting up, did not go smoothly for me.
Nicely explained. Thank you, :)
Amazing video! Thank you a lot!
It's really awesome :) Thanks
Glad it's so helpful 🙂
Hey Nana, thank you for such informative video. Actually I'm still stuck on the installation part on windows 10 OS. Could you please guide how to install it on windows 10 using docker desktop?
Great session! Thank you!
Thanks for the video
Hi Nana, thanks for the time to post these helpful videos. I am facing the challenge to install hyperkit on my Mac M1 chip. Please help me. Thank you.
Thanks for the detailed explanation of Minikube and Kubectl. I just have one query on the Kubectl version command. You mentioned there is a client and server version of Kubernetes running. Could you please clarify on that?
8:18 where does the kubectl came from?!
Hi Nana
Thanks for your good videos!!!!
I didn't use any hypervisor while installing the minikube. Is it is mandatory to install ?
I'm using windows os in my system.
make a vid. on installation of minicube and kubectl on ec2 instance
What is "server version" at 9:50?
Awesome videos btw!
good video!
hi Nana ! could you share what keyboard do you have ? the sound is very soothing hehe. Thank you !
Another very useful “getting started” video. Thanks!
I’m wondering a bit still about resource provisioning “rules of thumb” if I were to adapt an existing in-production setup to my local dev machine?
Hi Nana, How to install k8s Hardway in On-prem environment. Do you have any instructions or steps. Please share or plan for a video. That will be awesome
Hi Nana, can we use minikube or do we need minikube to access an aks cluster too?
God Bless You :)
Thanks for the video it help a lot, I just wanted to know when we write command minikube start and looking for action it basically "preparing kubernetes on docker" what basically happing in background?
Hi,
I saw that you got only the master node. What about an additional worker node? how is it done?
Thanks Nana..can i take all the full course in each and every devops topics?
Which devops topics interest you?
hey Nana,
we are using docker desktop (windows ) to connect the cluster , we are using kubectl command , how can i set up a k alias for kubectl on docker desktop (windows) any idea .
My question minikube acts as a vm image run on hypervisor ?
2)if kube ctl configured in laptop , how it interact with minicube vm ?
what is the reason that minikube or kubernetes needs virutalization compulsorily to run??
This is a great tutorial! Do you know if you can install Minikube without an internet connection? For example if you have the installation file already downloaded but want to install it on a machine with no internet access? Does it try to download other dependencies as part of the installation process, or will it install without issue?
Thanks!!
How adding multiple master nodes will help cluster to be more robust ?
How kubernetes manage operations between the master nodes ?
How do you set your terminal with the icons on the left side?
great video, question how do I connect from a different server (kubectl) to the minikube VM?
Is that possible to install multinode cluster using minikube?
Nana, thank you so much for this awesome video. I have just subscribed and shared your channel with my buddy as we are dabbling into Kubernetes. Is it possible to run Minikub on any VM running on Azure or Windows 11 local Hypervisor?
Which editor you are using to Start the Minikube Cluster. It is also having emojis on the left that is so cool. Kindly tell me please :)
It's a terminal program, not an editor. I use iterm2 on a Mac and see these emojis.
Hi Nana , is there any way to install this setup over VMware?
Hey. I want to know how can I create a worker node other than minikube?
how to get volumes mounts to perform on this minikube .. ?
Now that the docker runtime isn't supported, what's changed?
Hi There, How can I start creating Objects in minikube? Could we get a .yalm file and run it as a local app?
Thanks
Hi Cristhian, you can do that with kubectl apply -f yaml-file-name.yaml. If you need some example yaml files, I put all my demo files from the videos here: gitlab.com/nanuchi/kubernetes-tutorial-series-youtube
Let me know if this answers your question
Hey Nana,
Thanks for the videos u post in your channel, I have learned quite a bit from your videos 🙂
I tried setting up a minikube cluster on an AWS EC2, set up a few services(nodeports), enabled ingress, opened ports and tried accessing the deployed services/ ingress using the EC2s public IP and ingress port, but I'm not able to access the services or the ingress.
Is it like minikube will work only on local host?
I am able use the same ymls in Rancher perfectly fine.
How to set minikube pull images from private registry?
Thanx
i got a problem when install hyperkit :{ . could you suggest me how to deal with it ?
Thanks Nana
What an amazing video, with such a great explanation. I wondering how can add second node in minikube?
I think you can't it's a single node with a single pod inside it.
Nope, one cluster, one master, one worker, That's it which is enough for local dev.
i am facing a error on command kubectl get nodes error is "The connection to the server localhost:8080 and 6443 was refused - did you specify the right host or port?" i have tried all options on the internet but nothing still getting this error i have tried the official doc but i was not able solve this problem .
Hi, Do you have videos to config high Availably in minikube ?
No, I don't. Maybe will do a video on HA on one of the cloud platforms
@@TechWorldwithNana sounds good
I have a M1 mac, I can't install hyperkit, what should I do?
Hi, why you use hyperkit, but not virtualbox or parallels. What is advantage?
Hi Alexander. I don't think there is any difference for this specific use case. You can use any.
Hi Nana, Naz Here. i am trying to install kubernetes on my virtual machine which is a linux how will i get it working on there.
1. my actual laptop is a window OS and doing all my kubernetes stuff on the virtual box on ubuntu.
can you please guide me how to successfully install kubectl with minikube please and the steps to get docker as well.
am fairly new to this .
anay help would be appreciated! :)
I am facing problems in setting up this whole minicube in linux...if possible can you help and post a video for that
What problems do you have? What errors do you get?
@@TechWorldwithNana I resolved it...it's working fine now...actually i was not able to install vm as i am using linux machine remotely. So i tried the "--vm-driver=none" option n it worked just fine for me.
How can i run my minikube in centos vm machine
⭐⭐⭐⭐⭐🤩
How to install minikube on aws ec2?
Ctrl-l clears the screen. Modern IT people just don't know the basics.
People with m1/m2 arm, try `brew install qemu` instead of hyperkit
Just FYI - if you have dockeminikuber desktop installed on your machine, you can just use that instead of minikube
I am running on a VM, and used this to try to start minikube:
$ minikube start --driver=docker
...
But then it gets stuck and fails with this error:
....
main.main
/app/cmd/minikube/main.go:71
runtime.main
/usr/local/go/src/runtime/proc.go:203
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1373 Advice:Try 'minikube delete', and disable any conflicting VPN or firewall software URL: Issues:[7072] ShowIssueLink:false}
* [CREATE_TIMEOUT] error provisioning host Failed to start host: creating host: create host timed out in 360.000000 seconds
* Suggestion: Try 'minikube delete', and disable any conflicting VPN or firewall software
* Related issue: github.com/kubernetes/minikube/issues/7072
andrew@dockerlive:
Help, I dont know how to fix this.
a happy person uses a hypervisor on a mac
Nana always stops at what I don't know😅
thank you, I'm learning apache beam and flink and the book has some install inscripts and I wanted to know what the fuck were those things! arigatou from mexico
880th like by me.
seriously, still 1 dislike ????