SlideShare a Scribd company logo
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Istio
The elegant way to implement microservices
Inho Kang
Principal Sales Consultant
Infrastructure, Cloud Platform
Confidential – Oracle Internal/Restricted/Highly Restricted
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
Confidential – Oracle Internal/Restricted/Highly Restricted 2
 .Net Developer
 CBD, SOA Methodology Consulting
 ITA/EA, ISP Consulting
 Oracle Corp.
 Middleware
 Open Source, Cloud Native Application
 OCAP Team
 DevRel
innoshom@gamil.com
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Program Agenda
Microservice
Evolution of Microservice Implementation
About Istio
Istio Architecture
Demo
1
2
3
4
Confidential – Oracle Internal/Restricted/Highly Restricted 4
4
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Microservice
Confidential – Oracle Internal/Restricted/Highly Restricted 5
‘패턴언어(Pattern Language)’는 건축가 Christopher Alexander가 집이나 마을을 설계할 때 반복적으로
활용하면 좋을, 작은 단위의 설계 패턴들을 모아 정리한 것에서 시작되었다.
Monolithic Applications
• 단일, Monolithic App
• 전체 App을 함께 배포해야 함
• 전체 App이 단일 DB 사용
• 기술 계층 중심으로 구성
• 각각의 런타임 인스턴스에 상태를 보관
• 전체 App이 하나의 기술 스택을 채택
• SOAP 사용
Microservices
• 다수의, 더 작아진 최소 기능의 Microservices
• 각 Microservice를 독립적으로 배포
• 각 Microservice는 각자의 데이터 저장소를 가짐
• 비즈니스 기능 중심으로 구성
• 상태는 외부에 보관
• 각 Microservice가 각자의 기술을 선택
• HTTP를 통한 REST, Messaging, 또는 Binary
마이크로 서비스 아키텍처 스타일(Microservice architecture style)"은 독립적으로 배포 가능한
서비스들의 묶음으로 소프트웨어 애플리케이션을 설계하는 방법
Middleware/App Server
Transactions/Synchronous API Calls/Asynchronous
Monolith Problem : 1. Scaling 2. Performance 3. Deploy 4. Down
Micro Services
A collection of smaller applications all working together to deliver
a total experience to the end user.
Increased efficiency
• Splitting your services gives you the ability to scale
only the parts of the site that is slow
• Less wastage of service resource
• More cost efficient
• An individual slow performing service doesn’t slow
all services
• Less user frustration
Micro Services
A collection of smaller applications all working together to deliver
a total experience to the end user.
Easier Updates
• Updating a smaller code base is easier
• Less likely to have a regression issue
• Less likely to push a feature that isn’t ready from
another team
• Disable or slowly fail users over to the new version
• You don’t put any other part of the service at risk
• Easier roll back if the update fails
Micro Services
A collection of smaller applications all working together to deliver
a total experience to the end user.
Increased stability
• Gracefully fail parts of the site
• If one service fails the rest of the site still operates
• Clever use of JS calls to services can detect failures
and mask it from the end user
• Much better end user experience
User Interface
Application
Datastore
Infrastructure
Resulting SoftwareTypical Enterprise Organization Structure
Head of IT
Head of
Operation
Head of DBAs
Head of
Infrastructure
Head of App
Dev
Head of UI
Head of
Development
An Enormous Monolith
Conway’s Law: Software reflects the structure of the
organization that produced it
Build small product-focused teams – strict one team
to one microservice mapping
Many Small Microservices
Resulting SoftwareMicroservices Organization Structure
API
Application
Datastore
Infrastructure
API
Application
Datastore
Infrastructure
API
Application
Datastore
Infrastructure
API
Application
Datastore
Infrastructure
Product Lead
Project Manager Sys Admin DBA
JavaScript
Developer
Developer
Developer
Sys Admin
Storage Admin
Graphic ArtistNoSQL Admin
Product Lead
Project Manager Sys Admin DBA
JavaScript
Developer
Developer
Developer
Sys Admin
Storage Admin
Graphic ArtistNoSQL Admin
Product Lead
Project Manager Sys Admin DBA
JavaScript
Developer
Developer
Developer
Sys Admin
Storage Admin
Graphic ArtistNoSQL Admin
Product Lead
Project Manager Sys Admin DBA
JavaScript
Developer
Developer
Developer
Sys Admin
Storage Admin
Graphic ArtistNoSQL Admin
Edge
Load
Balancer
Zuul
(Proxy Svc)
Playback
(Legacy Dev.)
API
(g/w)
Middle Tier & Platform
EVCache
Cassandra
Reference: http://microservices.io
http://microservices.io
 Patterns of Microserivce
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Evolution of Microservice Implementation
Confidential – Oracle Internal/Restricted/Highly Restricted 15
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
istio
The elegant way of microservice implemention
Confidential – Oracle Internal/Restricted/Highly Restricted 22
An open platform to connect, manage, and secure microservices
 Connect: Resiliency, discovery, load balancing
 Manage: Traffic control, policy enforcement
 Monitor: Metrics, Logging, Tracing
 Secure: End-to-end Authentication and
Authorization
Google, IBM, and Lyft
announce first public
release at May, 2017
Intelligent Routing and Load Balancing
Control traffic between services with dynamic
route configuration, conduct A/B tests, release
canaries, and gradually upgrade versions using
red/black deployments
Resilience Across Languages and Platforms
Increase reliability by shielding applications from
flaky networks and cascading failures in adverse
conditions
Fleet-Wide Policy Enforcement
Apply organizational policy to the interaction
between services, ensure access policies are
enforced and resources are fairly distributed
among consumers
In-Depth Telemetry and Reporting
Understand the dependencies between services,
the nature and flow of traffic between them, and
quickly identify issues with distributed tracing.
Traffic is transparently
intercepted and proxied. App is
unaware of Envoy’s presence
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
 Core component of Traffic
Management in Istio
 Manage & Configure all Envoy Proxy
 Routing Rule
 Configure Failure Recovery
features (timeouts,retries and
Circuit Breaker)
 Canonical Model of all Service Mesh
 Mesos, Consul, CF, Eureka…
 Intermediation Layer btw application
code and infra backends
(access control systems, telemetry capturing
systems, quota enforcement systems, billing
systems)
 Precondition Checking
- White list, ACL Check
 Quota Management
 Telemetry Reporting
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Demo
Confidential – Oracle Internal/Restricted/Highly Restricted 37
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
Reference: https://istio.io/docs/guides/bookinfo.html
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |
Wrap-Up
Confidential – Oracle Internal/Restricted/Highly Restricted 45
12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클
• Chris Richardson : http://Micoservice.io
• Service Mesh : http://philcalcado.com/2017/08/03/pattern_service_mesh.html
• Istio : http://istio.io
• Istio gluecon 2017 : https://istio.io/talks/istio_talk_gluecon_2017.pdf
• Nginx Proxy : https://www.infoq.com/news/2017/09/nginx-platform-service-
mesh
• Mastering Chaos : https://www.slideshare.net/JoshEvans2/mastering-chaos-
a-netflix-guide-to-microservices
• Spring Cloud vs k8s : https://goo.gl/kMQnzmre
• https://www.slideshare.net/SpringCentral/spring-boot-microservices-
containers-and-kubernetes-how-to
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 48

More Related Content

PPTX
Services @ vfm
PPTX
Get more versatile and scalable protection with F5 BIG-IP
PPTX
F5 Application Delivery Optimization
PPTX
F5 Networks - парадная дверь в облака
PPTX
F5 Networks: Introduction to Silverline WAF (web application firewall)
PPTX
Vfm packetshaper presentation
PDF
F5 Networks: architecture and risk management
PPTX
F5 iHealth Presentation 10 22-10
Services @ vfm
Get more versatile and scalable protection with F5 BIG-IP
F5 Application Delivery Optimization
F5 Networks - парадная дверь в облака
F5 Networks: Introduction to Silverline WAF (web application firewall)
Vfm packetshaper presentation
F5 Networks: architecture and risk management
F5 iHealth Presentation 10 22-10

What's hot (20)

PDF
Data power v7 update - Ravi Katikala
PPTX
BIG-IP ADCs and ADF
PDF
Automate and customise application services and deployment
PDF
Enterprise Architecture, Deployment and Positioning
PDF
IBM DataPower Gateway - Common Use Cases
PDF
F5 Synthesis Toronto February 2014 Roadshow
PDF
DNA Intelligent WAN Campus Day
PPTX
BIG-IP Data Center Firewall Solution
PDF
WSO2Con USA 2015: Jump-Starting Middleware Services
PPTX
F5’s VMware Horizon View Reference Architecture
PPTX
F5’s VMware Horizon View Reference Architecture
PPTX
Cisco SDWAN - Components Deployment Workflow
PDF
WSO2Con USA 2015: Enhancing Company-wide SSO-propagation with WSO2 ESB’s Cust...
PDF
Service mesh in Microservice World to Manage end to end service communications
PDF
F5 Scale n and BIG-IP v11 3 for Scalar Partner Event June 4 2013 Toronto
PPTX
SDWAN Concept - Certificate and keys Roles in Controllers and vEdge Router Au...
PPTX
Open sourceadoption prajod.wso2.v3
PPTX
Intelligent DNS Scale
PPTX
Cisco ACI & F5 Integrate to Transform the Data Center
PPTX
Data Power Architectural Patterns - Jagadish Vemugunta
Data power v7 update - Ravi Katikala
BIG-IP ADCs and ADF
Automate and customise application services and deployment
Enterprise Architecture, Deployment and Positioning
IBM DataPower Gateway - Common Use Cases
F5 Synthesis Toronto February 2014 Roadshow
DNA Intelligent WAN Campus Day
BIG-IP Data Center Firewall Solution
WSO2Con USA 2015: Jump-Starting Middleware Services
F5’s VMware Horizon View Reference Architecture
F5’s VMware Horizon View Reference Architecture
Cisco SDWAN - Components Deployment Workflow
WSO2Con USA 2015: Enhancing Company-wide SSO-propagation with WSO2 ESB’s Cust...
Service mesh in Microservice World to Manage end to end service communications
F5 Scale n and BIG-IP v11 3 for Scalar Partner Event June 4 2013 Toronto
SDWAN Concept - Certificate and keys Roles in Controllers and vEdge Router Au...
Open sourceadoption prajod.wso2.v3
Intelligent DNS Scale
Cisco ACI & F5 Integrate to Transform the Data Center
Data Power Architectural Patterns - Jagadish Vemugunta
Ad

Similar to 12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클 (20)

PPTX
Microservice Pattern Launguage
PPTX
Serverless functions or microservices
PDF
All-inclusive insights on Building JavaScript microservices with Node!.pdf
PDF
Cloudify your applications: microservices and beyond
PPSX
Microservices Architecture, Monolith Migration Patterns
PDF
Microservices - Hitchhiker's guide to cloud native applications
PDF
Why Microservice
PDF
Automating Applications with Habitat - Sydney Cloud Native Meetup
PPTX
DevOps and Microservice
PPTX
Do You Need A Service Mesh?
PDF
Microservices: Where do they fit within a rapidly evolving integration archit...
PDF
3298 microservices and how they relate to esb api and messaging - inter con...
PDF
Microservices for Enterprises
PPSX
Microservices Architecture - Cloud Native Apps
PPSX
Microservices Docker Kubernetes Istio Kanban DevOps SRE
PPTX
Microservices architecture
PDF
Microservices
PDF
[WSO2Con EU 2017] Microservices for Enterprises
PDF
The Reality of Managing Microservices in Your CD Pipeline
PPTX
Webinar : Microservices and Containerization
Microservice Pattern Launguage
Serverless functions or microservices
All-inclusive insights on Building JavaScript microservices with Node!.pdf
Cloudify your applications: microservices and beyond
Microservices Architecture, Monolith Migration Patterns
Microservices - Hitchhiker's guide to cloud native applications
Why Microservice
Automating Applications with Habitat - Sydney Cloud Native Meetup
DevOps and Microservice
Do You Need A Service Mesh?
Microservices: Where do they fit within a rapidly evolving integration archit...
3298 microservices and how they relate to esb api and messaging - inter con...
Microservices for Enterprises
Microservices Architecture - Cloud Native Apps
Microservices Docker Kubernetes Istio Kanban DevOps SRE
Microservices architecture
Microservices
[WSO2Con EU 2017] Microservices for Enterprises
The Reality of Managing Microservices in Your CD Pipeline
Webinar : Microservices and Containerization
Ad

More from Oracle Korea (20)

PDF
Oracle Blockchain Platform_Wonjo Yoo
PDF
Oracle Blockchain_JaeHo Park_CTO
PDF
Oracle cloud data interface
PDF
On premise db & cloud database
PDF
Spring boot microservice metrics monitoring
PDF
Opentracing jaeger
PDF
Which Questions We Should Have
PDF
Oracle NoSQL
PDF
Enterprise Postgres
PDF
MySQL Document Store를 활용한 NoSQL 개발
PDF
API Design Principles Essential 
PDF
SpringBoot and Spring Cloud Service for MSA
PDF
CI/CD 기반의 Microservice 개발
PDF
kubernetes from beginner to advanced
PDF
OpenJDK & Graalvm
PDF
Cloud Native 자바 플랫폼: Graalvm Overview
PDF
Eclipse MicroProfile 과 Microservice Java framework – Helidon
PDF
times ten in-memory database for extreme performance
PDF
[Main Session] 카프카, 데이터 플랫폼의 최강자
PDF
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service
Oracle Blockchain Platform_Wonjo Yoo
Oracle Blockchain_JaeHo Park_CTO
Oracle cloud data interface
On premise db & cloud database
Spring boot microservice metrics monitoring
Opentracing jaeger
Which Questions We Should Have
Oracle NoSQL
Enterprise Postgres
MySQL Document Store를 활용한 NoSQL 개발
API Design Principles Essential 
SpringBoot and Spring Cloud Service for MSA
CI/CD 기반의 Microservice 개발
kubernetes from beginner to advanced
OpenJDK & Graalvm
Cloud Native 자바 플랫폼: Graalvm Overview
Eclipse MicroProfile 과 Microservice Java framework – Helidon
times ten in-memory database for extreme performance
[Main Session] 카프카, 데이터 플랫폼의 최강자
[Demo session] 관리형 Kafka 서비스 - Oracle Event Hub Service

Recently uploaded (20)

PPTX
Internet of Things (IOT) - A guide to understanding
DOCX
573137875-Attendance-Management-System-original
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
Unit 5 BSP.pptxytrrftyyydfyujfttyczcgvcd
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Construction Project Organization Group 2.pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
Sustainable Sites - Green Building Construction
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
MET 305 MODULE 1 KTU 2019 SCHEME 25.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Internet of Things (IOT) - A guide to understanding
573137875-Attendance-Management-System-original
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Structs to JSON How Go Powers REST APIs.pdf
Unit 5 BSP.pptxytrrftyyydfyujfttyczcgvcd
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Construction Project Organization Group 2.pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Digital Logic Computer Design lecture notes
Sustainable Sites - Green Building Construction
Strings in CPP - Strings in C++ are sequences of characters used to store and...
bas. eng. economics group 4 presentation 1.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
MET 305 MODULE 1 KTU 2019 SCHEME 25.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx

12월 16일 Meetup [Deep Dive] Microservice 트래픽 관리를 위한 Istio 알아보기 | 강인호 컨설턴트, 오라클

  • 1. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Istio The elegant way to implement microservices Inho Kang Principal Sales Consultant Infrastructure, Cloud Platform Confidential – Oracle Internal/Restricted/Highly Restricted
  • 2. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Confidential – Oracle Internal/Restricted/Highly Restricted 2
  • 3.  .Net Developer  CBD, SOA Methodology Consulting  ITA/EA, ISP Consulting  Oracle Corp.  Middleware  Open Source, Cloud Native Application  OCAP Team  DevRel innoshom@gamil.com
  • 4. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Program Agenda Microservice Evolution of Microservice Implementation About Istio Istio Architecture Demo 1 2 3 4 Confidential – Oracle Internal/Restricted/Highly Restricted 4 4
  • 5. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Microservice Confidential – Oracle Internal/Restricted/Highly Restricted 5
  • 6. ‘패턴언어(Pattern Language)’는 건축가 Christopher Alexander가 집이나 마을을 설계할 때 반복적으로 활용하면 좋을, 작은 단위의 설계 패턴들을 모아 정리한 것에서 시작되었다. Monolithic Applications • 단일, Monolithic App • 전체 App을 함께 배포해야 함 • 전체 App이 단일 DB 사용 • 기술 계층 중심으로 구성 • 각각의 런타임 인스턴스에 상태를 보관 • 전체 App이 하나의 기술 스택을 채택 • SOAP 사용 Microservices • 다수의, 더 작아진 최소 기능의 Microservices • 각 Microservice를 독립적으로 배포 • 각 Microservice는 각자의 데이터 저장소를 가짐 • 비즈니스 기능 중심으로 구성 • 상태는 외부에 보관 • 각 Microservice가 각자의 기술을 선택 • HTTP를 통한 REST, Messaging, 또는 Binary 마이크로 서비스 아키텍처 스타일(Microservice architecture style)"은 독립적으로 배포 가능한 서비스들의 묶음으로 소프트웨어 애플리케이션을 설계하는 방법
  • 7. Middleware/App Server Transactions/Synchronous API Calls/Asynchronous Monolith Problem : 1. Scaling 2. Performance 3. Deploy 4. Down
  • 8. Micro Services A collection of smaller applications all working together to deliver a total experience to the end user. Increased efficiency • Splitting your services gives you the ability to scale only the parts of the site that is slow • Less wastage of service resource • More cost efficient • An individual slow performing service doesn’t slow all services • Less user frustration
  • 9. Micro Services A collection of smaller applications all working together to deliver a total experience to the end user. Easier Updates • Updating a smaller code base is easier • Less likely to have a regression issue • Less likely to push a feature that isn’t ready from another team • Disable or slowly fail users over to the new version • You don’t put any other part of the service at risk • Easier roll back if the update fails
  • 10. Micro Services A collection of smaller applications all working together to deliver a total experience to the end user. Increased stability • Gracefully fail parts of the site • If one service fails the rest of the site still operates • Clever use of JS calls to services can detect failures and mask it from the end user • Much better end user experience
  • 11. User Interface Application Datastore Infrastructure Resulting SoftwareTypical Enterprise Organization Structure Head of IT Head of Operation Head of DBAs Head of Infrastructure Head of App Dev Head of UI Head of Development An Enormous Monolith Conway’s Law: Software reflects the structure of the organization that produced it
  • 12. Build small product-focused teams – strict one team to one microservice mapping Many Small Microservices Resulting SoftwareMicroservices Organization Structure API Application Datastore Infrastructure API Application Datastore Infrastructure API Application Datastore Infrastructure API Application Datastore Infrastructure Product Lead Project Manager Sys Admin DBA JavaScript Developer Developer Developer Sys Admin Storage Admin Graphic ArtistNoSQL Admin Product Lead Project Manager Sys Admin DBA JavaScript Developer Developer Developer Sys Admin Storage Admin Graphic ArtistNoSQL Admin Product Lead Project Manager Sys Admin DBA JavaScript Developer Developer Developer Sys Admin Storage Admin Graphic ArtistNoSQL Admin Product Lead Project Manager Sys Admin DBA JavaScript Developer Developer Developer Sys Admin Storage Admin Graphic ArtistNoSQL Admin
  • 15. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Evolution of Microservice Implementation Confidential – Oracle Internal/Restricted/Highly Restricted 15
  • 22. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | istio The elegant way of microservice implemention Confidential – Oracle Internal/Restricted/Highly Restricted 22
  • 23. An open platform to connect, manage, and secure microservices  Connect: Resiliency, discovery, load balancing  Manage: Traffic control, policy enforcement  Monitor: Metrics, Logging, Tracing  Secure: End-to-end Authentication and Authorization Google, IBM, and Lyft announce first public release at May, 2017
  • 24. Intelligent Routing and Load Balancing Control traffic between services with dynamic route configuration, conduct A/B tests, release canaries, and gradually upgrade versions using red/black deployments Resilience Across Languages and Platforms Increase reliability by shielding applications from flaky networks and cascading failures in adverse conditions
  • 25. Fleet-Wide Policy Enforcement Apply organizational policy to the interaction between services, ensure access policies are enforced and resources are fairly distributed among consumers In-Depth Telemetry and Reporting Understand the dependencies between services, the nature and flow of traffic between them, and quickly identify issues with distributed tracing.
  • 26. Traffic is transparently intercepted and proxied. App is unaware of Envoy’s presence
  • 30.  Core component of Traffic Management in Istio  Manage & Configure all Envoy Proxy  Routing Rule  Configure Failure Recovery features (timeouts,retries and Circuit Breaker)  Canonical Model of all Service Mesh  Mesos, Consul, CF, Eureka…
  • 31.  Intermediation Layer btw application code and infra backends (access control systems, telemetry capturing systems, quota enforcement systems, billing systems)  Precondition Checking - White list, ACL Check  Quota Management  Telemetry Reporting
  • 37. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Demo Confidential – Oracle Internal/Restricted/Highly Restricted 37
  • 45. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Wrap-Up Confidential – Oracle Internal/Restricted/Highly Restricted 45
  • 47. • Chris Richardson : http://Micoservice.io • Service Mesh : http://philcalcado.com/2017/08/03/pattern_service_mesh.html • Istio : http://istio.io • Istio gluecon 2017 : https://istio.io/talks/istio_talk_gluecon_2017.pdf • Nginx Proxy : https://www.infoq.com/news/2017/09/nginx-platform-service- mesh • Mastering Chaos : https://www.slideshare.net/JoshEvans2/mastering-chaos- a-netflix-guide-to-microservices • Spring Cloud vs k8s : https://goo.gl/kMQnzmre • https://www.slideshare.net/SpringCentral/spring-boot-microservices- containers-and-kubernetes-how-to
  • 48. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 48