Hyper.sh – Effortless Docker Hosting
31–40 of 218 posts
Re: Hyper.sh – Effortless Docker Hosting
#32Google Cloud is far more complicated but its tools so far are pretty good.
I couldn't find how you do custom networks with Hyper. Also as a Java + Postgres shop 16 Gigs memory (L3) is just not enough.
Per second also seems overkill. Google Cloud has per minute. It doesn't seem to make sense for "effortless". If you are that interested in saving money like that (ie margins) it seems you wouldn't be using a heroku like PaaS?
For me easy deployment is a small part of the story for a compelling PaaS. What I want is really easy metrics, monitoring, notification, aggregated log searching, load balancing, status pages, elastic stuff, etc. Many cloud providers provide this stuff but it is often disparate costly addons/partners/integrations that are still not terrible easy to work with.
IMO it is actually harder to get all the diagnostic cloud stuff vs the build + deployment pipeline.
EDIT:
As mentioned in another comment my company tried to use Docker but it would take to long to make Docker images so we just prefer VMs. That is it seems with something like Hyper you save on deployment times but your build times get worse (unless I'm missing some recent magic that you can do with docker now).
EDIT again:
We didn't have Docker cache (because of some issues) so please ignore my slow docker build time comments. Apologies.
Re: Hyper.sh – Effortless Docker Hosting
#33Earlier quoted context omitted.
Hey, founder kicks in. Yes, NYC and Europe are our next step. Probably Frankfurt or Amsterdam.
A few questions... 1. If I wanted to launch my own docker service on top of this, would that be ok? 2. Any timeline on the Franfurk/Amsterdam data centers? 3. Policy on DMCA for European data centers? 4. Thoughts on more storage? (pricing on volume storage - ~100 TB+ or so)
2. In a few months
3. TBD
4. Yes, we are looking to expand the DC and add more options.
BTW, our public roadmap: https://trello.com/b/7fEwaPRd/roadmap
Re: Hyper.sh – Effortless Docker Hosting
#34"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".
Original: I'm pretty sure they're entirely hosted on AWS. Given that they say they're hosted in Los Angeles, I think they mean us-west-1.
Their API uses an AWS address as their endpoint, their authentication is just a veneer over AWS's authentication (including basically find and replacing header variables). They previously had docs that showed how to add floating IPs to the containers, and all the IPs were AWS Elastic IPs.
I'm pretty sure the docs specifically stated they were on AWS last time Hyper came up [1] (Hyper.sh had linked off the Hyper article), but now when I look it's not there. So either in a few days they've moved their infrastructure off AWS and just left their API up there (and are doing some crazy stuff to redirect elastic IPs), or they moved everything but their API off Amazon a while ago and hadn't updated their docs, or they've decided to make the fact they're on AWS less visible, while they're competing with Amazon's own container service. I have the feeling it's option #3.
To answer your question though, I think they're using M4 AWS instances [2], so Xeon E5-2686 Broadwell or Xeon E5-2676 Haswell. Probably the m4.10xlarge, since they talk about the 10 GB networking the containers use.
1. https://news.ycombinator.com/item?id=12873089 2. https://aws.amazon.com/ec2/instance-types/#m4
Re: Hyper.sh – Effortless Docker Hosting
#35Also, 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!
Re: Hyper.sh – Effortless Docker Hosting
#36Building a cloud from the ground up is no small task, even more so when you build it on your own hardware, and your own virtualization technology. Any idea who these people are / this company is? Seems to have come out of virtually nowhere.
Re: Hyper.sh – Effortless Docker Hosting
#37Re: Hyper.sh – Effortless Docker Hosting
#38Is 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
#39Earlier quoted context omitted.
The bigger sizes? Yes, but the small ones work pretty sweet. And the per-second billing!
Yeah, per second billing is nice. I can see this working where you want to change/test lots of containers briefly.
Re: Hyper.sh – Effortless Docker Hosting
#40Google Cloud is not far from this. Basically instead of "hyper" you are typing "gcloud". Google Cloud is far more complicated but its tools so far are pretty good. I couldn't find how you do custom networks with Hyper. Also as a Java + Postgres shop 16 Gigs memory (L3) is just not enough. Per second also seems overkill. Google Cloud has per minute. It doesn't seem to make sense for "effortless". If you are that inter…
Per-second is perfect for Serverless, Data mining, CI/CD, etc. It is simply not cost effective to go with per hour/minute rate.