tooling on distributed services

14
Tooling Distributed Services (Microservices)

Upload: hiraq-citra-m

Post on 23-Jan-2018

176 views

Category:

Technology


0 download

TRANSCRIPT

ToolingDistributed Services (Microservices)

Microservices

One service, is easy

Many services ? Problems

Context

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!

Tooling

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

Examples

Types

Generics / Specific

Selected Problems

Logging

Logging

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

Logging - Solutions - Collector

Logging - Solutions - Log Storage

Demo?