Live data from Hacker News

Convox – Launch a Private Cloud in Minutes

convox.com

31–40 of 118 posts

Re: Convox – Launch a Private Cloud in Minutes

#31
post #15

Earlier quoted context omitted.

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.

> We also have plans on our roadmap to integrate with internal (inside the VPC only) ELBs for internal APIs and things of that nature. This is what I'm getting at. Also just saw the issue pertaining to HIPAA, which probably requires the same thing. Apps deployed on Empire apparently are only available inside the VPC unless a domain name is added, it doesn't actually work like that (when I deployed the Empire stack al…

That's very kind of you to say :)

Currently the EC2 instances in your Convox installation all have public IP addresses but this is currently being addressed

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

Re: Convox – Launch a Private Cloud in Minutes

#33
post #18

Earlier quoted context omitted.

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.

Thanks for the reply, Im starting a project with dokku right now but its giving me trouble so I might switch over

Let us know if there's any way we can help. You can reach me at david@convox.com

Re: Convox – Launch a Private Cloud in Minutes

#35

This is really great! I'm interested in trying this out for our products in place of OpsWork. The documentations says "by default provisions an Elastic Load Balancer and 3 t2.small instances", is it possible to change the number/size of servers dynamically?

This was recently added by a contributor!

https://github.com/convox/cli/pull/48

You can update an existing cluster using something like `convox system scale --count 5 --type c4.xlarge` from the CLI. If you change the instance type your cluster will be rolled one at a time with no downtime.

Re: Convox – Launch a Private Cloud in Minutes

#36
post #35

This is really great! I'm interested in trying this out for our products in place of OpsWork. The documentations says "by default provisions an Elastic Load Balancer and 3 t2.small instances", is it possible to change the number/size of servers dynamically?

This was recently added by a contributor! https://github.com/convox/cli/pull/48 You can update an existing cluster using something like `convox system scale --count 5 --type c4.xlarge` from the CLI. If you change the instance type your cluster will be rolled one at a time with no downtime.

That's great. Is it possible to add additional servers after installation? I looked into the CLI project but I haven't found anything yet, the scale option appears to be for processes not servers.

Re: Convox – Launch a Private Cloud in Minutes

#37
post #35

Earlier quoted context omitted.

This was recently added by a contributor! https://github.com/convox/cli/pull/48 You can update an existing cluster using something like `convox system scale --count 5 --type c4.xlarge` from the CLI. If you change the instance type your cluster will be rolled one at a time with no downtime.

That's great. Is it possible to add additional servers after installation? I looked into the CLI project but I haven't found anything yet, the scale option appears to be for processes not servers.

Woops, I ninja-edited my comment above before I saw this. Yes you can do this, see the CLI command above.

Re: Convox – Launch a Private Cloud in Minutes

#38
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…

This looks like a really great idea. Does Convox provide a convenient way to set up SSL for custom domains? The custom domains page (https://docs.convox.com/docs/custom-domains) didn't say much about it, but I may just be looking in the wrong place.

Re: Convox – Launch a Private Cloud in Minutes

#39
post #38
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…

This looks like a really great idea. Does Convox provide a convenient way to set up SSL for custom domains? The custom domains page ( https://docs.convox.com/docs/custom-domains ) didn't say much about it, but I may just be looking in the wrong place.

Hey I'm Matt, another member of the Convox core team.

SSL setup isn't in the product yet, but it's coming soon. For now you can set up SSL using the AWS cli: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/Devel...

Re: Convox – Launch a Private Cloud in Minutes

#40
post #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.

As one of the dokku maintainers, I wholeheartedly agree with ddollar. Convox seems extremely interesting to me, since our goal is a single-server heroku experience. I personally would never be able use Dokku in production exactly because of this, but its quite good for throw-away sites, as a test-bed for side projects, etc.

Good work ddollar. I quickly looked at the github repos and once I saw your name attached, I knew it was going to be a quality project :)

Post reply on HN