IBM employees are so good at teaching... Thank You...
@ericsiggyscott1734 жыл бұрын
And at writing backwards.
@femikolawole53214 жыл бұрын
Couln't be truer. I almost feel like I'm becoming a cloud-guru, simply because of these videos. Kudos to IBM for this.
@Muhammed.Yaseen2 жыл бұрын
@@ericsiggyscott173 They just mirror the video lol
@jamesgenius16732 жыл бұрын
@@ericsiggyscott173 😂😂😂😂
@kathirsoftarts9073 Жыл бұрын
IBM is best at solutions
@balanara15 жыл бұрын
This is a fantastic capsule of knowledge on the essence of service orchestration. A term that is widely used, but not understood by any. I recommend to anyone who is keen on getting the big picture right. Thanks Sai
@IBMTechnology5 жыл бұрын
Glad to hear it, Bala. We appreciate you watching our videos.
@adamzachary69474 жыл бұрын
Man! I've always hated containers, but this video motivated me to learn more about containerization. Simple, straight to the point,,,,, 10 points :)
@IBMTechnology4 жыл бұрын
We love to hear that, Adam!
@devmenezes Жыл бұрын
This is one of the best tech channels on KZbin. Congratulations 🎉
@manas1422 жыл бұрын
Sai , you have a subtle tone in voice that settles gently on the ears and diffuses in like the smoke cloud from the incense sticks our moms use. The board is an excellent choice.
@ReflectionOcean2 жыл бұрын
The things that container orchestration will do: 1. Deployment 2. Scaling: schedule containers to the right worker node for the best resources utilization 3. Networking: create load balancers for external and internal services communication 4. Operations and Insight: automatically bring up instances of a services in failure; provide integration points for service mesh and logging
@emc3000 Жыл бұрын
The timestamp synched links to the relevant videos in the corner is just *chefs kiss*
@kirankumar31 Жыл бұрын
Great explanation. The more i see your videos the more curious i am getting. Continue your great work.
@NaqeebAl3 жыл бұрын
Never thought I'd have Venom explaining cloud concepts to me.
@AthenkosiCetyana4 ай бұрын
Incredible illustration! Cemented my understanding of the subject.
@lgeorgemj3 жыл бұрын
At 1:43 minutes, you say that these containers have key things like apps, OS and dependencies. But, in a previous video you said that containers do not contain OS. So, what is the reason behind mentioning OS here?
@kanusahai71062 жыл бұрын
I have the same question
@thomaslewis31702 жыл бұрын
To help anyone who sees this comment: Containers themselves do not contain an OS.. but what a container does is create a new interface/bridge between the processes inside of the container and the host/baremetal OS. For example, say I make a system call in my program to see what files are in the local running directory of the program. This is done by calling an OS function that does interaction with the kernel. What containers do (which is why it is called virtualization), is it asks the host kernel to create an interface that "lies" to the running process about what it is seeing as its local environment (a "virtual" environment one could say). So when the process asks the kernel through system call what the heck is going on, the kernel gives it a virtual likeness of what is going on. This allows the OS to impersonate different file structures/networking/compute resources different from its actual setup (though not different kernels). Because of this, we can target a specific version of an OS and guarantee our application's local environment by virtualizing it with a container, and gives us an easy way to describe and share our target environment. Containers are not "virtual OSes", they are more aptly described as "virtualization of the OS environment for a group of one or more processes".
@tolaekundayo5 жыл бұрын
Excellent illustration. Simple and well detailed to understand.
@NamLe-wl1fq4 жыл бұрын
Very clear and straight forward. Great whiteboard presenter. IBMer.
@IBMTechnology4 жыл бұрын
Thanks for watching!
@litaninja2 жыл бұрын
This is as concise as it gets!
@sureshkavuri64845 жыл бұрын
Great Sai.Well explained, waiting for more videos on Kubernetes.
@pranavbhat923 жыл бұрын
It made so much sense! Thank you IBM!
@aghahasaan4 жыл бұрын
Thank You IBM for everything.. from my first PC Aptiva to this tutorial present day. :)
@raks1pink3 жыл бұрын
You explain it very nicely
@chakkimisrael986 Жыл бұрын
The part that intrigued me the most about this lesson was his insane skills to write backwards 😂
@IBMTechnology Жыл бұрын
See ibm.biz/write-backwards
@ChadTowerАй бұрын
@@IBMTechnology that is really cool.
@rohantammewar63374 жыл бұрын
A very clean and on point explanation.
@kathirsoftarts9073 Жыл бұрын
IBM is true IT services solutions provider
@SalesforceUSA Жыл бұрын
I like this video. A very good ABCD guy. Container Orchestration
@marioj.esparzap.54346 ай бұрын
This was very helpful, thank you!
@kathirsoftarts9073 Жыл бұрын
Superb explanation about orchestration.
@MarimuthuUdayakumar5 жыл бұрын
Really good explanation. Thanks.
@eduardogomesbeserra74244 жыл бұрын
Great explanation with frindly diagrams.
@luckyslevin26908 ай бұрын
Amazing explanation. Thank you
@CloudVirtualizationEnthusiast3 жыл бұрын
Nice one! Quite helpful! :)
@ShravanSuryanarayana3 жыл бұрын
Did anyone notice that he was writing backwards mirrored? This is how some folks used to write status on glass on a warship... amazing talent... oh and btw great explanation too
@abdsarari78923 жыл бұрын
Thank you IBM for this video (:
@digitnomad Жыл бұрын
@7:55 FE will never access DBService directly for safety , but, good draw and thanks for sharing
@absoluteanagha3 жыл бұрын
Thank you for making this fabulous video
@sreenivasamadenahall4 жыл бұрын
Greatly explained, to the point, thank you! I would suggest to put load balancing (instead of putting it under network), availability with self healing. I would say that Containers is something that all developers and ops engineers need to learn as the essential component in building and running cloud native applications. It also brings next level/generation of virtualisation in a platform and language independent way.
@andregieniec11604 жыл бұрын
Great stuff. Are you really writing backwards so well?
@MinecrafterKost3 жыл бұрын
You can write stuff normally and then mirror the video)
@lanceareadbhar3 жыл бұрын
@@MinecrafterKost No reason to ruin the illusion. :)
@hallandeli5 жыл бұрын
Great video!
@leminhdung19814 жыл бұрын
Very comprehensive! Thank you very much!
@SimurghAcademy5 жыл бұрын
you mentioned prometheus, can you create a tutorial about kubernetes and prometheus
@IBMTechnology5 жыл бұрын
We will take a look at that. --Sai
@kurianbenoy93695 жыл бұрын
Amazing video Sai
@csanvi Жыл бұрын
Hi Sai, excellent representation. Could you please comment on, how much indepth knowledge of Containers/ orchestration/ K8s is required from a Project manager's PoV? I dont have any hands on.
@abhijitsarkar4822 жыл бұрын
Thank you for the great video. It gives a great explanation of the concepts
@justdoit1042 жыл бұрын
to the point . well explained . thank you
@conradlax20186 ай бұрын
Question: what tools did you use to create this transparent overlay effect?
@akalewoldwoldie33214 жыл бұрын
Great explanation with ilustration. i thank you.
@sambenny19164 жыл бұрын
Intresting. Is there a video on how to do capacity planning?
@KerberosRS4 жыл бұрын
impressive explanation!!!
@kalyanb20024 жыл бұрын
Amazing and simplified way of explanation . Thanks a lot Sai. This video adds to my knowledge.
@IBMTechnology4 жыл бұрын
Thank you, Nagakalyan!
@kalyanb20024 жыл бұрын
@@IBMTechnology at 5:50 , I have heard Sai stating that as part of netweorking orchestration helps achieve singular point of access to the services (based on the video). Does it mean , the orchestration platform spinf a load balancer/would it be a single IP to all the simlilar services (example front end, back end , data base services).
@ph_lips60039 ай бұрын
Do you have a book recommendation for working with this subject matter scientifically?
@chandankumarmishra3364 жыл бұрын
lucid explanation....thanks a ton
@keviin0773 жыл бұрын
Very well explained. Thank you so much
@alejandropereira3 жыл бұрын
Very well explained. It was like eating strawberries. Thanks!
@dominic24462 жыл бұрын
0:34 why isnt database access layer part of backend?
@helenafernandez90543 жыл бұрын
Excellent. Thank you!
@IBMTechnology3 жыл бұрын
You're welcome! 👍
@vovaljain43415 жыл бұрын
great teaching..
@debasish23322 жыл бұрын
Good for beginners
@fanofyoubulb3 жыл бұрын
Great videos, thanks... I have question, how does it manage multiple DB replicas ? Will the Write operation performed to all the DB replica's ? Blocking reads during it ?...
@kevinzhang95913 жыл бұрын
Writes would be typically done directly to primary DB. at set intervals, there would be a delay in DB syncing primary to replica, this way read from replica is always available. During the synch, the replica would be locked. Kubernetes [container orchestration] is capable of setting up primary and multiple replicas, you just have to define in the YAML file.
@zenobikraweznick4 жыл бұрын
Brilliant !
@ryanprasad53045 жыл бұрын
Great Video. We'll explained.
@IBMTechnology5 жыл бұрын
Thank you Ryan!
@BibbySG4 жыл бұрын
awesome video
@elmehdisaniss27313 жыл бұрын
َAre those Nodes VMs ? Which means we have 4 VMs here (3 Worker Nodes and 1 Master Node) ?
@ukaszkiepas578 ай бұрын
thank you! :)
@jamshaidali31932 жыл бұрын
just for the feedback, sir! your accent sounds good for listening purposes but for understanding, it is quite hard.
@ramakris4 жыл бұрын
Hey Sai..Nice videos
@archboldvictorkatsande46594 жыл бұрын
straight forward thank you
@pankajsinghv5 жыл бұрын
Simply great
@dennisn48714 ай бұрын
I like it 👍
@neildutoit51774 жыл бұрын
Wait so Kubernetes has to run on it's own server? Won't that increase your costs by, in this case, 33% if you now need a whole new vm?
@neildutoit51774 жыл бұрын
And you want 3 backend services? Is any of this relevant for a typical startup that can manage just fine with one server?
@bijukumar55552 жыл бұрын
Nice
@empty8537empty2 жыл бұрын
Can you call front end as a microservice?!
@i_am_dumb1070 Жыл бұрын
Although your explanation was good I still found it difficult to understand this topic
@MrVirkMedia2 жыл бұрын
✅✅
@bptristianto2 жыл бұрын
How to get a job at IBM: Step 1 - Learn to write backward
@daveholland44754 жыл бұрын
Developers may see a "singular view of the world," as you say, but that is a good thing. Keep in mind that without applications (and developers), users have no reason to use an "orchestration" system in the first place. Without customers using APPLICATIONS, you don't have a business.
@brijesh08083 жыл бұрын
but at least explain what is orchesteration
@bharathmshetty4 жыл бұрын
Venommmmm!!!!
@regul4rjohn5 жыл бұрын
He writes backwards.
@IBMTechnology5 жыл бұрын
Hi Mauro...many people think I do, but here's an explanation of how we make these videos. these videos here: ibm.co/2SA1vGd Thanks for checking us out, San
@lcastropg5 жыл бұрын
I thought the same thing... nice. Thanks IBM to clarify our question.. :)