Live data from Hacker News

Convox – Launch a Private Cloud in Minutes

convox.com

11–20 of 118 posts

Re: Convox – Launch a Private Cloud in Minutes

#11
post #5

This looks amazing! Thanks for making/releasing this as open source.

You're quite welcome! All three of the Convox founders are huge proponents of open source. We've already seen the benefit from this as a user has mapped out the missing pieces to host HIPAA-compliant applications on Convox and has already started making the necessary changes.

https://github.com/convox/kernel/issues/92

Re: Convox – Launch a Private Cloud in Minutes

#13
post #3

Hello! I'm part of the Convox core team and happy to answer any questions. Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku. Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc…

Is there likely to be support for other clouds in the future? Amazon is great and you're far cheaper than Heroku itself but I'd love to throw this on DigitalOcean or Vultr.

Re: Convox – Launch a Private Cloud in Minutes

#15
post #3

Hello! I'm part of the Convox core team and happy to answer any questions. Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku. Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc…

Can Convox do non-internet-facing services? i.e. private internal services not routable from outside the VPC?

Absolutely! You can decide not to use a front-end load balancer. We have one user using Convox to spin up large worker pools on AWS.

We also have plans on our roadmap to integrate with internal (inside the VPC only) ELBs for internal APIs and things of that nature.

Re: Convox – Launch a Private Cloud in Minutes

#16
post #7
post #6

Sounds like Deis: - http://deis.com/ - https://github.com/deis/deis

It is similar to Deis in goals but it differs substantially in implementation. Because Convox runs on AWS we can rely on stable and scalable services only available on that platform such as ELB and DynamoDB. Deis uses its own internal Postgres and implements a custom load balancer, scheduler, etc. We believe using the hosted services will help you keep your operational costs down over time.

How does Convox compare to Empire? I see a bunch of similarities (good use of AWS features in particular), and they both look pretty great.

(Empire: https://github.com/remind101/empire, http://engineering.remind.com/introducing-empire/)

Re: Convox – Launch a Private Cloud in Minutes

#18
post #8

How is this different than Dokku?

Unless it has changed since I last look Dokku only runs on a single server.

The other major difference is that software like Dokku is trying to run anywhere. Because we are only trying to run on AWS we do not need to build custom schedulers, load balancers, routers, etc. We believe this will reduce your operational costs over time.

Re: Convox – Launch a Private Cloud in Minutes

#19
post #13
post #3

Hello! I'm part of the Convox core team and happy to answer any questions. Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku. Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc…

Is there likely to be support for other clouds in the future? Amazon is great and you're far cheaper than Heroku itself but I'd love to throw this on DigitalOcean or Vultr.

We're strongly considering other clouds but are focused on AWS for the moment.
Post reply on HN