Hey Everyone, can you let us know in the comments what topics or types of videos you'd like to see on our channel in the future? Your feedback is greatly appreciated. Thank you!
@SiddheshPrabhugaonkar Жыл бұрын
Terraform and other IaC tools, yaml
@sajadsoltani9721 Жыл бұрын
DevOps tools
@user-pc4i8ege55 Жыл бұрын
@@SiddheshPrabhugaonkar second that. Plus configuration management. And how to make these two play together.
@RomanShchekin Жыл бұрын
Ansible/AWX, GitLab CI
@chaitanyapatil5337 Жыл бұрын
Cisco ACI
@CH4NNELZERO Жыл бұрын
I like these bite-sized videos giving us a high level overview. It makes me feel like I can participate in discussions where the topics you cover are brought up.
@fudosker Жыл бұрын
It is like Fireship but without memes
@TheHegi Жыл бұрын
My thoughts, exactly!
@Rogueixpresents Жыл бұрын
imagine being that person lmao yikers
@DenisJak Жыл бұрын
No its better, its not in 100 seconds, but in 300 :D
@anuzis Жыл бұрын
ByteByteGo explainers are way better than Fireship when it comes to system design. Appreciate both for their relative strengths.
@TheSaintsVEVO Жыл бұрын
It’s wayy better than fireship
@vcfirefox Жыл бұрын
Sir, I am from India I learned so much from your vides that I could not learn in last 10 years. Respect to you 師父🙏
@兴宣大院君-h4sАй бұрын
nb 师父
@Xolomilco6 күн бұрын
really? That's sad
@vcfirefox6 күн бұрын
@Xolomilco sorry I was not talk about your life here
@radomirstanchev1863 Жыл бұрын
Hands down one of the greatest Computer Science channels of all time!
@gopuc97818 ай бұрын
I am new to this hidden gem, probably to me alone. Your contents are so easy to understand. I have gone through many videos on K8s on YT and never ever I got satisfied or convinced with the explanations but this. Loved the simplicity of both oral and pictorial delineation of the concepts.
@nekrosis4431 Жыл бұрын
Beautifully animated, clear and easy to understand. Keep it up.
@JohnAlberts1972 Жыл бұрын
This video was perfect for a quick high level overview of k8s, including even explaining what the acronym means. :) Great diagrams, very clear and concise speaking.
@gustavow57469 ай бұрын
i think this is the best video so far to give a highlevel understanding. there are lots of tutorials in which professors have no idea what they are doing.
@anupamgh0sh Жыл бұрын
There is another component called CNI (container network interface) that provides networking in k8s. Some popular CNIs like Cilium, calico has the capability to replace kube-proxy. So, kube-proxy is not a mandatory component.
@MaulikParmar210 Жыл бұрын
K8s is a collection of services at the end. You can repalce many parts of it including store, scheduler, controller, container runtime. CNCF maintains base spec, and implementation would vary from vendor to vendor. That's why you have k3s, rancher, docker kubernetes, redhat openshift, and cloud implementations of gke, eks, and aks as control planes. It's the same as having a spec of java but having so many impmentation of jvm. Or having ECMA specs and different impmentation in form of v8, spider monkey, jscore etc.
@BohonChina Жыл бұрын
CNI CSI CRI are just kubernetes interfaces, They are not kubernetes components. companied can make network plugin to implement CNI to work with kubernetes.
@NyorexDC Жыл бұрын
@@BohonChina too bad most people just fed this guy's knowitall ego and did not check these comments
@cromba Жыл бұрын
This is one of the nicest well-made tutorials I've ever seen cool animations to keep us focused deep voice to stay concentrated and pure knowledge thank you man
@NBopus Жыл бұрын
This is one of the best and easy to understand videos on kubernetes topic. Good job!
@ebragimovic Жыл бұрын
Guys your videos are magical, delivering the most complicated ideas in the simplest and the best way! thank you so much!!!!!
@RoguePlanet-wp6hd4 ай бұрын
Absolutely technical yet easy to understand! Your videos give me a lot of confidence. Thank you 🙏
@chinmayghule8272 Жыл бұрын
I hope you would make noob friendly/introductory videos in the future. I like watching your videos even though I can't understand everything.
@huikangtong9732 Жыл бұрын
The introduction reminds me of: The other day my daughter sidled into my office and asked me, “dearest father”, whose knowledge is incomparable, “what is Kubernetes”? Right, that’s a little bit of a paraphrase but you get the idea, and I responded, "Kubernetes is an open source orchestration system for docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the user’s declared intensions. Using the concept of labels and pods, it groups the containers which make up an application into logical units for easy management and discovery" And my daughter said to me huh
@nguyenconghuy38478 ай бұрын
lol
@SW-nx4jzАй бұрын
Lol
@solomonxie5157 Жыл бұрын
Love the recommendation at the end. YAGNI! I should have told my org leaders a few years ago, but now it’s too late: after years of preparation it’s ready for production…
@d00dEEE Жыл бұрын
I run docker inside kubernetes on an Alma VM in qemu on an Ubuntu server VM under hyper-v on a Windows workstation. No work actually gets done, but boy does it look busy!
@thehangover49857 ай бұрын
You should make a video
@nothingisreal6345 Жыл бұрын
Excellent. It tend to say: YAGNI applies in 90 percent of the cases.
@DJBaldPaul5 ай бұрын
Thank you, I went from zero knowledge to understanding a little about k8s, even learnt what k8s was short for. Great video!
@ssaammyyss Жыл бұрын
One of the best k8s overview!!!
@matispure24 ай бұрын
I actually watched the video with 1,5x times speed so it actually took even less time. Thanks much for the overview.
@total_n Жыл бұрын
Great video! Not sure that it can be considered as a typo but at 2:31 there is a diagram with arrows from CM, Scheduler and API Server to etcd, but in fact the ONLY API server interacts with etcd directly, other components interact with etcd through API Server. Thanks.
@sravani8666 Жыл бұрын
Yes true.. I too observed that. In the picture, shown like all components communicate with ETCD, whereas only API server communicates with ETCD
@Jake-pn7wr3 ай бұрын
Love the graphics quality. Love how he films this from a closet. Great videos.
@pasalanarendra7226 Жыл бұрын
First time clearly understood what is K8S saw so many videos but this is the best :)
@praveenX Жыл бұрын
Great video, you can't get a better overview of K8s in 6 Mins 🙂😍
@Srilakshmitmbhat Жыл бұрын
the animation and the effort put into this video is too good. great explanation.
@HassanUmari6 ай бұрын
I just discovered this channel, the content is really amazing, it's concise and clear
@TheShynamo Жыл бұрын
What a video of great quality, this was synthetic, visual and well explained. Thank you for the hard work !
@auxmobile Жыл бұрын
Kubernetes comes from the transliteration of the Greek word "Κυβερνήτης" which means commander, captain (of a ship), a person who has the control of something (e.g. a vessel).
@rasthana Жыл бұрын
Excellent Video. Short, crisp and too the point. Thanks for your efforts.
@hanskazan701 Жыл бұрын
Great way of explaining, my school always made it difficult to understand the basic of k8s. But now thanks to this video everything is more clear to me! Also the animations were very helpful.
@marioferrerorocher Жыл бұрын
love this channel man, keep going!
@hildamelina6983 Жыл бұрын
Wonderful presentations, when technical complex topic is presented into a beautiful simplified one. Thanks so much !!!
@the_big_picture Жыл бұрын
another option is to use serverless managed container service like cloud-run which is behind the sense kubernetes cluster, it's easer and faster for startups and also cost effective "pay as you go"
@jorgevillarreal2245 Жыл бұрын
I love this type of content, let me know if you’ll be interested in expanding it to another language (my native language is spanish).
@9unapologeticsanatani Жыл бұрын
YAGNI ... new word ! I will use it !
@cluebcke Жыл бұрын
What if YAGN YAGNI though?
@ashkan.arabim28 күн бұрын
the animations are AWESOME!!!
@John-36929 ай бұрын
This is the epitome of excellence. I recently enjoyed a similar book, and it was the epitome of excellence. "Mastering AWS: A Software Engineers Guide" by Nathan Vale
@vaishnavixx Жыл бұрын
It is one of the best and short class with detailed information. The way of explanation is excellent. Thanks a lot !
@MohamadFirdausCheIsmail26 күн бұрын
I love it when explanation videos go straight to "What is X? X is.." they respect my time and I appreciate it 😂😂😂
@phoenix15_ Жыл бұрын
Thought it would be dry but U enjoyed it. Little dosage of information was awesome
@islandboyau11 ай бұрын
This is a great video to get a high level overview of kubernetes. Thanks!
@FHB71 Жыл бұрын
Getting a small cluster up and running was a real pain. Once all the housekeeping is taken care of, it seems much easier than for instance Docker swarm. However, what I really dislike is what is necessary to have persistent storage in a localized cluster that is not using storage from Amazon, Google etc.
@gersonmayer Жыл бұрын
These videos follow the same philosophy of the books. Superb
@fishingprice Жыл бұрын
Hi, thanks so much! One moment is that kubeproxy manages iptables. It's not a classic proxy.
@baabujatin Жыл бұрын
love the simple explanation above all i love the presentation also .. can author or someone please tell me which tool is used to make these kind of presentations plz.
@gasfeesofficial35577 ай бұрын
kinda like shipping and receiving if you've ever worked in a physical warehouse. Bulk product comes in from external source -> it needs to be individually palletized first, then when customer "demands" the product (similar to increase in Kubernetes load increase) -> individual pallets are built and shipped out by "workers" .. i.e. Kubernetes containers. or something similar.
@devopshiperativo Жыл бұрын
Awsome explanation, it was fast and easy to learn, I was with a lot of doubts, Thanks for sharing in a simple way your knowledge!
@marwanfikrat7716 Жыл бұрын
This is amazing. The depth of the explanation was exactly what I wanted and needed. Thank you!
@MrUpgradable2 ай бұрын
Nice overview - helped me understand the various parts, thank you!
@PoulavBiswas Жыл бұрын
Another great video explaining the complex architecture in a detailed presentation. Thank you.
@zyghom3 ай бұрын
man, that was my perfect 6 minutes spent! thank you
@codingwithem Жыл бұрын
This is a amazing video to explain how does Kubernetes work. Could you please explain the Docker?
@AMINWAYOUK Жыл бұрын
Awesome as usual👍, can you please talk about K8s clusters replication and Disaster recovery!
@uctuanmai8864 Жыл бұрын
What an amazing visualization animation effect!
@diogolsq52955 ай бұрын
best overall video on the matter, top content as always.
@dsoftware6352 Жыл бұрын
Great.. Explain a lot in simple way and in short time
@PulIoFF11 ай бұрын
I’m not sure it’s somehow possible to better explain what k8s is about in 8 mins. Thank you very much!
@fangdahan1550 Жыл бұрын
I like the short animations, great video series
@abiruthtamofo6272 Жыл бұрын
Thank you for this very simple and clear explanation. There are everything need to make it very easy to understand. Having you as a teacher will be very good opportunity to learn in a very simpliest way. Keep on the good job. Could you provide us with a very simple tutorial on K8s, now that you have given us an overview of the topic. I think it will good to move to a hands on a demo tutorial.
@ChoirLife2 ай бұрын
Really good start for a beginner ❤️
@OleksandrBorysenko333 Жыл бұрын
Yes, really, this is one of the easy-to-understand videos on Kubernetes topic.
@josemedeiros0074 ай бұрын
Great explanation, information and video.
@MohamedGHEMID-s7e Жыл бұрын
Excellent Video and amazing animation skills !
@aidataverse Жыл бұрын
excellent , Very Precise . Sir where do u create such awesome Architecture Diagram??
@kvsm123 Жыл бұрын
This is a fantastic video. Thanks a lot for all your efforts to create this video.
@abhishekgowlikar Жыл бұрын
Nicely animated with useful stuff to understand the technology.
@kaplansedat Жыл бұрын
which software are you using for videos? they are perfect
@kamaleshpramanik764513 күн бұрын
Very good overview .. Thank you very much.
@VivekKBangaru Жыл бұрын
Really Nice video and explanation is vry good. Thankyou team.
@NSJS3695 ай бұрын
Very informative and precise, thanks.
@daovietpro8 ай бұрын
simple words explain something complexity animation so so educatif and ergononic and beautiful ( how do you do ? :) thanks from France !
@danclarkeuk9 ай бұрын
Wow, amazing job explaining all that in such a succinct (but very clear) way! Can I ask what software you use for the diagrams and animations?
@btruong2008 Жыл бұрын
Thanks for the great intro video!
@brucewayne2480 Жыл бұрын
I'm learning kubernetes, and this video is great to consolidate my knowledge. So what is the alternative for small organizations , which tools would you use ?
@stefanriembauer9337 Жыл бұрын
I would recommend nomad. I'm completely in the kubernetes universe (big Corp), but a friend of mine is using nomad in production(mid sized company). We both used swarm before and would not go back.
@brucewayne2480 Жыл бұрын
@@stefanriembauer9337 thanks but what about a very low server resources like 2gb ram server to install wordpress or a small server, would you install this ?
@vanandanpillai Жыл бұрын
amazon ecs can be considered. comes with no frills, less complexity and management overheads.
@altayakkus4611 Жыл бұрын
For faas like functionality look at SAPs Kyma project :)
@JCArtuso Жыл бұрын
It so useful, but very fast to too complex subject. Anyway, congratulations!
@RahulYadav-nk6wp3 ай бұрын
Slight correction here: "Docker Swarm: Docker Swarm does support secrets, including TLS secrets. However, the management and integration of secrets in Docker Swarm are relatively basic compared to Kubernetes. In Docker Swarm, secrets are stored in the Swarm manager and distributed to nodes as needed. Kubernetes: Kubernetes has a more comprehensive and flexible secrets management system. Secrets in Kubernetes can be managed through Secrets objects, and they can be encrypted at rest and accessed by containers in a more fine-grained manner."
@manishb7703 Жыл бұрын
Thank you very clear, precise and to the point.
@ralphhu4247 Жыл бұрын
Hi sir, thank you so much for the fantastic videos from which we've learned a lot in an easier way. I'm curious with what tool you make the video with moving architecture diagram components.
@leonardopinzon8679 Жыл бұрын
Fantastic, so instructive, I wonder if you wouldn't mind to do a deep full tutorial of yagtni, is necessary for my level of expertise,
@juliustuckayo8973 Жыл бұрын
Great insights as always, just a question, what tools do you use for your animations?
@DemPilafian Жыл бұрын
It's 2023 and nice graphics with animations are no longer an anomaly. There are plenty of packages out there for sprucing up your presentations.
@bjornvandijkman1225 Жыл бұрын
@@DemPilafian Also curious about this, would you mind naming an example that can achieve this?
@DemPilafian Жыл бұрын
@@bjornvandijkman1225 This question gets asked about half a dozen times on every video in this channel. In about 10% of the questions someone does post the answer, but I forgot the name of the tool.
@m3kbeatz Жыл бұрын
If i remember correctly it is adobe after effect.
@Ross-ng4xl Жыл бұрын
when in doubt, it's usually After Effects
@ClintAnderson8085 ай бұрын
hey thats a pretty good video you are a good narrator
@ryanfranz6715 Жыл бұрын
I think the best piece of advice you gave is “overkill for small organizations”. Like there’s so much hype around it, people think they can just install k8s and have it solve all their problems. In order to use k8s successfully you need to understand exactly the shortcomings of your existing setup, and how k8s would address those shortcomings. 90% of the time, by the time you actually understand your shortcomings, you’ll have amassed a giant list of things you can improve. Chances are, your small company’s servers aren’t doing enough to justify scaling things like Google.
@vanandanpillai Жыл бұрын
ecs is a good alternative with reduced complexity.
@saidouiazzane22978 ай бұрын
Thank you very much for this amazing video.
@jaimecarranza25097 ай бұрын
Very nice video , thank you very much for this content.
@corruptionFreeIndia023 ай бұрын
Wonderfull pin point 👉, small still full of information. 👍👍
@fong555 Жыл бұрын
Great videos! Could you please talk about concourse CI and harness? Thanks!
@briannaclark5479 Жыл бұрын
Thank you! fantastic video. Great info and concise!
@Sasheenami7 ай бұрын
learned a lot!! Thank you for this video!!!
@rycka72604 ай бұрын
You earned a subscription!
@Hackenbaker Жыл бұрын
Very well explanation. Thanks a lot!!!!
@freem861 Жыл бұрын
Easy to understand video. Thanks
@chetana9802 Жыл бұрын
Can you make a video on Hadoop, Yarn and Pyspark?
@nj9162 Жыл бұрын
I learned something new. Thank you/liked/subbed.
@OleksiiSamokhvalov2 ай бұрын
Thank you, it was helpful!
@arunas554 Жыл бұрын
Isn't docker swarm a simpler solution for small/midsized companies?
@qwertyytrewq41 Жыл бұрын
I would like to see a video about an Alert processing streaming system design.
@mliyanage Жыл бұрын
Your animation are pretty nice. What tools do you use for this