from Hacker News

Open Source PaaS Built on Docker

by neokya on 8/16/16, 8:56 PM with 33 comments

  • by johnhenry on 8/16/16, 10:41 PM

    I've been following PaaSs built on docker for a while, and it seems like the new swarm mode in version 1.12 makes them pretty much obsolete. I was a huge fan of deis (deis.io), but it seems like they are pivoting away from docker to do something different (deis.com). At this point, think docker has become big enough such that building a platform on top of it is pretty much redundant, but something like this may prove useful for more modular container systems such as rkt.
  • by dnsco on 8/17/16, 1:16 AM

    This project has not been updated since February. Cursory searches are not showing more active forks. It might be interesting to look at the code for educational purposes, but I wouldn't recommend building on this.
  • by ryanbertrand on 8/16/16, 11:25 PM

    Last commit 6 months ago
  • by FabioFleitas on 8/16/16, 10:20 PM

    How does this compare against dokku (https://github.com/dokku/dokku)?
  • by sandGorgon on 8/17/16, 3:05 AM

    Very cool - there is Convox who does this as well.

    one question - there have been a few open source PAAS out there for a while. But no real competitor to Heroku till now. What's missing ?

  • by jaytaylor on 8/17/16, 5:15 AM

    Really pleased to see that they've open-sourced this work! I interviewed at Ooyala back in 2013 when they were just getting started on this project so it's quite satisfying to see how far they've taken this project!
  • by oelmekki on 8/17/16, 9:04 AM

    This looks cool. I'm using dokku to do that and I'm very satisfied with it, but I would like something closer to core docker experience, which would make it easier to integrate with other tools/process (like swarm, which not to have on dokku is a big problem).

    This is where I want to see docker go, being able to handle zero downtime deployment without pain, good luck!

  • by dstroot on 8/16/16, 10:22 PM

    I don't understand why this was necessary given Swarm, Mesos, Kubernetes, AWS... Can someone elaborate?
  • by bognition on 8/16/16, 10:57 PM

    Super cool! I've been using Singularity (https://github.com/hubspot/singularity) for the last year and love it.

    (Also I work at HubSpot where Singularity was developed)

  • by qboxio on 8/16/16, 10:53 PM

    Don't forget supergiant.io which addresses the very kludgey way that Docker addresses stateful distributed apps
  • by blakeyrat on 8/16/16, 10:33 PM

    I assume the "aaS" stands for "as a service", but what's the P stand for?

    And yes, I looked at the link. It uses "PaaS" without defining it.