This document provides an overview of developing, building, deploying, and running microservices using containers in the cloud. It discusses microservices and containers, how to build Docker containers, deploy containers to Kubernetes clusters in the cloud (OKE, AKS, GKE), and build, deploy and test using serverless functions. It provides examples of defining microservices as Kubernetes applications, configuring pods, services, ingress, and automating builds and deployments. Serverless platforms like AWS Lambda, Azure Functions, OpenWhisk, Fn are also briefly introduced.