This document discusses DevOps with Kubernetes and Helm. It begins with an introduction from Jessica Deen and then discusses the need for digital transformation in organizations. It outlines challenges for both developers and IT and how DevOps addresses stress points through containers, microservices, and automation. Key DevOps practices and benefits are listed. Kubernetes is introduced as an open source container orchestrator and Helm is presented as a package manager for Kubernetes that helps define, install and upgrade complex applications on Kubernetes through the use of charts. The document concludes with a demo of building, packaging, testing and deploying a sample application to a Kubernetes cluster.