Pragmatic Microservices for Organisational Scalability

Friso van Vollenhoven | GOTO Amsterdam 2017

Share on:
linkedin facebook
Copied!

Transcript

At FashionTrade, we use Docker containers deployed to Kubernetes hosted on Google Cloud Platform to primarily achieve two very important goals:
a) whenever someone joins the team, we want them to make their first useful production commit on the first or second day and
b) creating, testing and deploying a service should not be much harder than editing a text file and pushing to git.

We achieve these with our Docker based services setup and automated deployment pipeline built on Jenkins.
In this talk we'll go into technical details about our setup, the organisational aspects of our approach and the results so far.

About the speakers