Virtual Machines vs Containers

Поділитися
Вставка
  • Опубліковано 27 гру 2022
  • 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...

КОМЕНТАРІ • 715

  • @PowerCertAnimatedVideos
    @PowerCertAnimatedVideos  Рік тому +49

    RoboForm Everywhere bit.ly/3S05wAM (affiliate) Save up to 42% using my link.
    RoboForm Free bit.ly/3YRYq5Q

    • @PatJones82
      @PatJones82 Рік тому +2

      Been using Roboform since it came out! No issues with it at all. love it.

  • @ThioJoe
    @ThioJoe Рік тому +1114

    Finally after years, a simple explanation for what Docker is

  • @yg78t76t7
    @yg78t76t7 Рік тому +374

    Your animation and graphics are NEXT LEVEL. Easy to understand and very good for visual learners. Thank you!!

    • @PowerCertAnimatedVideos
      @PowerCertAnimatedVideos  Рік тому +30

      Glad you like them!

    • @paritosh944
      @paritosh944 Рік тому +7

      +1

    • @walterbyrd8380
      @walterbyrd8380 Рік тому +18

      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.

  • @robertderoschdestvo
    @robertderoschdestvo Рік тому +134

    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 Рік тому +11

      I just asked the author why he said 1 server=1 application :)

    • @purplecrayon7281
      @purplecrayon7281 Рік тому +33

      @@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 11 місяців тому

      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 11 місяців тому +11

      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 11 місяців тому +1

      ​@@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.

  • @n8wrl
    @n8wrl Рік тому +44

    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 Рік тому +1

      Brian Smithson........Linux doesn't have to be licensed.

    • @alexaneals8194
      @alexaneals8194 Рік тому +10

      @@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 4 місяці тому

      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 Рік тому +92

    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 Рік тому +4

      What kind of education is required to do this line of work?

    • @madezra64
      @madezra64 Рік тому +30

      @@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 Рік тому +7

      @@madezra64 Thank you for a detailed response. Appreciated.

    • @jaimcgee4566
      @jaimcgee4566 Рік тому +1

      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.

  • @dion4037
    @dion4037 6 місяців тому +14

    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!!!

  • @tarekelsabaa
    @tarekelsabaa Рік тому +19

    you never fail to amaze me with how simple you explain things.. keep up the good work!

  • @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

  • @aniketsaha7273
    @aniketsaha7273 2 місяці тому +4

    This guy should be teaching and explaining all the subjects ever existed in world...I Aniket Declare you as the "Master Teacher".

  • @KC-kp9nq
    @KC-kp9nq Рік тому +12

    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 6 днів тому

      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 ^^

  • @carlosmccrary9036
    @carlosmccrary9036 Рік тому +4

    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!

  • @emreduman9940
    @emreduman9940 11 місяців тому

    This is the simplest and clearest explanation of VM and Containers that I watched. I love your Animations, keep going.

  • @technicaluserco
    @technicaluserco 9 місяців тому

    I've heard the concepts many times, but your cool graphics have helped me a lot to understand / assimilate concepts.
    Thanks.

  • @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

  • @squarehead6c1
    @squarehead6c1 Рік тому +1

    Wow, it can't get much more clear and concise than this! Thanks!

  • @SeekersMentality
    @SeekersMentality Рік тому +89

    I think a vid about the differences between quantum and standard computing would be a nice topic to cover

    • @LuisRodriguez-wo6nl
      @LuisRodriguez-wo6nl Рік тому +2

      Yes along AI and ROBOTICS algorithms inside quantum processing!!!!!

    • @handsomeman-pm9vy
      @handsomeman-pm9vy Рік тому +4

      @@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 7 місяців тому +1

      @@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.

  • @darman210
    @darman210 Рік тому +2

    Thank you! Finally, an explanation that isn’t 45 minutes long and doesn’t use lingo to define lingo.

  • @lazyk1751
    @lazyk1751 Місяць тому +1

    This is by far the simplest, most opaque description of these computing concepts I’ve ever experienced.

  • @farhansabir0499
    @farhansabir0499 Рік тому +1

    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.

  • @CertifiedOtherBoy-cn7pg
    @CertifiedOtherBoy-cn7pg 8 місяців тому +1

    Again and again through out my studies, I find myself returning to your videos. Thank for you for simplifying these concepts for us.

  • @jonathanstevenson6753
    @jonathanstevenson6753 28 днів тому

    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

  • @tomasapostol1901
    @tomasapostol1901 Рік тому

    Excellent, as always.
    Thank you, very much, PowerCert, for these great lessons.

  • @timtim2949
    @timtim2949 Рік тому +3

    THANK YOU.
    I’ve been looking for days for someone to explain Docker/Containers.
    This makes so much sense. I’m definitely subscribing.

  • @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

  • @bonganimtshali9988
    @bonganimtshali9988 Рік тому

    Finally I understand the differents. Been cracking my head as other channels just confused me even further. Thank you for this.

  • @kso35
    @kso35 4 місяці тому

    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 !!!

  • @jasonaaronable
    @jasonaaronable Рік тому +25

    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  6 місяців тому +6

      Powerpoint

    • @cyberdevil657
      @cyberdevil657 6 місяців тому +1

      @@PowerCertAnimatedVideos Damn i had no idea powerpoint could be this useful :D.
      Love your content

    • @UncleJemima
      @UncleJemima Місяць тому

      @@PowerCertAnimatedVideosextremely based

    • @gangstaberry2496
      @gangstaberry2496 6 днів тому

      I would have never guessed!! The illustrations are beautiful ^^

  • @SupraManG
    @SupraManG Рік тому +3

    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.

  • @rmk918
    @rmk918 Рік тому

    Thank you so much for such a easy to understand explanation of containers and their comparison to vms. Cheers

  • @1SueU
    @1SueU 3 місяці тому

    i just wanted to express my gratitude for your content! Incredibly information dense but explained so understandably as always :)

  • @eduardoalanis6531
    @eduardoalanis6531 5 місяців тому

    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!

  • @csimet
    @csimet Рік тому +3

    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.

  • @ioan_jivan
    @ioan_jivan 5 місяців тому

    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

  • @gregsturgill4505
    @gregsturgill4505 Рік тому +3

    Thank you SO much for your fantastic, informative, easy-to-understand videos that make these concepts easy to understand. Have you given any thought to doing an updated series of videos on the current Comptia A+ exam? The 1101 and 1102 series? I am already using several of your videos to help with my studies, but it would be great to see the entire series covering every topic.

  • @srikrishnarr6553
    @srikrishnarr6553 11 місяців тому +1

    Your narration , animation all are 100% top class..Thanks much

  • @skeletordevops
    @skeletordevops Рік тому +1

    This channel has become a go to for me. Great explanations and illustrations that always bring clarity and broaden my understanding of the topics.

  • @kimlazenby4450
    @kimlazenby4450 Рік тому

    Thanks! That was a great concise and straightforward explanation. Very helpful.

  • @omaropt5443
    @omaropt5443 Рік тому +2

    Honestly,we must support this channel because It gives us important info without baying nothing ..thank sir.

  • @syringan2.015
    @syringan2.015 Рік тому

    Finally can actually understand what VMs is even its only on the surface a good start
    Thanks man 🙌🏻

  • @kenyayopp1653
    @kenyayopp1653 11 місяців тому

    As always, so meticulous in your presentation! Thank you!

  • @robsonfranciscojose9871
    @robsonfranciscojose9871 5 днів тому

    The best IT teaching channel on UA-cam

  • @dootvevo7511
    @dootvevo7511 Рік тому

    Was looking for an explanation of this a few days ago, should have checked your channel. Quality as always! Keep it up, you’re doing the lords work.

  • @Buzzygirl63
    @Buzzygirl63 Рік тому

    This is the best explanation of a "container" that I've run across. Thanks!

  • @TerenceKearns
    @TerenceKearns Рік тому +12

    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.

  • @TerenceKearns
    @TerenceKearns Рік тому

    Hey, what a great video. So clear. Love the graphics and animations - they really help.

  • @user-py7wp6nw9h
    @user-py7wp6nw9h 3 місяці тому

    awesome stuff dude. Been following you for many many years. Keep at it!

  • @jhc4090
    @jhc4090 9 місяців тому +2

    You never dissapoint! Can't ask for a better explanation ❤

  • @CryptoBeanie
    @CryptoBeanie Рік тому +1

    Great video! Your videos got me started on my IT journey!

  • @csabafarago1673
    @csabafarago1673 6 місяців тому +3

    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 7 днів тому

      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.

  • @Celluarexpress
    @Celluarexpress 7 місяців тому +1

    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

  • @nithyakrishna1166
    @nithyakrishna1166 Рік тому +1

    This was so well explained . I finally understand this . Thank you so much!

  • @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

  • @paleraluswinga
    @paleraluswinga 7 місяців тому +1

    I really need an updated full Comptia A+ course from you, you are a great teacher

  • @RoyOlsen
    @RoyOlsen Рік тому +17

    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

  • @himankjain8259
    @himankjain8259 Рік тому +2

    The simplest and best explanation I found for this topic. Thank a lot!

  • @Eddie-uh7tl
    @Eddie-uh7tl 2 місяці тому +1

    @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!

  • @papajohnscookie
    @papajohnscookie Рік тому

    Your videos are great, I love the visual representations of concepts

  • @transformer889
    @transformer889 Рік тому

    This channel is amazing, I was searching for the explanation of the virtual machine and went through many posts on youtube I could not figure out what they are talking about until I found this channel, many thanks

  • @LuisRodriguez-wo6nl
    @LuisRodriguez-wo6nl Рік тому

    This is absolutely by far the best video explanation on these 2 technologies.. for a 9 minute video .

  • @__J_____
    @__J_____ Рік тому

    You hit the nail on the head everytime. Thank you for your videos!

  • @HeavyDriver8214
    @HeavyDriver8214 6 місяців тому

    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.

  • @bazcurtis178
    @bazcurtis178 Рік тому +5

    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 6 місяців тому

      You are also updating the containers underlying Linux distro
      If not, you're gonna have a bad time

  • @wannabedal-adx458
    @wannabedal-adx458 Рік тому +6

    Great video. As always you easily explain difficult concepts. Thanks!

  • @yut576
    @yut576 Рік тому

    Thank you for the graphical and to the point explanation.

  • @chestnutfufu
    @chestnutfufu Рік тому

    the best explanation ever to understand the container! thanks!

  • @argg.x
    @argg.x 11 місяців тому

    i been watching your stuff for years, thanks for all the knowledge

  • @YoursAkki81
    @YoursAkki81 9 місяців тому

    This guy is a legend, I have been following his videos since 10 years. Great work !

  • @avi.chan23
    @avi.chan23 4 місяці тому

    That was an amazing explanation. Thanks a lot for putting in the work to create this animations.

  • @borninthedark7915
    @borninthedark7915 5 місяців тому

    You helped jump start my career in a major way. Thank you. ❤

  • @mukeshbagaria4089
    @mukeshbagaria4089 Рік тому

    Thanku so much..... From last two years i was hearing these two terms but today after watching your video i'm having clearity about these terminologies....Thanku so much

  • @stanpotter7764
    @stanpotter7764 Рік тому +3

    Perfectly explained! Thank you!

  • @BobFrTube
    @BobFrTube Рік тому +4

    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.

  • @WireSniffer
    @WireSniffer Рік тому

    This was the video on Containers I've been waiting for!, many thanks for this PowerCert. 😎👍

  • @angurajdinesh8644
    @angurajdinesh8644 Рік тому +3

    Can you please also make a separate video for nginx and docker elaborately. Thanks for all of you videos, as always you explain difficult concepts easily.

  • @bam6677
    @bam6677 11 днів тому

    Thanks a lot. Well explained. Love your illustrations. Keep it up.

  • @VictorJavierRodriguez-fh9vz
    @VictorJavierRodriguez-fh9vz 10 місяців тому

    I love this video, very clear.
    Thank you so much, such a great job

  • @Anamnesia
    @Anamnesia 4 місяці тому

    Very clear description! Liked. Commented. Subscribed. Shared & Saved... 👍

  • @brandonfarfan1978
    @brandonfarfan1978 Рік тому

    A big thanks for this lesson.
    The animations really help, to make it easy to understand, while you're explaining. Also, thanks to this vid, now I finally know what Docker is.👍😎

  • @jqqq58
    @jqqq58 Рік тому

    Awesome video that clear all my doubts of VM and containers. Thank you so much!

  • @mariasundus516
    @mariasundus516 Рік тому +1

    Honestly you make the greatest videos ever seriously I cannot ever thank you enough ! i wish there are more cyber security as im really interested in starting in that area but I cannot find anywhere such great explanation on the internet

  • @eduardoligeiro2817
    @eduardoligeiro2817 6 місяців тому

    Excellent. Simple and clear about the concepts

  • @nilrocks
    @nilrocks 4 місяці тому

    Absolute old school style and loved it. Thanks for the info.

  • @purplecrayon7281
    @purplecrayon7281 Рік тому +1

    This channel only covers the fundamentals of networking but it's the best at explaining difficult concepts.

  • @superbaggio87
    @superbaggio87 Рік тому +1

    So much details yet so simple and clear explanation, you sir are really a legend.
    Thanks so much for the video and greetings from Italy.
    Happy new year btw

  • @NK-iw6rq
    @NK-iw6rq Рік тому

    Thank you so much ! This video explained so many different things in an easy to understand manner.

  • @creativeworx47
    @creativeworx47 Рік тому +1

    My morning caffeine dose is here as always.
    Thank you very much❤️

  • @aussiegruber86
    @aussiegruber86 2 місяці тому +1

    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.

  • @lioneldeliz7053
    @lioneldeliz7053 9 місяців тому

    Awesome explanation. I LOVE the animation/graphics!

  • @harryburton959
    @harryburton959 Рік тому +1

    Just an excellent explanation with superb graphics. Keep up the good work. Since this is just a timely, important topic consider a session on
    Docker.

  • @MrDeeb00
    @MrDeeb00 6 місяців тому +3

    Confused between
    4:25 where it's said that the container can be distributed and hosted on any computer
    and
    6:22 the first disadvantage which seems to be a contradiction to the previous point
    _Must be packaged to work with the same OS of the server_
    Thank you for the great video! ❤

  • @kayuu8421
    @kayuu8421 7 місяців тому

    Great Video ! For everyone who wants a short thing to memorize about VMs and Containers: VMs simulate Hardware / Containers simulate the Operating System !

  • @leonardog.2491
    @leonardog.2491 Рік тому

    Your return is the biggest honor you can imagine, happy new year Master PowerCert

  • @4196marcos
    @4196marcos Рік тому

    Thank you for all your videos, I got into IT by watching your videos.

  • @kimayapanash8998
    @kimayapanash8998 7 місяців тому

    One of the best channels on youtube
    Brilliant

  • @grandnagus1
    @grandnagus1 Рік тому

    This is the best server and vm explanation!

  • @vaniad555
    @vaniad555 Рік тому

    Thank you for the great materail, I repeat some of the segments over and over until they are glued to my memory, exam coming up and this is very helpful. Hopefuly they will adjust the actual study material at some point.

  • @kpinvestments3768
    @kpinvestments3768 7 місяців тому

    Wow!!! Just amazing. How come I did not come across this video before? The best way to explain differences between VMs and Containers.

  • @YannMetalhead
    @YannMetalhead 8 місяців тому

    Great video! This was the best explanation about the subject I ever saw, thank you!

  • @eechaze12
    @eechaze12 2 місяці тому +2

    Gifted teacher. Many teachers do it for a paycheck