Live data from Hacker News

Hyper.sh – Effortless Docker Hosting

hyper.sh

1–10 of 218 posts

Re: Hyper.sh – Effortless Docker Hosting

#5
"All our servers are built on powerful Octo-Core machines" pretty much guarantees they're using some cheaper than E5 Xeons to save money, I'm wondering if it's something in the Xeon-D line. Has anyone specifically characterized what they're using? Could be Xeon D-1540s or similar, or they could also be selling 4-core hyperthreaded E3 Xeons as "8 core".

Re: Hyper.sh – Effortless Docker Hosting

#6
The 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

#7
> Amazing Hardware: All our servers are built on powerful Octo-Core machines [...]

Doesn't sound so amazing to me (or is just very low density compared to what's typically done with the current Xeon lineup).

Re: Hyper.sh – Effortless Docker Hosting

#8
post #6

The 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.

They don't use Linux container, they use hypervisor-based container (see: github.com/hyperhq/hyperd). Therefore it is VM-level isolation.

Re: Hyper.sh – Effortless Docker Hosting

#10

This is pretty cool. I would also love to see a "micro" instance with more cores but keep the lower memory.

That pretty much never happens in hosting. Because CPU cores are the more limited resource on these machines, you'd end up being charged the same if you opted for less RAM since they wouldn't be able to put too many other customers on the same box.
Post reply on HN