Virtual Machines vs Containers

  Рет қаралды 845,925

PowerCert Animated Videos

PowerCert Animated Videos

Жыл бұрын

This is an animated video explaining the difference between virtual machines and containers.
►►RoboForm Everywhere bit.ly/3S05wAM (affiliate) Save up to 42% using my link.
►►RoboForm Free www.roboform.com/lp?frm=rfp-0...

Пікірлер: 746
@PowerCertAnimatedVideos
@PowerCertAnimatedVideos Жыл бұрын
RoboForm Everywhere bit.ly/3S05wAM (affiliate) Save up to 42% using my link. RoboForm Free bit.ly/3YRYq5Q
@PatJones82
@PatJones82 Жыл бұрын
Been using Roboform since it came out! No issues with it at all. love it.
@ThioJoe
@ThioJoe Жыл бұрын
Finally after years, a simple explanation for what Docker is
@everythingtube172
@everythingtube172 Жыл бұрын
omg it's ThioJoe
@CMOS4081
@CMOS4081 Жыл бұрын
@@everythingtube172 who's that?
@johnnycincocero
@johnnycincocero Жыл бұрын
@@CMOS4081 A popular tech KZfaqr.
@pancake8996
@pancake8996 Жыл бұрын
fr
@SarmadTechLab
@SarmadTechLab Жыл бұрын
Hello Joe
@yg78t76t7
@yg78t76t7 Жыл бұрын
Your animation and graphics are NEXT LEVEL. Easy to understand and very good for visual learners. Thank you!!
@PowerCertAnimatedVideos
@PowerCertAnimatedVideos Жыл бұрын
Glad you like them!
@paritosh944
@paritosh944 Жыл бұрын
+1
@walterbyrd8380
@walterbyrd8380 Жыл бұрын
Many big name online educators have a video of somebody speaking to the camera, or a bullet-point presentation. Neither of those methods have any advantage over just reading material in book. Animation to help us visualize what is happening is a big help, and has a real advantage over simply written, or spoken, material.
@josemedeiros007
@josemedeiros007 3 күн бұрын
Great explanation, information and video. I am a former IBMer, I worked for IBM Global Services 1996-1998 supporting LSI Logic's Microsoft's NT 3.52 servers, and Microsoft's NT 4 servers and Lotus Notes servers at IBM's Storage Division in San Jose, California.
@robertderoschdestvo
@robertderoschdestvo Жыл бұрын
Servers can run multiple applications. Multitasking has been a feature of OS's since the 1960. VM's were created to run different OSs. Containers were created to simplify deployment of applications.
@dariovicenzo8139
@dariovicenzo8139 Жыл бұрын
I just asked the author why he said 1 server=1 application :)
@purplecrayon7281
@purplecrayon7281 Жыл бұрын
@@dariovicenzo8139it's for security and to prevent network congestion. It;s not good networking design to have your database server, mail server, and web server to be on the same machine.
@govtjobaspirant8222
@govtjobaspirant8222 Жыл бұрын
A server has lot of unused of space in some cases to use that space virtual machines created since vm s took more space as os so many containers deployed in single vm
@lainwired3946
@lainwired3946 Жыл бұрын
There's a fair few mistakes in the video. Most docker containers have their own OS too, but they're using a much stripped down version like alpine Linux.
@iamwisdomsky
@iamwisdomsky Жыл бұрын
​@@lainwired3946 no one is stopping anyone from using a full ubuntu server based docker image or anything. alpine linux is just a preference due to its lightweight in size. There's also a little bit inaccuracy in the video. in windows, you can run linux-based docker images thanks to WSL.
@dion4037
@dion4037 8 ай бұрын
This is the first video ive ever seen that completely breaks down and shows what containers actually are. Dockers own white papers arent as great as this. Thank you so much for this video. Im subscribed!!!
@manojrajappan4033
@manojrajappan4033 22 сағат бұрын
You have no business making it this simple! Such a clear and precise video/explanation....Very well done! Thank you so much!
@n8wrl
@n8wrl Жыл бұрын
Very well done! Two other things to consider: Another "con" to VM's is maintenance and updates. Each VM is a running instance of an operating system, and as you point out it has to be licensed. It also has to be patched/updated/cared for, just like any other server. On the container side, one problem there is persistence. Deploying containers that have databases, or other data stores that need to "stick" is challenging. Containers are great because you can deploy them, move them around, and tear them down quickly and easily. Not so easy if they provide the persistence.
@johnarnold893
@johnarnold893 Жыл бұрын
Brian Smithson........Linux doesn't have to be licensed.
@alexaneals8194
@alexaneals8194 Жыл бұрын
@@johnarnold893 Actually many of the enterprise versions of Linux do have to be licensed. The license model is different from Windows, but it still exists. Technically, all versions of Linux have a license. The "L" in GPL stands for license.
@kuhndj67
@kuhndj67 Жыл бұрын
Agree cost is a factor to consider with VM's... and I'd add the virtualization environment cost to that... I use VSphere and while I love how easy it is to build/deploy/maintain a capable cluster, it's also very expensive. Otoh, container environments currently require more high skilled staff to configure and maintain compared to enterprise Virtualization like VSphere, and that can also get very expensive. I think that will change as containerization matures, but right now containerization adds a lot of complexity along with all that potential. I really do think the future is a combination of the two, using both where they're strong.
@user-db2uj9vc7s
@user-db2uj9vc7s 6 ай бұрын
In other words you can mix the usage of both depending on context. Where i work we use vms for databases and containers for the actual database
@alonzosmith6189
@alonzosmith6189 Жыл бұрын
I miss the days of building servers, installing the OS, locking it down then racking stacking servers to handoff to the application teams
@Sohailali1
@Sohailali1 Жыл бұрын
What kind of education is required to do this line of work?
@madezra64
@madezra64 Жыл бұрын
@@Sohailali1 You would wanna get educated in Information Technology mostly. Also helps to understand some computer science, electrical engineering. When I say electrical engineering I'm not saying you have to go become a licensed electrician, but it helps a ton if you can at least understand how electrical components work and the physics behind it. This helps build a foundation for working with computer hardware that enables you to understand what you're doing when assembling and speccing out builds. Computer science gives you the knowledge of how computers fundamentally work which goes hand in hand with the knowledge of how electricity works, but the primary education you want is knowledge on IT. You need to understand TCP/IP and the OSI model. For example, routers generally operate at layer 3, while switches operate at layer 2. Understanding this key difference is essential when building out networks.
@Sohailali1
@Sohailali1 Жыл бұрын
@@madezra64 Thank you for a detailed response. Appreciated.
@jaimcgee4566
@jaimcgee4566 Жыл бұрын
Me too.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
I heard it described as the difference between “pets” and “cattle”. “Pets” require individual setup and management; when they get sick, you go in and fix them individually. “Cattle” are set up and managed _en masse_ ; if one gets sick, you simply kill it and create a new one.
@SeekersMentality
@SeekersMentality Жыл бұрын
I think a vid about the differences between quantum and standard computing would be a nice topic to cover
@LuisRodriguez-wo6nl
@LuisRodriguez-wo6nl Жыл бұрын
Yes along AI and ROBOTICS algorithms inside quantum processing!!!!!
@handsomeman-pm9vy
@handsomeman-pm9vy Жыл бұрын
@@LuisRodriguez-wo6nl Only one problem. There are no quantum computers. It's all theory and research at this time. There may never be any.
@Daniel_WR_Hart
@Daniel_WR_Hart Жыл бұрын
@@handsomeman-pm9vy They've been around for several years now, they're just not that powerful yet
@michaeldebellis4202
@michaeldebellis4202 9 ай бұрын
@@handsomeman-pm9vyI agree. Also, if quantum computers are ever real they may be amazing for solving a narrow set of specific problems like code breaking but they probably won’t ever be general purpose because of the inherent randomness in quantum theory.
@aniketsaha7273
@aniketsaha7273 4 ай бұрын
This guy should be teaching and explaining all the subjects ever existed in world...I Aniket Declare you as the "Master Teacher".
@darman210
@darman210 Жыл бұрын
Thank you! Finally, an explanation that isn’t 45 minutes long and doesn’t use lingo to define lingo.
@tarekelsabaa
@tarekelsabaa Жыл бұрын
you never fail to amaze me with how simple you explain things.. keep up the good work!
@KC-kp9nq
@KC-kp9nq Жыл бұрын
I’m just making a career switch to IT. I’m so glad that I found this channel. Finally someone who can explain things so clear and easy. Thank you so much ❤️
@gangstaberry2496
@gangstaberry2496 2 ай бұрын
Me too!! I just started my studies. These videos have clarified so much for me, I'm trying to watch them all!! Good luck in your new field ^^
@robsonfranciscojose9871
@robsonfranciscojose9871 2 ай бұрын
The best IT teaching channel on KZfaq
@CertifiedOtherBoy-cn7pg
@CertifiedOtherBoy-cn7pg 11 ай бұрын
Again and again through out my studies, I find myself returning to your videos. Thank for you for simplifying these concepts for us.
@lazyk1751
@lazyk1751 3 ай бұрын
This is by far the simplest, most opaque description of these computing concepts I’ve ever experienced.
@emreduman9940
@emreduman9940 Жыл бұрын
This is the simplest and clearest explanation of VM and Containers that I watched. I love your Animations, keep going.
@squarehead6c1
@squarehead6c1 Жыл бұрын
Wow, it can't get much more clear and concise than this! Thanks!
@saddamhussainfaniband8617
@saddamhussainfaniband8617 15 күн бұрын
No one can explain it as simple as you did. 🎉
@Celluarexpress
@Celluarexpress 10 ай бұрын
your videos are the best on youtube, your voice is monotone and robotic, but is actually soothing and you explain things better than my it teachers, and your animations are great and i dont have to watch somebody talk about something i can't see lol You helped me get my Aplus last month and my AZ900 last week. you taught me what ram and routers were 3 years ago when i took my first laptop apart lol
@MarcosDemian
@MarcosDemian Жыл бұрын
You never cease to amaze me with the simplicity of your explanations. I'm totally new to the concept of containers and this is the first time that I´m able to understand what's going on behind the scenes. Thank you very much for sharing this tutorials
@carlosmccrary9036
@carlosmccrary9036 Жыл бұрын
You are the man as always! This channel is such a blessing. I have been struggling specifically with the concept of containers lately but now you’ve made it crystal clear. Thank you!
@csabafarago1673
@csabafarago1673 8 ай бұрын
Thanks for the video, nice summary! You say that containers share the underlying operating system, and a container contains the application only. As a disadvantage you mention that they must be packaged the same operating system of the server. My understanding and experience is different. A container actually do have an own operating system, but that is pretty lightweight. For example, Busybox is just a 1.2 MB Linux distro. Alpine is ~5MB. So they are really small, and they startup quite quickly. Therefore the mentioned disadvantage also does not apply. We can use Alpine in Windows environment, so in this case the host would be Windows and the guest (i.e. the container) would be Linux.
@khaledelnagar4135
@khaledelnagar4135 2 ай бұрын
Was coming to write same comment. But he's right. When you install Docker on Windows, Docker actually installs aside, a Linux VM that it uses behind the scene to execute the dockerfile commands.
@RoyOlsen
@RoyOlsen Жыл бұрын
A few slight (and common) misconceptions, but overall a nice video. Thanks for putting it out. There is no way RoboForm is ranked the #1 password manager by any reasonable measurement. They appear to hold no certifications and don’t publish CAIQ assessments, SOC 2 reports or third party security reviews, nor do they have a vulnerability disclosure program. I don’t see why anyone should trust them above the top players in that space.
@SonOfAdolf
@SonOfAdolf Жыл бұрын
I don't trust any of them. Too many leaks/hacks
@ardeshirhaidarbaigi5336
@ardeshirhaidarbaigi5336 Ай бұрын
Hallo, thank you very much for your most efficient videos. English is not my first language. (Not native English) Despite this, I understand everything perfectly. The speed of the language and the way the topics are explained are excellent. Although you explain the complex topics professionally and do not leave out any technical context, everything is extremely understandable. The animations are excellent and contribute to understanding extremely effectively. Thank you again for your effort. I will recommend you without reservation.
@technicaluserco
@technicaluserco Жыл бұрын
I've heard the concepts many times, but your cool graphics have helped me a lot to understand / assimilate concepts. Thanks.
@eduardoalanis6531
@eduardoalanis6531 7 ай бұрын
Always great videos ! I usually get bored when having to watch videos to learn something new, but yours are always very entertaining and educational. Thank you!
@farhansabir0499
@farhansabir0499 Жыл бұрын
The most important thing I have known today, you don't know how badly I need this tutorial and you have explained it very well, beside I miss your videos.
@tomasapostol1901
@tomasapostol1901 Жыл бұрын
Excellent, as always. Thank you, very much, PowerCert, for these great lessons.
@paleraluswinga
@paleraluswinga 10 ай бұрын
I really need an updated full Comptia A+ course from you, you are a great teacher
@jonathanstevenson6753
@jonathanstevenson6753 3 ай бұрын
This is the best explanation of this i've been able to find after years of searching. Thank you so much for putting this out there. It is SO GOOD
@jasonaaronable
@jasonaaronable Жыл бұрын
Truly appreciate the hard work that goes into creating videos like these. Everything from the storyboard, script, voiceover, graphics and animation, is top-drawer! Question for the designer: Which software do you use to produce the video?
@PowerCertAnimatedVideos
@PowerCertAnimatedVideos 8 ай бұрын
Powerpoint
@cyberdevil657
@cyberdevil657 8 ай бұрын
@@PowerCertAnimatedVideos Damn i had no idea powerpoint could be this useful :D. Love your content
@UncleJemima
@UncleJemima 4 ай бұрын
@@PowerCertAnimatedVideosextremely based
@gangstaberry2496
@gangstaberry2496 2 ай бұрын
I would have never guessed!! The illustrations are beautiful ^^
@timtim2949
@timtim2949 Жыл бұрын
THANK YOU. I’ve been looking for days for someone to explain Docker/Containers. This makes so much sense. I’m definitely subscribing.
@farrukhahmedsid
@farrukhahmedsid Ай бұрын
The way he explains and the animations with definitions are perfect.
@velavanvijayakumar9759
@velavanvijayakumar9759 22 күн бұрын
A very crisp and clear explanation of VM and Containers. I had no clear idea of what it is until I watched this video
@TerenceKearns
@TerenceKearns Жыл бұрын
Ive been out of the IT game for about 20 years. I kept hearing about docker (even though I have nothing much to do with systems or development). It was nice to get a clear explanation just to satisfy my curiosity.
@gangstaberry2496
@gangstaberry2496 2 ай бұрын
It's one of the best for sure!
@bonganimtshali9988
@bonganimtshali9988 Жыл бұрын
Finally I understand the differents. Been cracking my head as other channels just confused me even further. Thank you for this.
@YoursAkki81
@YoursAkki81 11 ай бұрын
This guy is a legend, I have been following his videos since 10 years. Great work !
@aussiegruber86
@aussiegruber86 5 ай бұрын
I worked for a very large organisation in Australia and watched the transition from single servers per application to a couple of servers running virtual machines. Literally went from 30 servers to 2.
@jhc4090
@jhc4090 11 ай бұрын
You never dissapoint! Can't ask for a better explanation ❤
@nithyakrishna1166
@nithyakrishna1166 Жыл бұрын
This was so well explained . I finally understand this . Thank you so much!
@kimlazenby4450
@kimlazenby4450 Жыл бұрын
Thanks! That was a great concise and straightforward explanation. Very helpful.
@eechaze12
@eechaze12 4 ай бұрын
Gifted teacher. Many teachers do it for a paycheck
@Teen-Conor
@Teen-Conor Жыл бұрын
I can't believe I have to pay TestOut for college and yet I have a better explanation in youtube.
@SupraManG
@SupraManG Жыл бұрын
A very well detailed explanation between a Virtual Machine and Container. I never knew a CONTAINER existed until this video popped up. Great video, PowerCert and thank you for it.
@Eddie-uh7tl
@Eddie-uh7tl 5 ай бұрын
@PowerCertAnimatedVideos Thank you to all the folks that make these videos possible, you guys make a complex subject and break it down in a way easer to digest for our noobie tech brains. You guys are amazing at what you do!
@carlosbah4623
@carlosbah4623 Ай бұрын
Impressive the simplicity and clarity of these videos, even when dealing with complicated technical subjects! ¡Gracias por compartir!
@julies5085
@julies5085 Ай бұрын
Lovely video with good clarity. Thank you! 😊 the roboform ad at the end was good too
@rmk918
@rmk918 Жыл бұрын
Thank you so much for such a easy to understand explanation of containers and their comparison to vms. Cheers
@TerenceKearns
@TerenceKearns Жыл бұрын
Hey, what a great video. So clear. Love the graphics and animations - they really help.
@ioan_jivan
@ioan_jivan 7 ай бұрын
Wow I came here after multiple videos to learn about containers. And I learned about VMs and containers plus other things. Great video. The from the ground up no non-sense approach works
@csimet
@csimet Жыл бұрын
We ran large ESX deployments across two data centers on HP blade servers... literally hundreds of virtual servers for all sorts of healthcare apps and for virtual desktops the users ran for those apps. I see Docker as the next level of application deployment on top of those VMs. ESX (like other virtual OS platforms) provided the ability to physically distribute systems across those data centers and their hardware pools, either for load sharing or disaster recovery (in the even one DC had issues). With ESX, you can "float" the servers between machines almost at will. Mixing ESX with Docker seems like a good combo to bring application deployments in DCs to the next level.
@kenyayopp1653
@kenyayopp1653 Жыл бұрын
As always, so meticulous in your presentation! Thank you!
@kso35
@kso35 6 ай бұрын
I very much appreciate that you started with a little bit of history-- going into why we even have virtual machines. This took me down a neat Rabbit hole! This is great for learning! Thank you !!!
@omaropt5443
@omaropt5443 Жыл бұрын
Honestly,we must support this channel because It gives us important info without baying nothing ..thank sir.
@CryptoBeanie
@CryptoBeanie Жыл бұрын
Great video! Your videos got me started on my IT journey!
@user-py7wp6nw9h
@user-py7wp6nw9h 5 ай бұрын
awesome stuff dude. Been following you for many many years. Keep at it!
@BobFrTube
@BobFrTube Жыл бұрын
Operating systems like Windows can host many applications at once. Normally one shares by having separate processes. VM and Containers are more isolated but basically kinds of processes.
@HeavyDriver8214
@HeavyDriver8214 8 ай бұрын
I did watch videos from different channels on this and I didn’t understand but this guy explained in very simple terms. Thanks! a lot.
@argg.x
@argg.x Жыл бұрын
i been watching your stuff for years, thanks for all the knowledge
@ByronAgain
@ByronAgain Жыл бұрын
Except that we used to (back in the olde days of the 90s) , before VMs and Containers, run multiple applications on a single server by having each application use a different port and by taking advantage of the process manager. So, your opening statement isn't quite right. For example: It was common for us to save resources by running the database and the webserver in a development or staging environment on the same server.
@jonrend
@jonrend 18 күн бұрын
Totally agree.
@creativeworx47
@creativeworx47 Жыл бұрын
My morning caffeine dose is here as always. Thank you very much❤️
@akiratoriyama1320
@akiratoriyama1320 Жыл бұрын
Another great video!! Thank you!! Happy holidays!!
@robertleem5643
@robertleem5643 Жыл бұрын
Many thanks for explaining all that. It was very helpful and easy to understand. My company now uses Dockers and was wondering what it was
@stanpotter7764
@stanpotter7764 Жыл бұрын
Perfectly explained! Thank you!
@nilrocks
@nilrocks 7 ай бұрын
Absolute old school style and loved it. Thanks for the info.
@syringan2.015
@syringan2.015 Жыл бұрын
Finally can actually understand what VMs is even its only on the surface a good start Thanks man 🙌🏻
@4196marcos
@4196marcos Жыл бұрын
Thank you for all your videos, I got into IT by watching your videos.
@lioneldeliz7053
@lioneldeliz7053 11 ай бұрын
Awesome explanation. I LOVE the animation/graphics!
@1SueU
@1SueU 5 ай бұрын
i just wanted to express my gratitude for your content! Incredibly information dense but explained so understandably as always :)
@nousmouronsensamble
@nousmouronsensamble Жыл бұрын
I love you man, all your videos are explained in the simplest way, you are a really logical guy and make my life easier. Keep up
@4430salton
@4430salton 16 күн бұрын
Thank you Straight up Video, To the Point!! just what I was looking for
@kpinvestments3768
@kpinvestments3768 9 ай бұрын
Wow!!! Just amazing. How come I did not come across this video before? The best way to explain differences between VMs and Containers.
@ridenar1456
@ridenar1456 Жыл бұрын
love the simplicity/clearness of this. In my experience the more complex someone makes something, the less they understand it themselves, and are probably using alot of third hand information
@himankjain8259
@himankjain8259 Жыл бұрын
The simplest and best explanation I found for this topic. Thank a lot!
@walterbyrd8380
@walterbyrd8380 Жыл бұрын
Love this channel. But, you do not need VMs, or containers, to run more than one service on the same server. The same server can run a web server, email server, and dns server, without using VMs, or containers.
@RoyOlsen
@RoyOlsen Жыл бұрын
You can, but it can be terribly inconvenient. The video oversimplifies things, and I have no idea why he chose to state security as the main driver, but separating different applications and distancing servers from hardware really is gold.
@srikrishnarr6553
@srikrishnarr6553 Жыл бұрын
Your narration , animation all are 100% top class..Thanks much
@WireSniffer
@WireSniffer Жыл бұрын
This was the video on Containers I've been waiting for!, many thanks for this PowerCert. 😎👍
@lisannasil2346
@lisannasil2346 4 ай бұрын
Your animation and graphics are NEXT LEVEL.
@avi.chan23
@avi.chan23 6 ай бұрын
That was an amazing explanation. Thanks a lot for putting in the work to create this animations.
@yut576
@yut576 Жыл бұрын
Thank you for the graphical and to the point explanation.
@chestnutfufu
@chestnutfufu Жыл бұрын
the best explanation ever to understand the container! thanks!
@kakashi99908
@kakashi99908 8 ай бұрын
So to sum it up: One OS instance can run many containers but each VM needs its own OS. This is because containers only need access the OS for the kernel and none of the extra fluff making them great for dedicated tasks and saving on a bulky full on OS stuff for every single little app.
@saltypatriot1768
@saltypatriot1768 Жыл бұрын
i absolutely love your graphics on this channel
@PowerCertAnimatedVideos
@PowerCertAnimatedVideos Жыл бұрын
Glad you like them!
@YannMetalhead
@YannMetalhead 10 ай бұрын
Great video! This was the best explanation about the subject I ever saw, thank you!
@manemobiili
@manemobiili Жыл бұрын
Good stuff yet again PowerCert! I want to say from an engineering point of view that running containers inside of a vm is a super bad idea because they're both made to handle same problem, running a lot of services on a machine. You can make it work but because you can doesn't mean you should. Running two layers of virtualization is wasteful and more complex that's needed. Docker is cool due to ease of use, hypervisor is cool due to flexibility it gives. They're both amazing when done right!
@hhectorlector
@hhectorlector Жыл бұрын
grats on the roboform sponsor. well earned!
@devinhedge
@devinhedge Жыл бұрын
I appreciate you trying to explain this. I’m 90 seconds in and you’ve already misrepresented the history history of virtual machines and containers. You land on the right conclusion, but not articulating the history accurately misleads the audience into thinking that virtualization and containers are a new phenomenon, which they aren’t.
@NK-iw6rq
@NK-iw6rq Жыл бұрын
Thank you so much ! This video explained so many different things in an easy to understand manner.
@wb8ert
@wb8ert Жыл бұрын
Please take note IBM has been Virtual Machines since 1969 with VM/370 (written by MIT between 1967 and 1969). Today z/VM and VM firmware can run Unix, Linux, MVS, VM under VM, CMS, DOS, CICS, etc. There is specialized hardware to guarantee 100% uptime and quick encryption. VM/370 is the first and longest available Virtual Machine software in the world! I should note running an OS under VM is quick to boot and run applications. IBM put a lot of VM into the hardware. When a guest OS is running VM gets out of the way until needed (such as a privileged instruction). IBM z/systems are very fast , secure, and allow for no downtime. You can also have devices up to 50km (about 30 miles) sway from the system.
@simonknights7526
@simonknights7526 4 ай бұрын
Correct! Retired VM Systems Programmer here. I worked on VM/370 from the late 1970s through various versions (HPO, XA, ESA, zVM) until well into the 2000s. Happy days 😀.
@mohammedalahi1406
@mohammedalahi1406 11 күн бұрын
i've been learning and always been asking myself what is the main purpose of VM you're explanation are absolutely awesome and simple to understand .Kind regards
@malamdikereta
@malamdikereta 2 ай бұрын
Thanks a lot. Well explained. Love your illustrations. Keep it up.
@yourlinuxguy
@yourlinuxguy 9 ай бұрын
What a wonderful way to explain concepts. I think most of your views must come from tech people sharing these very rich videos to not-tech guys to make them understand the concepts.
@SHO1989
@SHO1989 Жыл бұрын
As others have already stated, excellent video. Thanks!
@bazcurtis178
@bazcurtis178 Жыл бұрын
Great video. I think security updates would be worth adding as well. You are only updating one OS and the Containers only have the parts required to run so no unwanted software. The software the container has still needs patching, but less to patch
@KasperPlougmann
@KasperPlougmann 8 ай бұрын
You are also updating the containers underlying Linux distro If not, you're gonna have a bad time
@wannabedal-adx458
@wannabedal-adx458 Жыл бұрын
Great video. As always you easily explain difficult concepts. Thanks!
@pikappbaylor
@pikappbaylor 3 ай бұрын
Thank you for this - Simple and engaging.
@eduardoligeiro2817
@eduardoligeiro2817 8 ай бұрын
Excellent. Simple and clear about the concepts
@purplecrayon7281
@purplecrayon7281 Жыл бұрын
This channel only covers the fundamentals of networking but it's the best at explaining difficult concepts.
NAS vs SAN - Network Attached Storage vs Storage Area Network
4:27
PowerCert Animated Videos
Рет қаралды 1,8 МЛН
Virtualization Explained
8:07
PowerCert Animated Videos
Рет қаралды 392 М.
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 54 МЛН
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 56 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
🤔Какой Орган самый длинный ? #shorts
00:42
Network Ports Explained
10:33
PowerCert Animated Videos
Рет қаралды 1,5 МЛН
Kubernetes vs. Docker: It's Not an Either/Or Question
8:04
IBM Technology
Рет қаралды 1,1 МЛН
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,6 МЛН
Snapshots vs Backups vs Replications
8:43
Charles Chow
Рет қаралды 56 М.
Containers vs VMs: What's the difference?
8:08
IBM Technology
Рет қаралды 746 М.
Virtual Machine (VM) vs Docker
8:52
IBM Technology
Рет қаралды 186 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 247 М.
98% Cloud Cost Saved By Writing Our Own Database
21:45
ThePrimeTime
Рет қаралды 318 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,5 МЛН
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 54 МЛН