Convert kubernetes config to docker-compose file (reverse kompose)

11/19/2019

Kompose translates docker-compose.yml files to Kubernetes config, allowing you to use docker-compose.yaml as a single source of truth if you develop locally with docker-compose and deploy on k8s.

Is there a tool that does the reverse? I'd like to keep my k8s config yamls as the source of truth and generate a docker-compose file programmatically.

-- Andreas Jansson
docker-compose
kompose
kubernetes

0 Answers