This document provides an introduction to Kubernetes and summarizes some of its key concepts. It describes how Kubernetes can manage containers across multiple machines and help address challenges of scaling, port conflicts, and high availability. Core Kubernetes concepts discussed include pods, replication controllers, labels, services, and persistent volumes. It also provides an overview of a sample application that will be used in an accompanying Kubernetes lab.