This document summarizes a presentation about scaling with microservices. It discusses that microservices are not just Docker/Kubernetes and are not just smaller services, but rather represent a new data model. It also discusses patterns for splitting a monolith architecture into microservices using the strangler fig pattern. The presentation addresses common problems organizations face with scaling and bottlenecks. It discusses how microservices can help with scaling but also come with tradeoffs around consistency versus availability that require business input. The presentation recommends steps organizations should take prior to adopting microservices like understanding domain models and consistency requirements.