compose2kube icon indicating copy to clipboard operation
compose2kube copied to clipboard

Convert docker-compose service files to Kubernetes objects.

Results 24 compose2kube issues
Sort by recently updated
recently updated
newest added

if you have a docker compose file of 4 containers and 2 are intended to be deployed inside a single pod; I wonder how the pod would be defined in...

After some time we should consider contributing compose2kube upstream. But lets way to we have something pretty solid now.

Today we generate an output directory, which is an unnecessary since kubectl support multiple Kubernetes objects in a single file.

We need a doc that defines how we plan to handle docker links, volumes, and labels.