After watching dozens of videos about kubernetes, this one is SO FAR the best ever !, not only covers the basic concepts in minutes, but also shows it in action with real examples. If you are new in kubernetes, THIS IS THE VIDEO YOU NEED ! .
This was a great introduction, thanks Christian! I'm already pretty familiar with k8s but I shared this with my team. I liked the gradual warm up, explaining generally what it is, _why_ it's important and then walking through with a practical example of how to try it out on your own. That's an awesome way to help get an intuitive understanding of how it works; by just diving right in! Also, I like that DO is actually as affordable as it is. Granted, you're paying like $30/$40 for a highly available cluster, but it's still way less than you'd pay for a basic setup in GKE (something I'm more familiar with myself). That's a pretty good value, considering how much you're getting out of it (particularly considering it's a _managed_ cluster). p.s. New subscriber here. You're definitely putting out some quality content and I'm realizing I've probably already watched maybe 5 to 10 of your videos over the past few weeks already.
Great video mate ! I don't have a credit card to sign up for digital ocean. Tutorial regarding local kubernetes deployment using minikube or any other resources would help a lot of people like me. Looking forward for more videos regarding kubernetes. Love your videos ! Keep up the good work !
Can you please make video about ingress? This is big topic and no one yet explained it really good. I think you are the right person for this task. Please :) EDIT: O you did it already :) Tnx.
Hello Christian, thanks for sharing knowledge, I have a question, or a request, we can manage proxmox the ct and the vms with kubernetes, could you make a video about it. Focused on production, most people talk about local, but no one takes the trouble to explain what is best for production, they will be grateful as always for the content you make. greetings
Hi @Christian. why and when should I choose Kubernetes over docker technology? Docker seems less difficult to learn for me...but I am everything but a containerization expert :-) Thanks
Kubernetes is a container orchestration tool to deploy your docker/container based applications on a highly scalable and available environment. It's not about choosing which technology cause they both go hand in hand. You need docker to build your images and kubernetes to deploy them to be scalable and highly available. Either way learning both technologies is really great cause kubernetes is such a powerful technology to learn as the world moves to micro services and container based architecture.
Hi! Gut erklärt, angenehm zuzschauen. Ich arbeite mich gerade ins Thema ein und versuche einen Container, lokal und mit einer Webapp in den K8S zu laden. Wie bekomme ich den nun da rein, hast Du ne Idee?
Vielen Dank! :) Kommt ganz drauf an was das für ein Container ist und wie das Deployment aussieht, eventuell kann dir jemand auf dem Discord weiterhelfen.
To be fair, google does a LOT for the open-source world. Just think about Chrome OS, Android, and so on. If you'd ask me, they already play a much bigger role in the open-source world than many other companies.
@@christianlempa Thats what i think too. They did a lot - but i remember google is a company that does not much for "free". We always payed with our data they used even with gmail years ago..x Thats why i am slightly concerned about how they are using their impact in future.
Yeah again, I tried to simplify it, the kube-proxy is a service that runs on each node and makes all the network communication work. The proxy is controlled via the service resource you create in the Kubernetes Cluster.
I'd like to join your discord. but i'm not willing to provide my phone number.. With your help i tried to setup a home 'cluster', but my CNI could not be initialized..
Haha k8s and simple should not mixed together...after a couple of hours knwoi the basics and play around , try to make some debugging after upgrading your cluster
This should be renamed to get more views. Heres a Tipp: In Video Titles: Dont call the tools you use - Call what they are doing different! (+Put the Tool Name at the end of the Title after a || to be easier searchable) Because if the viewer dont know Kubernetes he is maybe not interested and if they know it they wont look it because of that. Example: Techquickie´s Kubernetes Video with over half a million views: "This Little Trick Keeps Netflix Running - Kubernetes & Containers Explained"
That's an interesting thought and good idea, I might experiment with different titles and thumbnails on this one and see if it will make a different! :)
A better title would be "How to use Kubernetes on Digital Ocean" because it's what it really is about. Disappointed the whole setup Kubernetes thing was skipped. Also using "doctl" which is Digital Ocean-specific made it even worse.
After watching dozens of videos about kubernetes, this one is SO FAR the best ever !, not only covers the basic concepts in minutes, but also shows it in action with real examples. If you are new in kubernetes, THIS IS THE VIDEO YOU NEED ! .
Thank you so much 😁
L
L
one of the best video about kubernetes, now i finally understands the architecture of k8s
Oh that is so kind, thank you so much :)
As usual, great video. Really appreciate the logic and structure to the videos. Some of the best tech content on TH-cam. Please keep up the good work!
Thanks! Will do!
Your tutorials are amazing! Good job. Really appreciate it. :)
Thank you so much! I'm glad you like them ;)
The level of detail in this was great. Excellent presentation of the information. Thank you!
Thank you so much!
Your on fire man 🔥. Pleased to see your channel growing nicely. Great vid and delivery. All the best from the UK 👍.
Thank you so much! :)
Thank you from USA!!
Why is this not having more views? Amazing Content as always.
Haha I wish it would have more! Thank you :)
Thanks Man, for clear the main concepts
Thank you! :)
This was a great introduction, thanks Christian! I'm already pretty familiar with k8s but I shared this with my team. I liked the gradual warm up, explaining generally what it is, _why_ it's important and then walking through with a practical example of how to try it out on your own. That's an awesome way to help get an intuitive understanding of how it works; by just diving right in! Also, I like that DO is actually as affordable as it is. Granted, you're paying like $30/$40 for a highly available cluster, but it's still way less than you'd pay for a basic setup in GKE (something I'm more familiar with myself). That's a pretty good value, considering how much you're getting out of it (particularly considering it's a _managed_ cluster).
p.s. New subscriber here. You're definitely putting out some quality content and I'm realizing I've probably already watched maybe 5 to 10 of your videos over the past few weeks already.
Thank you so much for the warm words! Happy to hear that you like the content ❤
Great video mate ! I don't have a credit card to sign up for digital ocean. Tutorial regarding local kubernetes deployment using minikube or any other resources would help a lot of people like me.
Looking forward for more videos regarding kubernetes. Love your videos ! Keep up the good work !
Thank you so much! And yeah alternative deployments at home are already on my list 👍😁
very good in depth tutorial tutorial. perfect for engineers
Glad you think so!
Double tutorials
Great intro, thanks Christian.
You're welcome!
Amazing!!!
Thank you :)
Can you please make video about ingress? This is big topic and no one yet explained it really good. I think you are the right person for this task. Please :)
EDIT: O you did it already :) Tnx.
Haha yep I was about to say that 😀
Great video - thanks
You're welcome!
Great video.❤
Thx!
Hello Christian, thanks for sharing knowledge, I have a question, or a request, we can manage proxmox the ct and the vms with kubernetes, could you make a video about it. Focused on production, most people talk about local, but no one takes the trouble to explain what is best for production, they will be grateful as always for the content you make. greetings
Hi @Christian. why and when should I choose Kubernetes over docker technology? Docker seems less difficult to learn for me...but I am everything but a containerization expert :-) Thanks
Kubernetes is a container orchestration tool to deploy your docker/container based applications on a highly scalable and available environment.
It's not about choosing which technology cause they both go hand in hand. You need docker to build your images and kubernetes to deploy them to be scalable and highly available.
Either way learning both technologies is really great cause kubernetes is such a powerful technology to learn as the world moves to micro services and container based architecture.
Well said, nothing to add ;)
Hi! Gut erklärt, angenehm zuzschauen.
Ich arbeite mich gerade ins Thema ein und versuche einen Container, lokal und mit einer Webapp in den K8S zu laden. Wie bekomme ich den nun da rein, hast Du ne Idee?
Vielen Dank! :) Kommt ganz drauf an was das für ein Container ist und wie das Deployment aussieht, eventuell kann dir jemand auf dem Discord weiterhelfen.
No offense but the guy from the movie Just go with it sounds just like you. Also thank you for the amazing information.
every new baby born should like and press subscribe to this channel. good works man
Haha, such good advice for life :D
I like kubernetes and also GOlang but i am concerned that google is overtaking more and more open source.
To be fair, google does a LOT for the open-source world. Just think about Chrome OS, Android, and so on. If you'd ask me, they already play a much bigger role in the open-source world than many other companies.
@@christianlempa Thats what i think too. They did a lot - but i remember google is a company that does not much for "free". We always payed with our data they used even with gmail years ago..x Thats why i am slightly concerned about how they are using their impact in future.
in other tutorials i heard kube proxy to be refered as a "service" external or internal
Yeah again, I tried to simplify it, the kube-proxy is a service that runs on each node and makes all the network communication work. The proxy is controlled via the service resource you create in the Kubernetes Cluster.
Looks like Lex Luthor is giving tutorial 😂. Great one btw.
Lol I hope that's meant positive 🙈 thanks man
so it's mandatory to pay the money, is there any other options?
Why should I choose Kubernetes over Docker Swarm?
Where is the referral link to DO?
Super Video, vielen Dank.
Kannst Du mal K3S beleuchten?
Ist bereits in 4 Wochen geplant 😀
Welcome to kubernetes!
can make videos for deploy Zimbra mail servers or other open-source mail servers?
Hmm I thought about Zimbra a few years ago, but seriously it's nothing I personally would use myself :/
@@christianlempa so any suggestions for open source mail server...?
I personally wouldn't host a Mailserver myself in production but in case you do, check out mailcow-dockerized
My friend just spent ten or twenty minutes convincing me to try and learn this.
And did you learn it? :D
Ay gude wie!
I'd like to join your discord. but i'm not willing to provide my phone number..
With your help i tried to setup a home 'cluster', but my CNI could not be initialized..
F-KING AWESOME!!! H5
Haha k8s and simple should not mixed together...after a couple of hours knwoi the basics and play around , try to make some debugging after upgrading your cluster
This should be renamed to get more views. Heres a Tipp:
In Video Titles: Dont call the tools you use - Call what they are doing different!
(+Put the Tool Name at the end of the Title after a || to be easier searchable)
Because if the viewer dont know Kubernetes he is maybe not interested and if they know it they wont look it because of that.
Example: Techquickie´s Kubernetes Video with over half a million views:
"This Little Trick Keeps Netflix Running - Kubernetes & Containers Explained"
That's an interesting thought and good idea, I might experiment with different titles and thumbnails on this one and see if it will make a different! :)
There’s nothing simple about K8s.
It's not that hard, when you get used to
A better title would be "How to use Kubernetes on Digital Ocean" because it's what it really is about.
Disappointed the whole setup Kubernetes thing was skipped. Also using "doctl" which is Digital Ocean-specific made it even worse.
I get what you're saying, but it's just a start. I'm planning more content with k3s in my homelab stay tuned ;)