Top Banner
Tooling Distributed Services (Microservices)
14

Tooling on distributed services

Jan 23, 2018

Download

Technology

Hiraq Citra M
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Tooling on distributed services

ToolingDistributed Services (Microservices)

Page 2: Tooling on distributed services

Microservices

Page 3: Tooling on distributed services

One service, is easy

Many services ? Problems

Context

Page 4: Tooling on distributed services

Microservices Problems1. Connection between services ?2. How to scale ?3. How to deploy ?4. Versioning ?5. Service dependencies ?6. Reliability ?7. Monitoring ?8. Logging ?9. Functional & integration test ?

Source: based on experiences, real problems!

Page 5: Tooling on distributed services

Tooling

Find the problem, think & create (if you have a chance) / or install .. the solution

Page 6: Tooling on distributed services

Examples

Page 7: Tooling on distributed services

Types

Generics / Specific

Page 8: Tooling on distributed services

Selected Problems

Logging

Page 9: Tooling on distributed services

Logging

Page 10: Tooling on distributed services

Logging - Our Problems1. Standard data structure2. Log collector3. Log storage

Page 12: Tooling on distributed services

Logging - Solutions - Collector

Page 13: Tooling on distributed services

Logging - Solutions - Log Storage

Page 14: Tooling on distributed services

Demo?