Looking to upgrade my audio setup with a Blue Yeti USB microphone! If you'd like to support the channel, you can buy me a coffee here: ko-fi.com/thecodinggopher.
@debbie8062Күн бұрын
another great video on Kubernetes!! this really is the only video i needed to understand containers 🤯
@TheCodingGopherКүн бұрын
🚀!
@gabrielcanaple347911 сағат бұрын
incredible video man, although i've been on the development side, i was curious about the deployment and orchestration magic and you made it really clear ! thanks man
@TheCodingGopher11 сағат бұрын
It's my pleasure, thank you for tuning in
@AdrenalineAkash13Күн бұрын
Clean Concise and to the point. A great way to begin with #Docker
@TheCodingGopherКүн бұрын
Appreciate the comment
@BrunoBernard-kn6vt17 сағат бұрын
Amazing! Can you talk about Docker Swarm / Docker Stack?
@TheCodingGopher14 сағат бұрын
Yes, added to my ideas list!
@Ryan11lv42612 сағат бұрын
I think a few examples of better comparisons would be: - docker swarm vs kubernetes since those are both orchestration platforms - docker engine vs podman since they handle the lifetime of their containers differently - lxc vs docker since there is large differences in how containerd and lxd interact with the os/kernel/containers Hopefully not too critical your mic was fine and you pulled good diagrams in, but my opinion is it's a long video to say docker is a runtime package used in industry mainly for building images (it does have an engine to run containers on a single machine). While kubernetes is an orchestration platform for managing running containers across multiple nodes/machines.
@TheCodingGopher12 сағат бұрын
This is a common challenge I often face. The audience for this video is quite diverse in terms of skill levels / YOE. This video serves as a basic introduction to Docker and Kubernetes concepts, aimed at developers who are newer to these topics and looking for a soft introduction. At the end, I clarify that Docker and Kubernetes are not an either/or choice; they’re complementary and can work together in a hybrid approach. That said, you make valid points about better comparisons. I’ll take note of them and consider creating a follow-up video focused on Docker Swarm vs. Kubernetes, and I'll incorporate the other comparisons as well. Cheers.