--
You received this message because you are subscribed to a topic in the Google Groups "Containers at Google" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-containers/aWZ0U_SIA6A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.
On 20 Jan 2015, at 15:13, 'Eric Tune' via Containers at Google <google-c...@googlegroups.com> wrote:If you are a user of containers, I think that right now you use whatever type of container-launcher integrates best with whatever node container manager and orchestration layer you plan to use.Shameless plug: there is also https://github.com/google/lmctfy containers.
--
You received this message because you are subscribed to the Google Groups "Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-contain...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Containers at Google" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-containers/aWZ0U_SIA6A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-contain...@googlegroups.com.
No, I think we meant a Pull Request :). There is SO MUCH to do, we will not get to LXC or LMCTFY any time soon. If you want it, the best way to get it is to help. If that's not possible, it's OK too, it will just take longer.
Tim
The first step is the runtime abstraction being worked on right now to support rkt. Take a look and see what parts of your use case are not covered.
LXC/LXD support in Kubernetes would be awesome. Forming containers around a single process (hey Docker) is obviously the ideal in terms of a micro-service infrastructure, but a lot of us don't yet have this pleasure (e.g, those of us tasked with moving an organisation in to 'DevOps' but with legacy services to support in the meantime). This is obviously not trivial to implement, but it shouldn't be the goliath task it was pre-LXD now that we have a means of nicely transferring and migrating LXC containers around hosts, given, we're early days. I've been looking at Mesos/Marathon, CoreOS, etc, etc, but nothing seems to solve the problem of actually orchestrating a cluster of non-Docker containers. I'd also be willing to consult/contribute if someone would like to make that 'first step'.
You received this message because you are subscribed to a topic in the Google Groups "Containers at Google" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-containers/aWZ0U_SIA6A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-contain...@googlegroups.com.
It is also mostly implemented and merged in the codebase @ head, if you'd prefer to browse source.
Brendan
We are updating the abstractions to make integration easier. I'd be happy to assist you if you want to get started right away.
How's the progress on this? Are there any examples of a working code base anywhere or a tutorial on how to get started?