Earlier quoted context omitted.
Yeah but is still not as managed as I want. You still need to populate a Kubernetes cluster which is 3 node minimum. Instances show up in your instances list and you still have to be careful to pop your instances in different zones/region for availability. In an ideal world I just want to run containers in a region with a LB in front, I don't care on which Kubernetes cluster they are. That the use case hyper.sh seems…
> 3 node minimum Since when?
Hyper.sh – Effortless Docker Hosting
201–210 of 218 posts
Re: Hyper.sh – Effortless Docker Hosting
#202Earlier quoted context omitted.
Did you try the test with a FIP?
A what? :)
A Floating IP: https://docs.hyper.sh/Feature/network/fip.html
Re: Hyper.sh – Effortless Docker Hosting
#203They are spammers. Last week they spammed my email address unused for years (but still harvestable) write email advertising their product under the pretense that I'll find it useful "as a build it user" (which OSS project I indeed used briefly many years ago). Such poor judgement goes to show company culture. Wouldn't even consider them for any service after this.
Oh my. You must be very careful with giving your email address to anyone, then...
Re: Hyper.sh – Effortless Docker Hosting
#204Earlier quoted context omitted.
Lol, I think they even give you a free credit to start. It takes like 5 minutes to get set up. Not sure what your hesitation is. It's like "I absolutely won't try DigitalOcean unless they let me create a VM locally first!" Doesn't make any sense.
It takes 5 minutes to get set up, then 15 minutes to make sure you deleted everything afterwards :(
Re: Hyper.sh – Effortless Docker Hosting
#205Wow, very good experience you guys are delivering here! Congratulations on shipping! Little question, you guys said you started in Beijing, and that your next plans are NYC and Europe... Why did you leave Beijing? Didn't the local growth attract you?
Re: Hyper.sh – Effortless Docker Hosting
#206Earlier quoted context omitted.
It takes 5 minutes to get set up, then 15 minutes to make sure you deleted everything afterwards :(
You may login to your console, and the overview page ' https://console.hyper.sh/overview' shows all what you have.
Re: Hyper.sh – Effortless Docker Hosting
#207Re: Hyper.sh – Effortless Docker Hosting
#208I'm trying this out by deploying my website (static files generated from Jekyll source and served, all in a Docker image). I've written the following instructions for updating the site (build new image, push to Docker Hub, pull into hyper.sh, stop previous container, run new one, attach floating IP). Does it seem reasonable? HYPER_IP=209.177.92.197 LATEST_HASH=$(git log -1 --pretty=format:%h) IMAGE_NAME=beneills/webs…
LATEST_HASH=$(git rev-parse --short HEAD)
is the more normal way to do that.
It also looks like you'll have downtime due to deleting then running. Eww.
Re: Hyper.sh – Effortless Docker Hosting
#209Hey all, founder is here. I'd like to thank you for your votes here. Really appreciate! Also, I just want to share our public roadmap: https://trello.com/b/7fEwaPRd/roadmap . Feel free to comment. It actually helps a lot for us to prioritize. Thanks!
> serverless cron. damn, thank you. Anywhere I can see implementation details? Are you rolling your own system from the ground up, or using something like dkron ( http://dkron.io/ ) behind the scenes?
Re: Hyper.sh – Effortless Docker Hosting
#210Earlier quoted context omitted.
Have you thought about allowing users to provide their own cloud provider (AWS or Google Cloud) API access? That way we can use own own VPC and servers, and you can just charge us monthly for the software. See MongoDB Atlas [1]. This also means you as Hyper.sh don't have to worry about servers, uptime, buying hardware, power, bandwidth peering, what a headache. Let AWS and Google worry about the commodity physical ha…
Fun fact: this is basically what Tutum did before they were acquired by Docker and became Docker Cloud