Why the container life is less than a week ??

10 views
Skip to first unread message

Manikya Holla

unread,
Nov 2, 2017, 12:52:51 AM11/2/17
to FOSS Cafe
Hi,

I am Amitha. I have query on Container.
I read that ,container life in production is 1 or 2 days. Wondering why they get killed so soon ?
Any input ?


Regards
Amitha


<Snippet >

Containers' short lifetimes and increased density have significant implications for infrastructure monitoring. They represent an order-of-magnitude increase in the number of things that need to be individually monitored. Monitoring solutions that are host-centric, rather than role-centric, quickly become unusable. We thus expect Docker to continue to drive the sea change in monitoring practices that the cloud began several years ago.

Manikya Holla

unread,
Nov 2, 2017, 12:55:54 AM11/2/17
to FOSS Cafe
Is it because, new Application changes keep coming everyday and CI/CD deploys more builds per day to deployment ?

Regards
Amitha

Raj Kiran Gade

unread,
Nov 2, 2017, 1:02:18 AM11/2/17
to foss...@googlegroups.com
Hi Amitha,

Essentially, it can be many things, but I guess it filters out to two :-
  1. If there is a change, you take that container out and put in a new container with your change.
    1. If this doesn't work, you take out the new container with your change and put back in the old one ( rebuilt )
  2. If it works, you keep it that way until your next change comes up.
Now, if your change is a month away and you are doing things manually, I don't see the necessity of using a container based approach.
If you are doing ~5 builds a day, then yeah, you fall into the above category that two steps repeat ( as in a cycle ).

Regards,
Raj Kiran Gade

--
https://speakerdeck.com/fosscafe/fosscafe
---
You received this message because you are subscribed to the Google Groups "FOSS Cafe" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fosscafe+u...@googlegroups.com.
To post to this group, send email to foss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Regards,
Raj Kiran Gade

Manikya Holla

unread,
Nov 2, 2017, 1:04:54 AM11/2/17
to foss...@googlegroups.com
Thanks . 

Manikya Holla

unread,
Nov 2, 2017, 1:06:14 AM11/2/17
to foss...@googlegroups.com
Thank you. 


On Nov 2, 2017, at 10:32 AM, Raj Kiran Gade <rajk...@acm.org> wrote:

To unsubscribe from this group and stop receiving emails from it, send an email to fosscafe+unsubscribe@googlegroups.com.

To post to this group, send email to foss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Regards,
Raj Kiran Gade

--
https://speakerdeck.com/fosscafe/fosscafe
---
You received this message because you are subscribed to the Google Groups "FOSS Cafe" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fosscafe+unsubscribe@googlegroups.com.

Saifi

unread,
Nov 2, 2017, 2:04:07 PM11/2/17
to FOSS Cafe
On Wed, 1 Nov 2017, Manikya Holla wrote:

> I am Amitha. I have query on Container.
> I read that ,container life in production is 1 or 2 days. Wondering why they get killed so soon ?
> Any input ?
>

Docker accelerates application deployment thanks to seamless dependency management.

The word is "replace" and not "repair" !

As a result, depending on how often you 'replace' the application, you are going to see a docker container restart.


warm regards
Saifi.
Reply all
Reply to author
Forward
0 new messages