This document provides an overview of cloud native DevOps, including definitions of DevOps, the cloud, and cloud native applications. It discusses how DevOps aims to increase collaboration and delivery speed through automation, feedback loops, and shared responsibility between development and operations teams. The cloud offers scalability, automation, and reduced costs but also vendor lock-in risks. Cloud native applications follow twelve factors including being deployable, scalable, and treating logs and configurations as streams. The document demonstrates how to get applications to cloud native through practices like microservices and continuous delivery. It profiles cloud.gov as a government Platform as a Service and provides instructions for using it to deploy applications.