Anshul - I wanted to thank you for again a fantastic way of explaining concepts through simple relatable examples with no jargons. Having said that as some one in IT related field (as a non developer) I have always had problem when you say Application, its dependencies, run time etc. As you have called out your series as IT Ke Fundae, it will be really helpful to take a simple application (pseudo code say in Python/Java) using some library ,explain binaries, run times etc. Much like the Aquarium example, if the next level detail of what is packaged in a container. That will be really useful. I am not sure every one feels that way. Also the issues in large companies where in various environments are not having the same dependency is a real issue. So another one showing how that code will be taken through lower environments and then production deployment will help.
Thanks Anand for feedback and suggestion, I have made some practical videos on containers on GCP will try to do something based on requests for the same
Excellent way of explanation easy to understand the things in a simple way and the way to align thing with some examples make much simpler to understand thanks for you efforts..
Hi IT k funde, very informative video. You may haven't received much response to your videos from people but request you, don't stop sharing your knowledge to learners like us. Keep creating such useful videos. Thanks!
thanks Ishank even if 1 person gets help from these videos Its enough this is a personal initiative and supporters like you keep me pushing. thanks again !
Hi sir, It's been a week I have started watching your videos and all my doubts are cleared so well, also you have explained everything so good that it has been stuck in my head now. Thank u so much sir keep growing
Sir, I like your channel very much. I have gained some knowledge as well. Your explanation is very very good i.e. person with very less experience also can understand the concepts. Most important thing is you are sharing your knowledge to the public for free of cost. Keep Going sir. Surely God will bless you sir.
In VM example you've mentioned type-2 hypervisor, which are not that common to run enterprise workloads, but type-1/bare metal hypervisor scenario, guest os can directly access H/W, no host os involved,
Hello Friends, One doubt - If the dev image is pushed as it is to the docker hub then is it used as it is in production? How the dev DB connection string is changed to prod DB connection string? and where it is done? thanks!
I have 2 questions.. 1. docker container anyways need OS right? in the video example it is ubuntu.. 2. How many containers we can create in a machine? is it dependent on number processors?
Hi IT k Funde thankyou so much for making these videos. I have one question though Q. I have an application built on unix os My QA owns a windows machine with Docker installed on that windows machine. Now will this application which was built on unix os run on windows os. Since you mentioned containers use the host os to run the containers but i need unix os to run app and host os is windows. How will this work? TIA
There is a docker image to run light weight linux on top of windows. The QA will download this and import your own YAML or you like the app directory to the container. its been a while i tried this but this is how you should approach it
Whats unique about ur videos are ur example. The example of Fish is something which really makes it different. Great job once again! Thank You.
Thanks once again Uday🙏
The way you explain and the examples are amazing ... even a non IT background can understand it
Thanks Anjali that is my mission making IT interesting for everyone 🙏☺️
Super great glass for beginners trying to understand containers
You are so humble and kind. God bless you.
Thanks Gowthami 🙏🙏
Best video so far on containers and docker
Awesome explanation thanks!
Thanks for a nice short video explaining containers.
Thank you for the EXCELLENT tutorial. Keep it coming..
Anshul - I wanted to thank you for again a fantastic way of explaining concepts through simple relatable examples with no jargons. Having said that as some one in IT related field (as a non developer) I have always had problem when you say Application, its dependencies, run time etc. As you have called out your series as IT Ke Fundae, it will be really helpful to take a simple application (pseudo code say in Python/Java) using some library ,explain binaries, run times etc. Much like the Aquarium example, if the next level detail of what is packaged in a container. That will be really useful. I am not sure every one feels that way. Also the issues in large companies where in various environments are not having the same dependency is a real issue. So another one showing how that code will be taken through lower environments and then production deployment will help.
Thanks Anand for feedback and suggestion, I have made some practical videos on containers on GCP will try to do something based on requests for the same
very good aquarium example for container👍
thanks Bharathi
many thanks for easy explain, it seems now easier to understand that before.
Thanks a lot
I like your real time exaple comparing container to a fish acquariurm , now i am able to corelate easily
at last at last at last i understood containters... thank you soo much
thanks a lot
Excellent way of explanation easy to understand the things in a simple way and the way to align thing with some examples make much simpler to understand thanks for you efforts..
Explanation is great
Aquarium example was very realistic and simplest. Thousands Thanks Anshul.
Good fish analogy.
Awesome !
Very informative, clarified many of doubts. Thanks.
Thanks Swapna
Very easy to understand the concepts and great teaching quality. Thank you.
Thanks Prakash
Thank you very much for this explanation. Well understood!
Much appreciated for your explanation.
Hi IT k funde, very informative video. You may haven't received much response to your videos from people but request you, don't stop sharing your knowledge to learners like us. Keep creating such useful videos. Thanks!
thanks Ishank even if 1 person gets help from these videos Its enough this is a personal initiative and supporters like you keep me pushing. thanks again !
Correct
excellent explanation ❤
really easy to understand!
You are amazing! The way you simplify complex subject. Thank you I learned a lot from
Your vedeo
Thanks bro ♥️
You explained the concepts so well.
Thanks Rekha
Thank you so much...you explained very well.
Thank you
Thank you for the explanation in simple terms! I really appreciated it.
Thanks Priya 🙏☺️
Very good explanations.
Thanks a lot for your continued support
Very nice video and The examples you are giving are the perfect makings for the scenario
Thanks Musthafa :)
Simple and comprehensive , great video for non technical people in IT to understand the concepts in efficient manner , keep it up !
Hi sir,
It's been a week I have started watching your videos and all my doubts are cleared so well, also you have explained everything so good that it has been stuck in my head now.
Thank u so much sir keep growing
Thank u Disha 🙏🙏☺️
I like the aquarium example 👍
Neat and clean explanation.. cheers man
Thanks Nevil
Keep on using the easy understanding examples, these examples make your channel unique :)
thanks Samira for your kind words and suggestion
Clearly explained the concepts. Liked the easy to understand examples. Keep up the good work.👏
Sir, I like your channel very much. I have gained some knowledge as well. Your explanation is very very good i.e. person with very less experience also can understand the concepts. Most important thing is you are sharing your knowledge to the public for free of cost. Keep Going sir. Surely God will bless you sir.
Thanks Sujay for support 🙏☺️
@@ITkFunde do u have practical videos of these ?
Please check google cloud playlist where I have few demos
👌👌👌
Great video
Thanks Aman
Great explanation
Please arrange these videos in a series, btw I binge watched today.. thanks!
Thanks Ritika ☺️
very nice
Very nicely explained ! You are doing a great job. Keep up the good work.
Super bro. If you have real knowledge then explanation becomes simple like this
THANKS🥰🥰
This channel is simply awesome in explaining complex subject in easy digestible examples 👏👏
Its very very simple to understand every topics you have taught us. Could you please make a videos series for docker end to end?
Thanks Brother for ypur support and suggestion
In VM example you've mentioned type-2 hypervisor, which are not that common to run enterprise workloads, but type-1/bare metal hypervisor scenario, guest os can directly access H/W, no host os involved,
Super
Pls show once clear pic of your display board so we get full picture :)
Om gam ganapathaye namaha..
Ez nagyon jó!
hi sir really very great explaination and nice video, thank you. please i request you to do how it will be in cloud like in AWS(containeraisation)
Superb explanation and your examples will be Awesome..please upload recordings on Ansible
Thanks Gurram
Please make more videos .
Sure
Videos are really helpful. Could you please make a video on self-signed certificates for k8s application?
Hello Friends,
One doubt - If the dev image is pushed as it is to the docker hub then is it used as it is in production?
How the dev DB connection string is changed to prod DB connection string? and where it is done?
thanks!
👌👌👍👍
I should take this opportunity to thank god and specially this unknown GURU _/\_
Thanks Copper for your wishes it means a lot to me ,🙏☺️🙌
I have 2 questions..
1. docker container anyways need OS right? in the video example it is ubuntu..
2. How many containers we can create in a machine? is it dependent on number processors?
Boss, video content is good. But low sound.
could have been much better as i have seen other videos
thanks for the feedback i will try to improve
Hi IT k Funde thankyou so much for making these videos. I have one question though
Q. I have an application built on unix os
My QA owns a windows machine with Docker installed on that windows machine.
Now will this application which was built on unix os run on windows os.
Since you mentioned containers use the host os to run the containers but i need unix os to run app and host os is windows.
How will this work?
TIA
There is a docker image to run light weight linux on top of windows. The QA will download this and import your own YAML or you like the app directory to the container. its been a while i tried this but this is how you should approach it
Imagine creating a docker container for a hello world application
Bro just improve the mic voice modulation is fluctuating in between. Hope u take this as a feedback
yes bhai thr was no mike in this video managed without a mike but will surely improve thanks feedback zaruri h :)
PLEASE USE ENGLISH IN YOUR VIDEOS..WE REALLY APPRECIATE. THANJ YOU.👍🇵🇭
Thanks sure
Rip audio
Voice is.not audible
Voice sound quality very poor.
Please go little slower
Thanks Satish
Thanks
Thank you