December 11, 2019 By Ram Vennam 5 min read

I’m going to explain why you might want to use a service mesh, how the Istio service mesh works, and some core concepts to help you get started quickly.

In this lightboarding video, I cover the four reasons why you want to use a service mesh, some of the main components, and the three main resources that you need to learn about to get started with and configure Istio.

I hope you enjoy this overview, and make sure to subscribe to the YouTube channel and check out our other lightboarding features!

Learn more

Video Transcript

Istio Service Mesh Explained

Hi, I’m Ram Vennam, I’m from the IBM Cloud team, and today I want to talk to you about why you might want to use a service mesh, how the Istio service mesh works, and some core concepts for you to get started quickly.

Four reasons to use a service mesh

Let’s use this example application. I have a UI microservice talking to two versions of catalog, which talk to inventory.

All of these are services deployed inside of a Kubernetes cluster. 

Secure

The number one reason why someone uses a service mesh is because they want to secure their workload. So they want mutual TLS (mTLS) when one service is talking to another.

Connect

Next, they want to dynamically configure how the services are connected to one another. So, in this example, there’s version 1 and version 2, so I might want to send 90% of the traffic to version 1 and then 10% of the traffic to version 2 while I do testing and incremental rollouts.

I might also want to try adding retry policies and circuit braking to harden my system.

Observe

Three, I want to observe how my application is doing end-to-end; not just if a service is up or down, but see where the bottlenecks are in the system and how traffic is flowing.

Control

And four, I want to control who has access to talk to what. In this example, UI is allowed to talk to catalog, and catalog is allowed to talk to inventory. But, UI is not allowed to talk to inventory directly, and rogue containers cannot talk to inventory service.

You can get more granular than that and say that UI is allowed to make an HTTP Git request and catalog is a lot to make a post request to inventory.

Istio components and benefits 

In the past, we used to have our developers program all of these features directly into their application code. That slowed down the dev cycle, it made these microservices bigger, and just generally made everything less flexible. 

But now there’s a better way, and that’s the service mesh. You keep your application small and business-focused, and instead, you dynamically program the intelligence into the network, and that’s exactly what Istio does.

Envoy proxies 

So when you have Istio installed, first thing you’ll do is it’ll automatically inject proxies next to each one of your containers and these proxies are envoy proxies, and the proxy itself runs in a container next to your application container, but it runs inside the same Kubernetes pod.

Now, when UI wants to talk to the catalog, the proxy will actually intercept that request, apply any policies and then route traffic to the proxy on the other side and then the catalog proxy will receive that request and then forward it down to a catalog.

Istio will configure each one of these proxies with your desired configuration. Istio extends Kubernetes using CRDs, so to apply an Istio configuration, you just write your YAML and then apply it to Kubernetes.

Galley and Pilot

The Istio Galley component will receive that YAML, validate it, and then hand it over to Istio Pilot. 

Pilot will convert that configuration to envoy configuration and distribute it to each one of the proxies.

Policy

If you want the proxies to add additional policies and roles, there is a Policy component. 

Telemetry

And then, these proxies constantly report telemetry information about what’s going on into your system to the Istio Telemetry component.

Citadel

And last but not least there is Citadel.

Citadel is responsible for providing strong identity to each one of the services in your system. It also generates certificates and rolls it out to each one of the proxies so that the proxies can do mutual TLS when they’re talking to one another.

Three important Istio resources

To get started with Istio and to configure Istio, there’s three main resources that you need to learn about.

Gateway

First there’s the Gateway.

Gateway is like a load balancer that sits at the edge of your mesh and accepts incoming and outgoing HTTP and TCP connections.

Virtual service

Next, to direct traffic from Gateway to your services, you create a Virtual Service.

And a Virtual Service can be bound to a Gateway and direct traffic to UI, or it could be bound to a service and then direct traffic to your other services, where you can apply policies like 90% and 10% traffic split rules.

Destination rules

Once traffic is routed, you can apply rules on top of that traffic such as TLS settings or circuit braking and those are done using destination rules.

And those are the three main resources you need to know about Istio.

I’m actually going to put Policy and Telemetry in asterisks because there’s some refactoring that’s going on with these components.

The logic is being moved outside of this control plane and into the proxies themselves to avoid the additional network hop. This translates to improved performance.

Was this article helpful?
YesNo

More from Cloud

IBM Tech Now: April 8, 2024

< 1 min read - ​Welcome IBM Tech Now, our video web series featuring the latest and greatest news and announcements in the world of technology. Make sure you subscribe to our YouTube channel to be notified every time a new IBM Tech Now video is published. IBM Tech Now: Episode 96 On this episode, we're covering the following topics: IBM Cloud Logs A collaboration with IBM watsonx.ai and Anaconda IBM offerings in the G2 Spring Reports Stay plugged in You can check out the…

The advantages and disadvantages of private cloud 

6 min read - The popularity of private cloud is growing, primarily driven by the need for greater data security. Across industries like education, retail and government, organizations are choosing private cloud settings to conduct business use cases involving workloads with sensitive information and to comply with data privacy and compliance needs. In a report from Technavio (link resides outside ibm.com), the private cloud services market size is estimated to grow at a CAGR of 26.71% between 2023 and 2028, and it is forecast to increase by…

Optimize observability with IBM Cloud Logs to help improve infrastructure and app performance

5 min read - There is a dilemma facing infrastructure and app performance—as workloads generate an expanding amount of observability data, it puts increased pressure on collection tool abilities to process it all. The resulting data stress becomes expensive to manage and makes it harder to obtain actionable insights from the data itself, making it harder to have fast, effective, and cost-efficient performance management. A recent IDC study found that 57% of large enterprises are either collecting too much or too little observability data.…

IBM Newsletters

Get our newsletters and topic updates that deliver the latest thought leadership and insights on emerging trends.
Subscribe now More newsletters