1
©	2017		Puneet	Sachdev	|		All	rights	reserved©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices:	The	Netflix	Way	
21st April	2017
Hands	on	Workshop
DevOps,	Microservices	and	Containers	Summit	– Delhi	
Puneet Sachdev
Chief Architect - Agile, DevOps and Product Engineering
NIIT Technologies
https://www.linkedin.com/in/puneetsachdev
2
©	2017		Puneet	Sachdev	|		All	rights	reserved©	2017		Puneet	Sachdev	|		All	rights	reserved
3
©	2017		Puneet	Sachdev	|		All	rights	reserved©	2017		Puneet	Sachdev	|		All	rights	reserved
4
©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices	vs.	SOA	vs.	APIs
Microservices	is	about	
splitting	a	single	
application	into	smaller	
pieces	which	are	
independent	and	have	
their	own	lifecycle
5
©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices	vs.	SOA	vs.	APIs
CRM DW Finance Loyalty
SOA	is	about	integrating	
different	applications	
which	can	be	internal	or	
3rd party
6
©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices	vs.	SOA	vs.	APIs
SOA	 Microservices
• Integration	between	different	applications • Splitting	an	application	into	smaller	pieces	
• Dominated	by	proprietary	stacks	 • Dominated	by	Open	Source	components	from	
organizations	like	Netflix	
• Smart	Pipes,	Dumb	Endpoints	 • Dumb	pipes,	Smart	Endpoints	
• Typically	Hub-n-Spoke.	Technology	
Monoliths	
• Completely	Distributed	
APIS
• APIs	are	interfaces	which	are	exposed	either	internally	and/or	externally	and	have	governance	
and	management	around	it
7
©	2017		Puneet	Sachdev	|		All	rights	reserved
Netflix	Microservices	Stack	
Service	Discovery Netflix	Eureka
Netflix	Zipkin
Config Netflix	Archaius
Tracing
Netflix	Zuul
Netflix	RibbonClient	LB
Fault	Tolerance
Proxy
Netflix	Hysterix
Service	Registrar Netflix	Prana
8
©	2017		Puneet	Sachdev	|		All	rights	reserved
Concept	1:	Service	Discovery	through	Netflix	Eureka
Concept	2:	Circuit	Breaker	using	Netflix	Hystrix
• Microservices	applications	have	many	moving	parts	and	span	across	multiple	boundaries
• How	to	prevent	a	network	or	service	failure	from	cascading	to	other	services?
Concept	3:	Real	time	monitoring	using	Netflix	Hystrix	Dashboard
• When	things	fail,	it	is	extremely	important	to	note	what	is	failing
• How	to	monitor	in	near	real	time	many	microservices?
Concept	4:	Load	Balancing	using	Netflix	Ribbon	
• Dumb	pipes	and	smart	endpoints.	Where	does	this	leave	load	balancing?
Concept	5:	Proxying using	Netflix	Zuul
• With	diverse	traffic	hitting	microservices,	how	to	get	an	ability	to	provide	intelligent	filters	on	
requests
• Microservices	applications	run	in	containerized/virtualized	and	cloud	environments	where	their	
actual	locations	change	dynamically	
• How	does	a	client	of	a	service	discover	the	location?
9
©	2017		Puneet	Sachdev	|		All	rights	reserved
Hands On Demo
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
10
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices
Subject	
Service
Verb	
Service
Article	
Service
Adjective	
Service
Noun
Service
You saw the leaky seat
Sentence
Service
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
2 servers
• 192.168.0.4
• 192.168.0.3
11
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	1
Verb	
Service
Eureka
Verb	
Service	2
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
12
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	2
Verb	
Service
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
13
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	3
Verb	
Service
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
7. Hystrix Dashboard
Hystrix	
Dashboard
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
14
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	4
Verb	
Service
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
7. Hystrix Dashboard
8. All services running
Hystrix	
Dashboard
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
15
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	5
Verb	
Service
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
Zuul
Hystrix	
Dashboard
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
7. Hystrix Dashboard
8. All services running
9. Zuul Proxy
16
©	2017		Puneet	Sachdev	|		All	rights	reserved
Thank You
Chief Architect - Agile, DevOps and Product Engineering, NIIT Technologies
https://www.linkedin.com/in/puneetsachdev
Puneet Sachdev

More Related Content

PDF
Developing applications for digital disruption requires Agility and Not Agile
PDF
What is DevOps?
PDF
Microservices and APIs
PDF
Agile Certainty, bringing predictability in Agile engagements
PDF
Ci cd with Openshift
PDF
Producing Systems That Enable The Innovation That Autonomous Vehicles Will Re...
PDF
The Reality of Managing Microservices in Your CD Pipeline
PDF
A sustainable DevOps Transformation
Developing applications for digital disruption requires Agility and Not Agile
What is DevOps?
Microservices and APIs
Agile Certainty, bringing predictability in Agile engagements
Ci cd with Openshift
Producing Systems That Enable The Innovation That Autonomous Vehicles Will Re...
The Reality of Managing Microservices in Your CD Pipeline
A sustainable DevOps Transformation

What's hot (20)

PDF
Pivotal Journeys
PDF
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
PPTX
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
PPTX
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
PDF
One company's journey to an open culture and innersource
PDF
Strategies for efficient delivery with APIs containers micro services and DevOps
PPTX
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
PDF
Agile foundations for developers
PDF
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
PDF
Webinar start your automation journey AppViewx
PDF
SusthitSoft Technologies
PPTX
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
PDF
Martin Hinshelwood - A Devops Story from the Trenches
PDF
Don’t Let Technology Slow Down Your Digital Transformation
PPTX
Is React The Best Thing Since Sliced Bread?
PPTX
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
PPTX
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
PPTX
Git best practice
PPTX
INTERFACE, by apidays - Spatially enabling Web APIs through OGC Standards b...
PPTX
PRINCE2 Certification Training - Foundation & Practitioner Part 17
Pivotal Journeys
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
One company's journey to an open culture and innersource
Strategies for efficient delivery with APIs containers micro services and DevOps
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
Agile foundations for developers
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
Webinar start your automation journey AppViewx
SusthitSoft Technologies
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
Martin Hinshelwood - A Devops Story from the Trenches
Don’t Let Technology Slow Down Your Digital Transformation
Is React The Best Thing Since Sliced Bread?
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
Git best practice
INTERFACE, by apidays - Spatially enabling Web APIs through OGC Standards b...
PRINCE2 Certification Training - Foundation & Practitioner Part 17
Ad

Similar to Microservices: The Netflix Way (20)

PDF
Merging micrservices architecture with SOA Practices
PPT
Merging microservices architecture with SOA practices
PPTX
QConSF-MicroServices-IPC-Netflix-Sudhir-2014.pptx
PPTX
An introduction to Microservices
PDF
The journey to Native Cloud Architecture & Microservices, tracing the footste...
PDF
Agility with Microservices and DevOps
PDF
Agile Tour Pune 2015: Agility with Microservices and Devops: Archana Joshi an...
PDF
Microservices to Scale using Azure Service Fabric
PDF
Why Microservice
PPTX
Accelerate Delivery: Business case for Agile DevOps, CI/CD and Microservices
PPTX
Accelerate DevOps/Microservices and Kubernetes
PDF
Building microservices on azure
PPTX
MicroService Architecture
PDF
A Guide on What Are Microservices: Pros, Cons, Use Cases, and More
PDF
Kenzan: Architecting for Microservices
PDF
Microservices: Where do they fit within a rapidly evolving integration archit...
PPTX
Microservices music city code v2
PDF
20141210 - Microservice Container
PDF
Practical Microservice Architecture (edition 2022).pdf
PDF
Road to Microservices
Merging micrservices architecture with SOA Practices
Merging microservices architecture with SOA practices
QConSF-MicroServices-IPC-Netflix-Sudhir-2014.pptx
An introduction to Microservices
The journey to Native Cloud Architecture & Microservices, tracing the footste...
Agility with Microservices and DevOps
Agile Tour Pune 2015: Agility with Microservices and Devops: Archana Joshi an...
Microservices to Scale using Azure Service Fabric
Why Microservice
Accelerate Delivery: Business case for Agile DevOps, CI/CD and Microservices
Accelerate DevOps/Microservices and Kubernetes
Building microservices on azure
MicroService Architecture
A Guide on What Are Microservices: Pros, Cons, Use Cases, and More
Kenzan: Architecting for Microservices
Microservices: Where do they fit within a rapidly evolving integration archit...
Microservices music city code v2
20141210 - Microservice Container
Practical Microservice Architecture (edition 2022).pdf
Road to Microservices
Ad

Recently uploaded (20)

PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PPTX
Airline CRS | Airline CRS Systems | CRS System
PPTX
Full-Stack Developer Courses That Actually Land You Jobs
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PPTX
GSA Content Generator Crack (2025 Latest)
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PPTX
Computer Software - Technology and Livelihood Education
DOC
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
PPTX
Introduction to Windows Operating System
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PDF
iTop VPN Crack Latest Version Full Key 2025
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PDF
AI Guide for Business Growth - Arna Softech
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PPTX
CNN LeNet5 Architecture: Neural Networks
BoxLang Dynamic AWS Lambda - Japan Edition
Airline CRS | Airline CRS Systems | CRS System
Full-Stack Developer Courses That Actually Land You Jobs
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
GSA Content Generator Crack (2025 Latest)
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Computer Software - Technology and Livelihood Education
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
Introduction to Windows Operating System
Weekly report ppt - harsh dattuprasad patel.pptx
iTop VPN Crack Latest Version Full Key 2025
Advanced SystemCare Ultimate Crack + Portable (2025)
Topaz Photo AI Crack New Download (Latest 2025)
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
Autodesk AutoCAD Crack Free Download 2025
Tech Workshop Escape Room Tech Workshop
How Tridens DevSecOps Ensures Compliance, Security, and Agility
AI Guide for Business Growth - Arna Softech
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
CNN LeNet5 Architecture: Neural Networks

Microservices: The Netflix Way