DEV Community

Cover image for Introducing microservices - slides
marcelo
marcelo

Posted on

Introducing microservices - slides

Just sharing some slides about Microservices.

Top comments (2)

Collapse
 
daaherrera profile image
David Herrera

Thanks you for share ! I'm reading "Building Microservices : Designing Fine-Grained Systems" and recently discover the serverless trend.

Can you recommend some reading or information about micro-services in Java? I'm interested a little more about the deployment.

Collapse
 
mcolomer profile image
marcelo

Thanks for your comments.

From the Java perspective, all my experience was working with Spring Cloud. cloud.spring.io/spring-cloud-stati...
content.pivotal.io/ebooks/cloud-na...

There are other approaches, like WSO2, wso2.com/products/microservices-fr...

For the deployment, Docker its great! You can use Docker with any cloud provider or with any cluster manager, moreover, since the 1.12 version, the orchestration features included in the engine will facilitate the microservices architecture.

medium.com/aws-activate-startup-bl...

medium.com/aws-activate-startup-bl...