The document discusses Docker orchestration with Kubernetes. It describes how Kubernetes allows deploying entire applications as services made up of replication controllers that manage containers across a cluster of hosts. Deploying applications with Kubernetes decouples the application and provides greater flexibility than just deploying code.