Live data from Hacker News

Show HN: Build your own Heroku on your own servers

cloud66.com

91–100 of 110 posts

Re: Show HN: Build your own Heroku on your own servers

#92
post #76

At $9/month I suspect you are drastically under-valuing the service you provide. Sysadmin time is expensive, and your value proposition is the same as Heroku: pay us so you don't waste time sysadmining your boxes. Time is unimaginably precious for small SaaS shops, and if you deliver what you promise, it's worth far more than $9/month. Not to nay-say, but if you don't price according to value delivered, you don't sta…

Actually no I think $9/month is appropriate. A heroku dyno is about $35 a month, and you have a full on solid highly supported service. Here you pay $9/month + server fees which say with the micro instances comes out to about $14 bucks a month. So by doing it on my own EC2 with this service a small instance comes out to about $24. Only thing is though, here you have the option of choosing a larger instance type and b…

Thanks for the suggestion.

Re: Show HN: Build your own Heroku on your own servers

#93
post #91

Why does the FAQ say "Yes! You can deploy to one server for free forever" Yet when I visit my account (signed up a while ago) it's forcing me to a credit card page regardless of which option I choose?

For the first 30 days everything is free and no CC is required. After 30 days, you can have one server for free after entering your CC. This will only be charged if you add new servers to your stack.

Re: Show HN: Build your own Heroku on your own servers

#94
post #88

Nice. As a provider of unsupported hardware, I'd be interested in some "how to make it easy for us to support users on your hardware" page. I really do think that there is a place in the market for something like this, and the more providers you support, the better off both you and your customers are.

Thanks! We are seeing a lot of folks using us to run their apps on dedicated on servers on Hetzner or OVH in Europe. If you are interested, drop us a line at hello@cloud66.com and we can talk about new providers!

Re: Show HN: Build your own Heroku on your own servers

#96
post #68

Earlier quoted context omitted.

Yep! Digital Ocean just released the bit of their API we needed - so yes they'll be supported soon!

I will also plan to move some client apps to this if you support digital ocean. Would love notification on that.

Thanks! We will announce it shortly. In the meantime you can vote up the feature on our site (Feedback panel) so you'd get immediate notification!

Re: Show HN: Build your own Heroku on your own servers

#97

Earlier quoted context omitted.

Thanks for the question - there is a little more detail here: https://www.cloud66.com/help/cloud66_stack Happy to answer specific questions

How does the nginx fit in? Do you install an instance of nginx onto every single box? Or can you elect to use a web server box as your frontend nginx and proxy request back to a set of separate servers running instances of passenger?

At the moment nginx sits on every frontend box serving Passenger. Unicorn support is coming soon. Split of front end proxy and backend server is further down the line. Feel free to put it down in the Feedback panel on the site and vote it up! Thanks.

Re: Show HN: Build your own Heroku on your own servers

#98
Having a platform to simply deploy code is great, but there seems to be a lot of hate for sysadmins over the past few years.

Heroku and the like are fine for prototyping and small apps, but when you start developing complicated and/or popular apps, at some point you are paying a service tons of money to avoid optimizing at the systems level.

I'm a "devops" sysadmin and sitting with my developer every day makes us both so much more effective. "Hey sysadmin, if 1000 requests to this module in my app happen it breaks, can we figure out why it crashes the server?". To which I reply, "yes developer, after we ran some tests, it looks like your code is so efficient and effective, that there aren't enough available tcp/udp ports to support the number of requests it is able to handle. I can increase them on your default AMI if you like. It will result in a 3000% increase in the number of active users we can sustain on a given instance".

The no-ops position is: Let's just pay for more servers. The DevOps position is: Let's optimize.

The difference may seem small, but if you are paying $20k a MONTH for your Heroku bills, not to mention supporting 3k servers for your app on AWS (or insert provider x), do you still think hiring a $100k/year sysadmin is such a bad decision?

The devs can still develop a method to quickly deploy code... or just use Asgard, and avoid all of the chaos that can happen if something goes wrong. The sysadmins understand your code and how it is interacting with the server. You don't end up paying tons of money to support a very basic application that has simply never been optimized.

Sysadmins in a devops world do not usually have any control over when builds can be pushed - they assist with optimizing. So if something breaks, the blame falls on devs, not ops.

Unoptimized app (rapgenius example): $20k/mo = $240k/year Sysadmin: ~$100k+/year and a minor (given devops mentality) increase in deploy time = priceless

Not all cases are the same, but the start-up mentality doesn't usually work at scale.

Re: Show HN: Build your own Heroku on your own servers

#99

Having a platform to simply deploy code is great, but there seems to be a lot of hate for sysadmins over the past few years. Heroku and the like are fine for prototyping and small apps, but when you start developing complicated and/or popular apps, at some point you are paying a service tons of money to avoid optimizing at the systems level. I'm a "devops" sysadmin and sitting with my developer every day makes us bot…

Where do you find sysadmins for high availability systems willing to work for $100K per year?

Re: Show HN: Build your own Heroku on your own servers

#100
post #99

Having a platform to simply deploy code is great, but there seems to be a lot of hate for sysadmins over the past few years. Heroku and the like are fine for prototyping and small apps, but when you start developing complicated and/or popular apps, at some point you are paying a service tons of money to avoid optimizing at the systems level. I'm a "devops" sysadmin and sitting with my developer every day makes us bot…

Where do you find sysadmins for high availability systems willing to work for $100K per year?

Depends on where you're living I suppose. In Chicago, a base of $100k/yr for a systems architect seems fair. In the Bay area and other areas that are more expensive, it will probably be more expensive, but I'm not as familiar with those markets. It certainly depends on the complexity of your product too.
Post reply on HN