This document describes a talk about microservices using three monkeys (the Sucker, the Cheater, and the Grudger) as an example. Each monkey is represented as a microservice with its own REST API. The monkeys collaborate to remove bugs, with the Grudger counteracting anti-social behaviors. The monkeys' lives progress in ticks notified by the Simulator microservice. The document discusses architectural approaches for the monkey microservices, including Docker containers, immutable deployment, service discovery with Consul, and continuous delivery with Terraform and Go CD. It also outlines areas for future exploration like fault tolerance, auto-scaling, and monitoring.