Kubernetes for Developers: Moving from Docker Compose to Kubernetes (Pluralsight)
Course Description
As a developer, you may find that you need to move from the Docker Compose to Kubernetes. In this course, Kubernetes for Developers: Moving from Docker Compose to Kubernetes, you'll be provided with a developer-focused look at how Docker Compose services map to Kubernetes resources, and the process for moving between the two environments. First, you'll learn about different techniques and tools that can be used to convert Docker Compose YAML to Kubernetes manifest YAML such as Kompose. Next, you'll explore how Docker stack commands can be used to run Docker Compose services directly in Kubernetes. Finally, you'll discover how Kubernetes can be used for live development of an application using a tool called Skaffold. By the end of the course, you'll understand the available options for moving from Docker Compose to Kubernetes, and understand the different techniques that can help your productivity.
View the course at http://www.pluralsight.com.
Prerequisites
Prior experience working with Kubernetes and containers.
Audience
Course Outline
- Course Overview
- Comparing Docker Compose and Kubernetes
- Moving from Docker Compose to Kubernetes Using Docker Stack
- Moving from Docker Compose to Kubernetes Using Kompose
- Moving from Docker Compose to Kubernetes Using Skaffold
- Putting It All Together