How do you handle running one-off tasks (consoles, migrations etc) on this setup? This is something most of these systems seem to ignore...
We actually have a relay ( https://github.com/remind101/empire/tree/master/relay ) service that can be run alongside Empire that acts as a proxy to interactive Docker sessions. It's a bit of an experiment right now and something we'd like to solve better in the future, but it allows you to run containers with `emp run -a `.
Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
31–40 of 80 posts
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#32personally i use dokku ( https://github.com/progrium/dokku ). i would be happy to see one standard "heroku-like" paass since i feel too many people trying to tackle the same problem.
Dokku is definitely an awesome project (pretty much anything from Jeff Lindsay is pretty good)! The primary problem is that dokku is meant for just 1 service and we have quite a few. We'd love to see one standard too. Personally, I think it's good to have a lot of competing solutions right now (ECS vs Kubernetes, Docker vs Rocket, etc) and we'll see things settle in the next couple of years as containerization become…
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#33Earlier quoted context omitted.
From the point of view of software, I generally consider something self-host{ed,able} if I can run it on a machine I choose, without enforced network/environment requirements.
It's a fair viewpoint. I guess my critical point is control: control over the hardware, its software, legal rights to it, and so on. If they're in control, it's theirs. How can it be myself if outsiders control or own it? I guess a combo of philosophical and legal.
My highest priority for businesses making these choices is usually slightly more pragmatic, and focuses on avoiding provider lockin - something that you can install and run on your own local hardware, you can also (in most cases) install and run on co-located hardware, on rented hardware, on traditional rented virtual hardware (i.e. VPS) or on "flexible" rented virtual hardware (i.e. AWS, Azure, etc).
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#34Does this really classify as "self hosted" if it's heavily dependent on AWS?
It runs inside networks you control at least at the configuration level, so I would say so.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#35This is the level of engineering/communication I always shoot for, and which (somewhat disappointingly) is rare where I've worked.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#36aws is silly expensive. Why didnt you build this on top of digitalocean? Digitalocean is so awesome right now. They dont even charge for bandwidth overages.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#37Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#38Earlier quoted context omitted.
Cloud Foundry requires a ton of (compute) overhead to get set up. It's very much intended for large projects. Hell, you need a separate VM just to install it. For anyone looking at a Dokku alternative, Cloud Foundry isn't one. Openshift is nice though.
> Hell, you need a separate VM just to install it. I'm not sure why that's a problem. If you want something that's actually like heroku like in terms of uptime and what not, you need something that can manage the health of the cluster. Dokku's cool, but it doesn't make sense for anything you actually need to depend on. If it doesn't make sense to pay for the overhead of running your own paas, just use Heroku instead.
And OpenShift ist great, especially Origin M5 which is coming, soon tm.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#39Earlier quoted context omitted.
Dokku is definitely an awesome project (pretty much anything from Jeff Lindsay is pretty good)! The primary problem is that dokku is meant for just 1 service and we have quite a few. We'd love to see one standard too. Personally, I think it's good to have a lot of competing solutions right now (ECS vs Kubernetes, Docker vs Rocket, etc) and we'll see things settle in the next couple of years as containerization become…
Not exactly sure what you mean by its meant for just 1 service? Do you mean just one box? I run multiple services/apps on my dokku instance
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#40aws is silly expensive. Why didnt you build this on top of digitalocean? Digitalocean is so awesome right now. They dont even charge for bandwidth overages.