Spectacular as always. I rewatch bytebytego videos after a few months and understand so much more everytime. These videos are super rich. Can't wait to get even more out of this in a few months!
@dhirajnavale38612 ай бұрын
On my way to add kubernetes in my resume
@niklasport62552 ай бұрын
Same
@nukedeadx2 ай бұрын
Ok lets deploy a kubernete that have access to a onpeemise server and database deployed on Google kubernete engine
@ManiBalajiC2 ай бұрын
only confusing when you start working on it.
@Manojkumar__2 ай бұрын
just by watching one video?
@RolopIsHere2 ай бұрын
@ManiBalajiC on his next job, he just learned how to use it, he is ready.
@AntenainaLand2 ай бұрын
this just gets published some hours after my interview where I needed it 😂
@nanaqwequ23682 ай бұрын
Undoubtedly the best video on KZbin!
@agonzalva2 ай бұрын
Great explanation 👏🏻
@Nielsx2 ай бұрын
Excellent summary of Kubernetes. Great video.
@kostasdiamantopoulos8442 ай бұрын
An external DB can be configured instead of etcd for high availability. Otherwise 3 Control Planes are needed minimum
@MohamedAnsari_H2 ай бұрын
Awesome video and animation!
@AhsanTirmiziVlogs2 ай бұрын
i believe this video is more better than the last one you have shared about the K8's.. kudos
@fdmk2 ай бұрын
This did not provide an answer to the "Why is it so popular?" question for me. In my opinion the popularity comes from the ability to distribute work both for development and maintenance.
@k.karthikkutty53982 ай бұрын
Thank you so much.. I'm from India, trying to build my career in Software testing. I Love you works, it will be very helpful to me if you create a video on Software Testing the entire process from scratch to end. If so I will learn from it quickly as your works are crystal clear. I'm sorry for asking you too much to do just for me 😔
@Piyussh_222 ай бұрын
I'm just amazed by the quality of your content , how do you make these animation, i wanna learn too .
@Hard_Qs2 ай бұрын
"Animation tools: Adobe Illustrator and After Effects."
@sebastienarribe3810Ай бұрын
excellent video 👍
@pavantej96662 ай бұрын
Very well articulated ❤
@raj_kundalia2 ай бұрын
Thank you for doing this!
@RakeshKumar-pz2fr2 ай бұрын
Crisp and clear...
@some1rational2 ай бұрын
mangodb my favorite flavor of mongodb 😏 haha good stuff as always
@sunilraveendran57872 ай бұрын
Hey, thank you so much for such condensed but intuitive videos. what tool you use for creating these animations? Thanks!
@alexnahas29072 ай бұрын
amazing content
@boltez65072 ай бұрын
When are you gonna reveal how you make those godamn beautiful flowcharts.
@Hard_Qs2 ай бұрын
"Animation tools: Adobe Illustrator and After Effects."
@martinjoshy91022 ай бұрын
Great Content !!
@Zmey56562 ай бұрын
Thank you for your video.
@retagainez2 ай бұрын
Because some companies sometimes need to work with scale and some companies want to make things unnecessarily complicated. And as such, people work with it simply to pad out their Resume.
@alexisdamnit90122 ай бұрын
Omg I needed this video 😂
@Lruiz38652 ай бұрын
So can I install apps like Brave browser or VSCode?
@mamupelu565Ай бұрын
Many of the uses you said, amazon provides through their services, so why would I use kubernetes on the cloud?
@rezagh54382 ай бұрын
I think mini clips that are not very related to content, e.g. container horror, is unnecessary. Instead of giving time think about the concept, it just drags attention and reduces focus.
@pilgrimage02 ай бұрын
Practically speaking, how does Kubernetes differ from Docker Compose or Docker Swarm?
@ceyhundagl31642 ай бұрын
Docker Swarm and Kubernetes both perform container orchestration, but Swarm is a better option for local development because it’s simpler and easier to set up. Kubernetes, on the other hand, is more suited for production environments, especially when managing complex, large-scale deployments. You don’t need to use Kubernetes unless you're dealing with a production-level application that requires advanced features like auto-scaling, self-healing, and multi-cluster management.
@jamoncitovideos2 ай бұрын
Compose is for single machines, while swarm and kubernetes are for clusters. Swarm would be the docker equivalent to kubernetes, but K8s has many more features that make it both harder to set up and manage and better fitted for large organizations
@BM-zv4xz2 ай бұрын
Could you narrate in a more boring tone?
@PilgrimsProgress72 ай бұрын
Video with a lot of buzzwords but doesn't really explain.
@z-f7722 ай бұрын
This 'introduction' needs more jargon/buzzwords!
@bpospanov2 ай бұрын
3 minutes in. understood absolutely nothing
@rezagh54382 ай бұрын
Same goes for me. Understood less and less, the further I was in.
@dismiggo2 ай бұрын
@@rezagh5438 Yeah the video is way too "low level" for beginners to understand. I've worked with K8s for a year now and can totally understand your confusion - Kubernetes is a beast; I truly mean it. However, if you want to start learning it, I recommend the free KodeKloud course on this subject. You get your own cluster with which you interact in a web-CLI and get guided through the basics by way of the course structure.
@alexalexin94912 ай бұрын
Your English pronunciation, Sahn, is deteriorating... I struggle understanding words.
@mnsayeed99923 күн бұрын
Many organization's are moving away from this kubernetes mania just because of the sheer amount of effort that is required to keep things up and running. A slight misconfiguration brings the entire system down. On top of that, the amount of effort required to build things up from scratch can take ages before going live. So it all looks good on resume but not in real world.