Software Practices

TH13 Demystifying Microservice Architecture

08/16/2018

11:00am - 12:15pm

Level: Advanced

Miguel Castro

MRD

President

Melvicorp LLC

Many developers don't really have a clear understanding of what Microservices are. The reason is two-fold. First, may 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