Hey all, I am curious to know how people are hosti...
# ktor
d
Hey all, I am curious to know how people are hosting their Ktor services. Is there anything like Vercel for Ktor? What I mean by this is a zero config option that can inspect the project structure and knows how to host it without the need for manual Dockerfiles etc
h
What’s wrong with Docker? All hyper scalers support docker containers. To create the images I really recommend jib. https://github.com/GoogleContainerTools/jib
a
there’s https://github.com/ktorio/ktor-build-plugins, which will build a fat JAR or Docker image (this is just a repo I spotted, I haven’t used it)
h
Yes, and it uses jib.
z
f
Docker or fat jar, even WAR can be an option