Re: Questions about Pods and the Mesos Containerizer

2018-01-29 Thread Benjamin Mahler
If moving the conversation to slack, it would be great to post back to the list with a summary! On Mon, Jan 29, 2018 at 1:38 PM, Vinod Kone wrote: > Hi David, > > It's probably worth having a synchronous discussion around your proposed > approach in our slack. I would like

Re: Questions about Pods and the Mesos Containerizer

2018-01-29 Thread Vinod Kone
Hi David, It's probably worth having a synchronous discussion around your proposed approach in our slack. I would like to understand if TASK_GROUP is the right primitive for your use case. On Mon, Jan 29, 2018 at 1:32 PM, David Morrison wrote: > > > On Thu, Jan 25, 2018 at

Re: Questions about Pods and the Mesos Containerizer

2018-01-29 Thread David Morrison
On Thu, Jan 25, 2018 at 5:49 PM, Gilbert Song wrote: > >>- >> >>Is it possible to allocate a separate IP address per container in a >>pod? >> >> Right now nested containers share the network from their parent container > (pod). Do we have a specific use case

Re: Questions about Pods and the Mesos Containerizer

2018-01-25 Thread Gilbert Song
> > >- > >Is it possible to allocate a separate IP address per container in a >pod? > > Right now nested containers share the network from their parent container (pod). Do we have a specific use case that we need containers inside of a taskgroup have different IP addresses? - Gilbert

Re: Questions about Pods and the Mesos Containerizer

2018-01-24 Thread Zhitao Li
h that in mind, we had the following questions: >> >> Questions about pods/task_groups: >> >>- >> >> Is it possible to do healthchecks per task in a pod? >>- >> >>Is it possible to allocate a separate IP addre

Re: Questions about Pods and the Mesos Containerizer

2018-01-24 Thread Jie Yu
;- > >Is it possible to allocate a separate IP address per container in a >pod? >- > > Is there any plan to support the Docker containeriser with pods? > > > Questions about UCR/Mesos containerizer: > >- > >Timeframe for debugging

Questions about Pods and the Mesos Containerizer

2018-01-24 Thread David Morrison
to support the Docker containeriser with pods? Questions about UCR/Mesos containerizer: - Timeframe for debugging tools (equivalent of docker exec, etc)? - Is there any performance data about using the Mesos containeriser with container images versus using the Docker