Closed
Description
Hey team,
We've had some discussions around it but never opened an issue, so here it is.
Does it make sense for kompose
to have an publicly hosted API endpoint where users can just curl
and send their Docker Compose files and it returns the converted artifacts?
I'm suggesting something like -
curl -X POST -F file=@docker-compose.yml kompose.io/convert
and then we return Kubernetes artifacts, which can be piped directly to kubectl create -f -
.
This will not require installing kompose, will be very useful and will be super cool to provide kompose-as-a-service or kompaas
:)
Thoughts?