Software Practices

TH07 Demystifying Microservice Architecture

05/03/2018

9:30am - 10:45am

Level: Advanced

Rockford Lhotka

VP of Strategy

Xebia

Here we go again with another cool buzz phrase. And like many other buzz phrases, it's often misunderstood. In fact, many developers or even full organizations don't really have a clear understanding of what Microservices are. The reason is two-fold. First, many are too hung up on the technology to use. It's gotta be REST, they have to be small (it's micro remember), you gotta use Docker, and so on. This is intended to be sarcastic, in case you didn't notice. The second reason is devs are not thinking of their systems in a more holistic fashion when trying to fit what they think are microservices into the mix. And note, this way of thinking about a system does not imply a tightly coupled system, don't worry. This session will not be about code, but more about architecture and design. You'll learn what microservices are and what a microservice architecture is and discuss the characteristics at the service level and with everything that surrounds them in the architecture. You'll talk about the concept of "design for failure" while covering topics like hosting, discoverability, failover, and the often-confusing API Gateway are some of the things you will need to understand before you embark on the adventure that is a microservice architecture and is it even something that will work for you.

You will learn:

  • The definition of microservices
  • About removing technology hang-ups
  • Holistic architecture approaches