Which free hosting website should I use to deploy ...
# ktor
n
Which free hosting website should I use to deploy my Ktor apps?
b
All major clouds have a free tier for container runtimes
Pick one and deploy via docker
n
Aahh that sounds good. Thank you!
j
I am new in KTOR and docker , I am trying to use render for deployment, but I can’t do, anyone have any tutorials, will help me to understand and deploy
j
I've written an article at Medium here. Maybe this could help (it is not using Render). The code in the Github repository is updated to Ktor 2.2.3
👍 1
b
Any java deployment guide is also applicable to ktor. Surely Render must have something for that in their docs
j
@Jitendra there are some changes in the repository code to update to Ktor 2.2.3, so maybe the article snippets are not 100% matching the code in the repo. The idea is the same, so you can use the article as a knowledge reference and the repository as a proof of concept to start with.
j
Thanks guys, this article is helpful,I able to deploy my ktor using Docker on render
👍 1
👏 1
n
Thank you for you help! If you don't want your server to be deployed permanently, but still temporarily need a proxy, then ngrok was a good option.
145 Views