Earlier quoted context omitted.
Not sure I completely agree with this. I don't know what your internal discussions were, but at least one of your competitors has an 'enterprise' option in which they give you your own version of the toolkit. Sadly among this was that they stopped with their open-source contributions to the Cloud Foundry community (Their last update appears to have been over two years ago https://github.com/cloudfoundry/vcap/pull/105…
Selling an on-premise "Enterprise PaaS" is one of the ways Red Hat is monetizing OpenShift. https://www.openshift.com/products/enterprise
Flynn - Open Source PaaS powered by Docker
91–100 of 155 posts
Re: Flynn - Open Source PaaS powered by Docker
#92This is great guys, good to see more people bringing PaaS-like workflow without the baggage. We've been working in this space with Juju ( http://juju.ubuntu.com ) but we're using standard LXC for containers. Using LXC allows us to support applications that run on multiple processes, and since Juju is also written in Go, It seems like it might be possible for us to work together in some interesting ways. We already ha…
Re: Flynn - Open Source PaaS powered by Docker
#93Earlier quoted context omitted.
Flynn is particularly appealing to companies that need to completely control their own infrastructure. In the same sense that git being open source helps, not hurts github, I think there's limited crossover between the users of Flynn and DotCloud customers.
Who in their right mind would pay $0.288 per hour (a little over $200 per month) to dotCloud for roughly the equivalent of an EC2 small instance, when with just a little extra time spent up front, they'll be able to fire up an AMI of Flynn and pay less than a quarter as much per month?
Re: Flynn - Open Source PaaS powered by Docker
#94This is great guys, good to see more people bringing PaaS-like workflow without the baggage. We've been working in this space with Juju ( http://juju.ubuntu.com ) but we're using standard LXC for containers. Using LXC allows us to support applications that run on multiple processes, and since Juju is also written in Go, It seems like it might be possible for us to work together in some interesting ways. We already ha…
I really liked Juju. I think we operate on slightly different paradigms / abstractions. Would love to talk more though.
I'd also be happy to talk more about this any time.
Re: Flynn - Open Source PaaS powered by Docker
#95My main problem with Docker is that container IP addresses and MACs are changed after every container reboot. This means I can't have a database in one container and a web app in another because I have no way for the web app to discover the address of the database server. Seems like this would be an issue for the host-only (private) network?
Re: Flynn - Open Source PaaS powered by Docker
#96Earlier quoted context omitted.
Well I can say that the closest alternative to this would be Cloud Foundry. Their Warden system is what manages the containers: https://github.com/cloudfoundry/warden/tree/master/warden They actually don't use LXC though and implement resource control with Cgroups. That said, Cloud Foundry is extremely difficult to get setup and running in my experience (even with the v2.0 recently released). It sounds like one big d…
+1 on the fact CF installation is tough! They recently releases a suite of scripts to help installing it on AWS. Forget about installing it manually on Open Stack (talking from experience). I can only hope Flynn gets the easy install right, so people will be able to try it out. CF is actually very plugable as well - there is a well defined internal API, which you could just add components that listens/publishes to -…
Re: Flynn - Open Source PaaS powered by Docker
#97OpDemand will be releasing a very similar open-source project called Deis in the next few weeks. It's an open-source PaaS powered by Docker & Chef, with a Heroku-inspired workflow.
We're busy ironing out a few final issues, putting together documentation, quick-start guides, tutorials, etc.. but we are very close to launching our public 0.1.0, which will allow you to deploy your own private PaaS providing you complete control over hosting, backends, proxies and more.
Re: Flynn - Open Source PaaS powered by Docker
#98It almost feels as tho Flynn (or maybe something build on top of Flynn) could/should be a whole minimal linux distribution (SmartOS-ish) that could just boot up into RAM, be told to read a cluster config from somewhere and then start working for the cluster accepting Docker services.
Re: Flynn - Open Source PaaS powered by Docker
#99Earlier quoted context omitted.
So am I. What's your project?
https://github.com/KristianOellegaard/puppet-dokku Lots of uncomitted changs locally. With this announcement, not sure if its worth continuing down this path.
Re: Flynn - Open Source PaaS powered by Docker
#100Earlier quoted context omitted.
Who in their right mind would pay $0.288 per hour (a little over $200 per month) to dotCloud for roughly the equivalent of an EC2 small instance, when with just a little extra time spent up front, they'll be able to fire up an AMI of Flynn and pay less than a quarter as much per month?
You're asking who would pay more for dotCloud vs. DIY on Amazon who themselves have a huge markup on their servers against traditional hosting?
If I compared to DigitalOcean instead, then DotCloud would look even worse -- about 10x more expensive.