---

Kompose: a tool to go from Docker-compose to Kubernetes

Docker is terrific for developers. It allows everyone to get started quickly with an application that has been packaged in a Docker image and is available on a Docker registry. To build a multi-container application, Docker has developed Docker-compose (aka Compose). Compose takes in a yaml based manifest of your multi-container application and starts all the required containers with a single command docker-compose up. However Compose only works locally or with a Docker Swarm cluster.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis