Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Empower Your Microservices with Istio Service M...
Search
Hossam Barakat
June 14, 2019
Technology
0
83
Empower Your Microservices with Istio Service Mesh - NDC Oslo 2019
Hossam Barakat
June 14, 2019
Tweet
Share
More Decks by Hossam Barakat
See All by Hossam Barakat
Build Your Cloud Infrastructure as Code With .Net Core - Build Stuff
hossambarakat
0
70
Kubernetes Blue-Green Deployment Made Easy with Argo Rollouts - ADDO
hossambarakat
0
120
Build Your Azure Infrastructure as Code With .NET Core - Azure Day
hossambarakat
0
37
Build Your Azure Infrastructure as Code With .Net Core - Global Azure 2021
hossambarakat
0
55
Practical Domain-Driven Design with EF Core - NDC London 2021
hossambarakat
0
250
Build Your Cloud Infrastructure as Code With .Net Core - ADDO 2020
hossambarakat
0
140
Practical Domain Driven Design With EFCore - NDC Sydney 2020
hossambarakat
0
130
Build Your Cloud Infrastructure as Code With .Net Core - NDC Porto 2020
hossambarakat
2
150
Kubernetes for Developers - All Day DevOps
hossambarakat
2
180
Other Decks in Technology
See All in Technology
デザインとエンジニアリングの架け橋を目指す OPTiMのデザインシステム「nucleus」の軌跡と広げ方
optim
0
100
20251027_マルチエージェントとは
almondo_event
0
120
事業開発におけるDify活用事例
kentarofujii
5
1.4k
まだ間に合う! 2025年のhono/ssg事情
watany
3
620
物体検出モデルでシイタケの収穫時期を自動判定してみた。 #devio2025
lamaglama39
0
280
From Natural Language to K8s Operations: The MCP Architecture and Practice of kubectl-ai
appleboy
0
170
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
170
Zephyr(RTOS)にEdge AIを組み込んでみた話
iotengineer22
1
310
Observability for the system understanding and curious by developers
maruloop
1
500
ソースを読むプロセスの例
sat
PRO
15
9.9k
Okta Identity Governanceで実現する最小権限の原則 / Implementing the Principle of Least Privilege with Okta Identity Governance
tatsumin39
0
170
[2025年10月版] Databricks Data + AI Boot Camp
databricksjapan
1
250
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
514
110k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
610
A better future with KSS
kneath
239
18k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Unsuck your backbone
ammeep
671
58k
RailsConf 2023
tenderlove
30
1.3k
Practical Orchestrator
shlominoach
190
11k
Six Lessons from altMBA
skipperchong
29
4k
Faster Mobile Websites
deanohume
310
31k
Transcript
Empower Your Microservices with Istio Service Mesh Hossam Barakat Lead
Consultant at Readify @hossambarakat_ | www.hossambarakat.net
@hossambarakat_ • Intro to Istio Service Mesh • Istio Architecture
• Traffic Routing • Reliability • Observability Agenda
@hossambarakat_ Monolith Service Service Service Service
@hossambarakat_ Monolith Container Engine Container Container Container Container Orchestration Engine
@hossambarakat_ Distributed Services Same Host Service A Service B Host
A Service A Host B Service B Network
@hossambarakat_
@hossambarakat_ • The network is reliable. • Latency is zero.
• Bandwidth is infinite. • The network is secure. • Topology doesn't change. • There is one administrator. • Transport cost is zero. • The network is homogeneous. Fallacies of distributed computing
@hossambarakat_ We can achieve that using application frameworks
@hossambarakat_ Using Application Level Frameworks Host A Service A Host
B Service B Network Service Discovery Retry Policies Service Discovery Retry Policies
@hossambarakat_ Let’s write this new service in Elixir!
None
@hossambarakat_ Host A Sidecar Proxy Sidecar Proxy Service A Host
B Service B Service Discovery Retry Policies Sidecar Proxy Service Discovery Retry Policies Network
@hossambarakat_ Enter Service Mesh
@hossambarakat_ Service Mesh Data Plane
@hossambarakat_ Service Mesh Control Plane Control Plane
@hossambarakat_ Istio
@hossambarakat_ Istio Architecture Service A Service B
@hossambarakat_ Istio Architecture Service A Proxy Service B Pilot Proxy
Mixer Citadel
@hossambarakat_ Istio Architecture Service A Proxy Service B Pilot Proxy
Mixer Citadel Control Plane
@hossambarakat_ Kubernetes
@hossambarakat_ Pods Pod
@hossambarakat_ Sidecar Pod
@hossambarakat_ Service 10.0.0.2 Pod B 10.0.0.3 Pod C IP: 10.0.0.30
DNS: myservice Service 10.0.0.1 Pod A
@hossambarakat_ Espresso Shop
@hossambarakat_ Espresso Shop
@hossambarakat_ Espresso Shop
@hossambarakat_ Espresso Shop Services Web Product Catalog Reviews
@hossambarakat_ Espresso Shop on Istio Web Product Catalog Reviews V1
Proxy Proxy Proxy Reviews V2 Proxy X
@hossambarakat_
@hossambarakat_ Traffic Routing
@hossambarakat_ • Envoy Proxy • Pilot Traffic Routing
@hossambarakat_ • Envoy is an open source edge and service
proxy, designed for cloud-native applications Envoy Proxy
@hossambarakat_ Pilot
@hossambarakat_ Request Routing Configuration Sidecar DestinationRule VirtualService Gateway ServiceEntry
@hossambarakat_ Routing Configurations Web Virtual Service Destination Rule Reviews V1
Reviews V2
@hossambarakat_
@hossambarakat_ Canary Deployment Web Proxy Reviews V1 Proxy Reviews V2
Proxy
@hossambarakat_
@hossambarakat_ User Role Based Routing Web Proxy Reviews V1 Proxy
Reviews V2 Proxy
@hossambarakat_
@hossambarakat_ Reliability
@hossambarakat_ • Timeout • Retry • Fault Injection • Circuit
breakers Reliability
@hossambarakat_ Timeout Web Proxy Reviews V1 Proxy
@hossambarakat_
@hossambarakat_ Fault Injection Web Proxy Reviews V1 Proxy
@hossambarakat_
@hossambarakat_ Circuit Breaker
@hossambarakat_ Observability
@hossambarakat_ • Distributed Tracing • Metrics • Success rates •
Request volumes • Request duration • Latency Observability
@hossambarakat_ Mixer
@hossambarakat_ Mixer Adapters https://istio.io/docs/reference/config/policy-and-telemetry/adapters/
@hossambarakat_
@hossambarakat_
@hossambarakat_ Summary
@hossambarakat_ • https://github.com/hossambarakat/EspressoShop • Learn Istio using Interactive Hands-on Scenarios
(Katacoda) • https://istio.io/docs/ Resources https://bit.ly/istio-ndc-oslo
@hossambarakat_ Questions?
Thanks Hossam Barakat @hossambarakat_ www.hossambarakat.net