Hyper.sh – Effortless Docker Hosting
11–20 of 218 posts
Re: Hyper.sh – Effortless Docker Hosting
#12Re: Hyper.sh – Effortless Docker Hosting
#13Is there something like this on top of DigitalOcean/AWS instead? I'd rather rely on those providers for the hardware and uptime.
Re: Hyper.sh – Effortless Docker Hosting
#141. Hyper.sh is a PaaS running their own open-source stack https://hypercontainer.io/ ?
2. That means that it's possible to host "your own hyper.sh" on AWS or DO?
Re: Hyper.sh – Effortless Docker Hosting
#15Seems a bit expensive compared with the cheapest VPS/OpenVZ setups around.
Re: Hyper.sh – Effortless Docker Hosting
#16This will definitely be my go-to hosting for personal side projects.
I wonder if the major cloud providers will have something similar (both Azure and AWS seem to spin up VMs on which they run the containers - but you do get charged for the VMs as well)
Re: Hyper.sh – Effortless Docker Hosting
#17Seems a bit expensive compared with the cheapest VPS/OpenVZ setups around.
Of course, I'd love to hear if the opposite is true.
Re: Hyper.sh – Effortless Docker Hosting
#18The pricing on this is amazing. It's cheap enough to run a few services that I'd prefer to keep off my home machines. How secure are these containers though? I always thought that Linux containers were not designed to be a guaranteed firewall between multiple tenants. EDIT: They use their own technology to run docker on "bare metal hypervisors" - https://github.com/hyperhq/hyperd . That's actually pretty cool.
Re: Hyper.sh – Effortless Docker Hosting
#19Let me see if I got this straight: 1. Hyper.sh is a PaaS running their own open-source stack https://hypercontainer.io/ ? 2. That means that it's possible to host "your own hyper.sh" on AWS or DO?
1. Yes, our SW is open sourced: github.com/hyperhq 2. Not really, Hypercontainer runs on bare-metal, as it uses hypervisors (KVM, Xen) underneath.