Re: Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-13 Thread Sam
Guys,
Here is beauty version https://dcos.io/docs/1.7/overview/roadmap/ 

Regards,
Sam

Sent from my iPhone

> On May 13, 2016, at 3:35 PM, Guangya Liu <gyliu...@gmail.com> wrote:
> 
> Just FYI, the dc/os does have near term roadmap to enable support for 
> "external volume storage": 
> https://github.com/dcos/dcos-docs/blob/master/1.7/overview/roadmap.md#pluggable-external-volumes
>  , once this was enabled in open source dc/os, you can use this feature to 
> manage your stateful services.
> 
> The JIRA for the external storage support is here 
> https://issues.apache.org/jira/browse/MESOS-4355
> 
> Thanks,
> 
> Guangya
> 
>> On Fri, May 13, 2016 at 2:16 AM, Wong, Steven <steven.w...@emc.com> wrote:
>> There was a presentation given on this last week at the EMC World 
>> conference, demonstrating migration of a MySQL server across cluster nodes, 
>> with persistent storage on an external volume. For this use case, a cloud 
>> volume (such as AWS EBS), or a networked attached storage volume (such as 
>> ScaleIO) would be used to hold the database.
>> 
>> slide deck: 
>> http://www.slideshare.net/EMCCODE/emc-world-2016-code04-extending-mesos-for-storage-and-external-resources
>> 
>>  
>> 
>> Video of demo: 
>> https://www.youtube.com/watch?v=DL64mdYv5Lg=PLbssOJyyvHuWiBQAg9EFWH570timj2fxt=1
>> 
>>  
>> 
>> Note that the demo is using a very recent version of the DC/OS Marathon UI 
>> 
>> Steve Wong
>> 
>> Developer Advocate
>> 
>> EMC{code} – the open source advocacy group within EMC
>> 
>> 
>> 
>> CODE OPEN, DEPLOY EVERYWHERE
>> 
>> https://github.com/emccode
>> 
>> blog.emccode.com
>> 
>>  
>> 
>> @cantbewong
>> 
>>  
>> 
>> From: suruchi.kum...@accenture.com [mailto:suruchi.kum...@accenture.com] 
>> Sent: Thursday, May 12, 2016 2:59 AM
>> To: user@mesos.apache.org
>> Subject: Deploying MySQL and WordPress Docker Containers through Marathon
>> 
>>  
>> 
>>  
>> 
>> Hi ,
>> 
>>  
>> 
>> In case we are killing one of the instances running through Marathon UI. It 
>> is able to bring up another replacing it.
>> 
>>  
>> 
>> So, would like to know is it a replication of the previous instance which 
>> was killed or it’s a new one.
>> 
>>  
>> 
>> For example, if we are running a MySQL application through Marathon UI  and 
>> try on of its instance to kill. Will the information saved in the database 
>> will be remain in the new one replacing it.
>> 
>>  
>> 
>>  
>> 
>> Thanks
>> 
>>  
>> 
>>  
>> 
>>  
>> 
>>  
>> 
>>  
>> 
>> 
>> This message is for the designated recipient only and may contain 
>> privileged, proprietary, or otherwise confidential information. If you have 
>> received it in error, please notify the sender immediately and delete the 
>> original. Any other use of the e-mail by you is prohibited. Where allowed by 
>> local law, electronic communications with Accenture and its affiliates, 
>> including e-mail and instant messaging (including content), may be scanned 
>> by our systems for the purposes of information security and assessment of 
>> internal compliance with Accenture policy. 
>> __
>> 
>> www.accenture.com
>> 
> 


Re: Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-13 Thread Guangya Liu
Just FYI, the dc/os does have near term roadmap to enable support for
"external volume storage":
https://github.com/dcos/dcos-docs/blob/master/1.7/overview/roadmap.md#pluggable-external-volumes
, once this was enabled in open source dc/os, you can use this feature to
manage your stateful services.

The JIRA for the external storage support is here
https://issues.apache.org/jira/browse/MESOS-4355

Thanks,

Guangya

On Fri, May 13, 2016 at 2:16 AM, Wong, Steven <steven.w...@emc.com> wrote:

> There was a presentation given on this last week at the EMC World
> conference, demonstrating migration of a MySQL server across cluster nodes,
> with persistent storage on an external volume. For this use case, a cloud
> volume (such as AWS EBS), or a networked attached storage volume (such as
> ScaleIO) would be used to hold the database.
>
> slide deck:
> http://www.slideshare.net/EMCCODE/emc-world-2016-code04-extending-mesos-for-storage-and-external-resources
>
>
>
> Video of demo:
> https://www.youtube.com/watch?v=DL64mdYv5Lg=PLbssOJyyvHuWiBQAg9EFWH570timj2fxt=1
>
>
>
> Note that the demo is using a very recent version of the DC/OS Marathon UI
>
> Steve Wong
>
> Developer Advocate
>
> EMC{code} – the open source advocacy group within EMC
>
> [image: emccode small]
>
> *CODE OPEN, DEPLOY EVERYWHERE*
>
> https://github.com/emccode
>
> *blog.emccode.com <http://blog.emccode.com>*
>
>
>
> @cantbewong
>
>
>
> *From:* suruchi.kum...@accenture.com [mailto:suruchi.kum...@accenture.com]
>
> *Sent:* Thursday, May 12, 2016 2:59 AM
> *To:* user@mesos.apache.org
> *Subject:* Deploying MySQL and WordPress Docker Containers through
> Marathon
>
>
>
>
>
> Hi ,
>
>
>
> In case we are killing one of the instances running through Marathon UI.
> It is able to bring up another replacing it.
>
>
>
> So, would like to know is it a replication of the previous instance which
> was killed or it’s a new one.
>
>
>
> For example, if we are running a MySQL application through Marathon UI
> and try on of its instance to kill. Will the information saved in the
> database will be remain in the new one replacing it.
>
>
>
>
>
> Thanks
>
>
>
>
>
>
>
>
>
>
> --
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise confidential information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the e-mail by you is prohibited. Where allowed
> by local law, electronic communications with Accenture and its affiliates,
> including e-mail and instant messaging (including content), may be scanned
> by our systems for the purposes of information security and assessment of
> internal compliance with Accenture policy.
>
> __
>
> www.accenture.com
>


RE: Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-12 Thread Wong, Steven
There was a presentation given on this last week at the EMC World conference, 
demonstrating migration of a MySQL server across cluster nodes, with persistent 
storage on an external volume. For this use case, a cloud volume (such as AWS 
EBS), or a networked attached storage volume (such as ScaleIO) would be used to 
hold the database.

slide deck: 
http://www.slideshare.net/EMCCODE/emc-world-2016-code04-extending-mesos-for-storage-and-external-resources

Video of demo: 
https://www.youtube.com/watch?v=DL64mdYv5Lg=PLbssOJyyvHuWiBQAg9EFWH570timj2fxt=1

Note that the demo is using a very recent version of the DC/OS Marathon UI

Steve Wong
Developer Advocate
EMC{code} - the open source advocacy group within EMC
[emccode small]
CODE OPEN, DEPLOY EVERYWHERE
https://github.com/emccode
blog.emccode.com

@cantbewong

From: suruchi.kum...@accenture.com [mailto:suruchi.kum...@accenture.com]
Sent: Thursday, May 12, 2016 2:59 AM
To: user@mesos.apache.org
Subject: Deploying MySQL and WordPress Docker Containers through Marathon


Hi ,

In case we are killing one of the instances running through Marathon UI. It is 
able to bring up another replacing it.

So, would like to know is it a replication of the previous instance which was 
killed or it's a new one.

For example, if we are running a MySQL application through Marathon UI  and try 
on of its instance to kill. Will the information saved in the database will be 
remain in the new one replacing it.


Thanks







This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com<http://www.accenture.com>


Re: Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-12 Thread Casey Bisson

The MySQL service automatically clusters with a single primary and any number 
of replicas. If a replica fails, Marathon will replace it, and the new instance 
will automatically bootstrap itself with a copy of the DB and join the cluster. 
If the primary should fail, one of the replicas will be promoted to to primary, 
and Marathon will launch a new instance to replace the replica.  

There are more details in 
https://www.joyent.com/blog/dbaas-simplicity-no-lock-in

--Casey

> On May 12, 2016, at 2:56 AM,  
>  wrote:
> 
> Hi ,
>  
> In case we are killing one the instances running through Marathon UI. It is 
> able to bring up another replacing it.
>  
> So, would like to know is it a replication of the previous instance which was 
> killed or it’s a new one.
>  
> For example, if we are running a MySQL application through Marathon UI  and 
> try on of its instance to kill. Will the information saved in the database 
> will be remain in the new one replacing it.
>  
>  
> Thanks
>  
>  
>  
>  
> 
> 
> This message is for the designated recipient only and may contain privileged, 
> proprietary, or otherwise confidential information. If you have received it 
> in error, please notify the sender immediately and delete the original. Any 
> other use of the e-mail by you is prohibited. Where allowed by local law, 
> electronic communications with Accenture and its affiliates, including e-mail 
> and instant messaging (including content), may be scanned by our systems for 
> the purposes of information security and assessment of internal compliance 
> with Accenture policy. 
> __
> 
> www.accenture.com


Re: Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-12 Thread Thomas Runyon
You can do it either way actually.  The default case is for it to bring up
a fresh instance of MySQL, since the sandbox the application starts in is
clean.  Mesosphere had a recent blog post about using persistent storage in
Marathon (
https://mesosphere.com/blog/2016/05/04/emc-external-storage-stateful-services/)
that showcases how you could bring up a new instance with the same data
present, even if its on a different node.

On Thu, May 12, 2016 at 5:59 AM  wrote:

>
>
> Hi ,
>
>
>
> In case we are killing one of the instances running through Marathon UI.
> It is able to bring up another replacing it.
>
>
>
> So, would like to know is it a replication of the previous instance which
> was killed or it’s a new one.
>
>
>
> For example, if we are running a MySQL application through Marathon UI
> and try on of its instance to kill. Will the information saved in the
> database will be remain in the new one replacing it.
>
>
>
>
>
> Thanks
>
>
>
>
>
>
>
>
>
> --
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise confidential information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the e-mail by you is prohibited. Where allowed
> by local law, electronic communications with Accenture and its affiliates,
> including e-mail and instant messaging (including content), may be scanned
> by our systems for the purposes of information security and assessment of
> internal compliance with Accenture policy.
>
> __
>
> www.accenture.com
>


Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-12 Thread suruchi.kumari

Hi ,

In case we are killing one of the instances running through Marathon UI. It is 
able to bring up another replacing it.

So, would like to know is it a replication of the previous instance which was 
killed or it's a new one.

For example, if we are running a MySQL application through Marathon UI  and try 
on of its instance to kill. Will the information saved in the database will be 
remain in the new one replacing it.


Thanks







This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com


Deploying MySQL and WordPress Docker Containers through Marathon

2016-05-12 Thread suruchi.kumari
Hi ,

In case we are killing one the instances running through Marathon UI. It is 
able to bring up another replacing it.

So, would like to know is it a replication of the previous instance which was 
killed or it's a new one.

For example, if we are running a MySQL application through Marathon UI  and try 
on of its instance to kill. Will the information saved in the database will be 
remain in the new one replacing it.


Thanks







This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com