Instead of making my head explode like most explanations, this really helped me organize the complexity and start thinking about how to present it myself. Very helpful!
such a wonderful illustration of Istio ( SERVICE MESH ) in a very simple nutshell. I loved it. my appreciated and gratitude to the Author for putting this together. Thanks again !!. Mat.
I went from trying to understand cloud run, to knative to this video (istio). When trying to understand what's under the hood of some cloud services, I cannot tell you how valuable and time saving videos like these are. Great explanation!
So sick of videos trying to SELL Istio. I need to understand how it works. And you did a GREAT job here. I still have some questions that I'll need to look elsewhere for but this is a great start.
A simple yet clear, comprehensive, to the point, very well illustrated lecture - impressed - keep it up - please, I actually learnt exactly what I wanted to, its hard to find information of tons of technologies and the biggest challenge trying to find videos like this, glad I reach here
Nice explanation! Thank you. What confused my ears however, was when you went left and the sound started coming from the right side. I guess you flipped the video but not the sound direction 😄
Hi Vivek! You can access our course on Cognitiveclass 👉 ibm.co/2Um2bnq - Beyond the Basics: Istio and IBM Cloud Kubernetes Service (free) You must have an IBM Cloud account to complete this course. And going further 👉 ibm.co/2UYeV3R - Getting started with Microservices with Istio and IBM Cloud Kubernetes Service. You must have a Pay-As-You-Go or Subscription IBM Cloud account so that you can create a free cluster for this course. Hope this helps with your learning journey! 🚀
can these spawn across multiple clusters ? as in one service talk to other service in other cluster , and how will these help in having rolling updates across clusters
Yes, multi-cluster Istio is a growing and documented pattern. Istio doesn’t help with updates of applications themselves, you’ll need to setup automation to do this.
Hi Edgar! Actually, we don't write backwards. Here is a blog post we wrote that explains how we do it, with a photo. ibm.co/2LTPMjo Thanks for watching, Ram
why use istio again ? I thought I did all that by just using Kubernetes...so for example, put the services that need to talk to each other on same pod and talk on localhost ? so no one knows they exist except the service that uses it.. Secure the workload?..hey use the ssl ..same as before...install it on ingress.. But I will read more ..may be there something in there..
Definitely one of the best explanations I've seen about Istio. Extremely simple and concise, no messing around.
right, I was able to correlate these to Azure/AWS NSG rules
but incase of Azure/AWS it is simply
here config etc is all our job
I agree with you.
Best explication about Istio on the internet.
+ 100
Now this would be an example how videos can explain the concepts better/faster than text. Best explanation of ISTIO concept! Thanks!
Thank you for watching, Srinivas, glad you liked it!
Instead of making my head explode like most explanations, this really helped me organize the complexity and start thinking about how to present it myself. Very helpful!
such a wonderful illustration of Istio ( SERVICE MESH ) in a very simple nutshell. I loved it. my appreciated and gratitude to the Author for putting this together. Thanks again !!. Mat.
I went from trying to understand cloud run, to knative to this video (istio). When trying to understand what's under the hood of some cloud services, I cannot tell you how valuable and time saving videos like these are. Great explanation!
Definitely one of the best explanations I've seen about Istio.
by far the best high level explanation of what is service mesh in youtube
So sick of videos trying to SELL Istio. I need to understand how it works. And you did a GREAT job here. I still have some questions that I'll need to look elsewhere for but this is a great start.
Nicely explained the overview of istio in 5 mins. Thanks!
Vennams dominating IBM cloud........ Super
Excellent overview. I’m interested seeing a video that contrasts how OpenShift integrates Istio with the Service Mesh integration
Simple and Clear. It gave me a very good understanding of Istio. Thanks a lot!
This is great. What is the most impressive is that he is writing backwards.
Fantastic presentation of the bird's eye view of the concept.
And the best part if you did it 5 mins which is so important - thanks again for your great help
This is an excellent explanation of Istio Service Mesh!
The Best video on Istio. Thank u!
Thank you for excellent illustration of Istio Service Mesh in the nutshell. appreciated !!. Mat.
This is definitely the explanation that have been looking for. Thanks a lot for this.
I'm always amazed by how they write in reverse on these glass boards. Are they using a mirror to make it appear they are writing backward?
A simple yet clear, comprehensive, to the point, very well illustrated lecture - impressed - keep it up - please, I actually learnt exactly what I wanted to, its hard to find information of tons of technologies and the biggest challenge trying to find videos like this, glad I reach here
are you Sai Vennam's bro?!!!! Excellent session
Excellent explanation of ISTIO.
very nice material, well prepared and well presented - kudos to the author and presenter !!
Just curious. Sai Vennam's brother? Nice video explanation.
Very good high level visualization of istio service mesh to understand the high level picture
Thank you!
Finally ISTIO makes sense :D
the presenter is genius!!
only explanation that made true sense
Best 5 minute intro yet
Very simple and clear explanation
Short but neat explanation.
I had to watch twice, the 1st time I was trying to figure out how he was able to write backwards :D
Nice explanation! Thank you.
What confused my ears however, was when you went left and the sound started coming from the right side. I guess you flipped the video but not the sound direction 😄
great video, you have talent to teach
Preciso, felicitaciones!!!
Thanks for this great explanation
Excellent overview.
Please made more videos on Istio
if anyone knows please...does istio uses workload to register/deploy application?
Aye yo this guy Sai Vennam's brother lol?
Great demonstration...can istio (network) policies replace k8s network policies? Better yet, can istio replace any k8s components at all? Thank you
Great presentation!
watched 3 hours of video - still confused ------- watched 5 mins of this video, now i get it :)
Excellent !
was he writing in reverse or is there some video editing magic being done ?
Interesting!
Brilliant Explanation !!!! appreciate the share !!
Excellent overview thanks for this.
No problem, Ben!
very clear and made it to be looked simple.
Thank you!
thanks, great explanation
Could you please upload a video on NGINX vs Istio. Thank you
Thank you so much. A fantastic explanation
Great video
Excellent video. Can you give me pointer to use ISTIO in Virtual Machine as well?
Very nice explanation
How can I get complete video or course on istio
Hi Vivek!
You can access our course on Cognitiveclass 👉 ibm.co/2Um2bnq - Beyond the Basics: Istio and IBM Cloud Kubernetes Service (free)
You must have an IBM Cloud account to complete this course.
And going further 👉 ibm.co/2UYeV3R - Getting started with Microservices with Istio and IBM Cloud Kubernetes Service.
You must have a Pay-As-You-Go or Subscription IBM Cloud account so that you can create a free cluster for this course.
Hope this helps with your learning journey! 🚀
Brilliant overview!
Nice demo about istio. But how are you writing it in reverse order
Hi Naveen,
Actually, we aren't! Here is a post that explains how we do it, with a photo: ibm.co/2LTPMjo
You mentioned Istio has a load balancer. If Ingress is already used as a load balancer with Kubernetes, wouldn't Istio's load balancer be an overhead?
It’s an alternative to the standard ingress (generally traefik/nginx)
very good explanation, thanks
excellent leaning
can these spawn across multiple clusters ? as in one service talk to other service in other cluster , and how will these help in having rolling updates across clusters
Yes, multi-cluster Istio is a growing and documented pattern. Istio doesn’t help with updates of applications themselves, you’ll need to setup automation to do this.
Great explanation, thanks!!
Simple and effective info with well explained
Thank you, Sundara!
Thanku you so much and very nice
very nicely explained
Minor comment. Maybe elaborate on what CRD means or just breakdown the acronym
Custom resources in kubernets
great video, great instructor!
Very well explained....
Great Explanation
simple and easy...
can you explain each component of istio framework bit more
How do you write backwards?????? :O
Hi Edgar! Actually, we don't write backwards. Here is a blog post we wrote that explains how we do it, with a photo. ibm.co/2LTPMjo Thanks for watching, Ram
Hello Edgar: Well actually we don't write backward. Here is a blog post we wrote that explains how we do it, with a photo. ibm.co/2LTPMjo Best, Sai
@@IBMTechnology Thanks for answering this!
@@IBMTechnology Ram and Sai taking rivalry to a different level
looking for more videos on Calico , K8 networking , security policies deplyoment
Thanks so much for this tutorial.
Beautiful!
Ram and Sai are twins?
why use istio again ? I thought I did all that by just using Kubernetes...so for example, put the services that need to talk to each other on same pod and talk on localhost ?
so no one knows they exist except the service that uses it..
Secure the workload?..hey use the ssl ..same as before...install it on ingress..
But I will read more ..may be there something in there..
are you Sai's brother?
I just realized that for everyone of these videos the presenters would have to write everything backwards...
I think the video itself is flipped horizontally
😂😂 yeah he has amazing backwards handwriting
Thank you
impressive
perfect , thank you
Thanks....
Is hits guy Sai's brother?
Damn, you can be in a big corporation, but cultural roots never change ;)
They bring in brother, cousin, uncle, etc.
Yes, that's Sai's brother. They're twins.
Was perfect. Then got lost from the gateway part
This Indian guy is cool
👍
if i watch it on 144p , i won't even notice that you are not your brother Sai
Forget Istio.. How does my man write backwards???
Search on "lightboard videos".
please try to explain in a more convinient and easy way
Thanks for your feedback, Arshiya!
my favor
"Istio is super simple"
Proceeds to explain 20 different things you need to know about and configure. Jesus christ.
Great explanation! Thank you for sharing.
Very well explained
Thanks so much for this video tutorial.