X
Business

Most technology containers live less than five minutes, and lifespans are getting even shorter

Survey shows how quickly containers do their jobs and then vaporize -- often within seconds.
Written by Joe McKendrick, Contributing Writer

A majority of container instances, 54%, are only around for five minutes or less. And these average lifespans keep getting even shorter. 

ship-freighter-san-francisco-ca-cropped-october-2013-photo-by-joe-mckendrick.jpg
Photo: Joe McKendrick

Comparing container lifespans now versus a year ago, a recent study from Sysdig finds that the number of containers that are alive for 10 seconds or less has doubled, from 11% to 22%. The number of containers that live for five minutes or less more than doubled as well, from 20% in 2018 to 54% this year.   

"It's well known that containers are ephemeral. What's surprising is that over half of containers are alive for less than five minutes," the survey's authors point out. They add that these extremely short lifespans have implications for security, requiring a DevOps approach. "Many containers need to only live long enough to execute a function and then terminate when it's complete. Seconds may seem short, but for some processes, it's all that is required. We expect the number of containers with short lifespans to increase, especially on serverless platforms that are well-suited to running short term tasks."

Container LIfespans

  • <=10 seconds       22%
  • <=1 minute      17%
  • <=5 minutes       15%
  • <=10 minutes      9%
  • <=30 minutes       10%
  • <=1 hour       4%
  • <=6 hours       6%
  • <=1 day       3%
  • <=1 week      8%
  • <=2 weeks       4%
  • >2 weeks       4%

At one week, there is a spike in containers stopping (8%), the study's authors observe. "We investigated why this might be the case and found that we can correlate this to Kubernetes doing its job of auto-scaling up and down. During the weekend, as demand on services decrease, Kubernetes reduces number of running instances per service." The survey shows that Kubernetes is the clear orchestrator of choice, employed at 77% of the sites surveyed. 

In addition, the survey also shows that half of container images get replaced - also known as churn - in a week or less. "For most if not all of today's businesses, speed to market matters and makes all the difference in maintaining competitiveness," the study's authors state. "Code deployment is being deployed more frequently, which in turn means new container images. Containers support what businesses need to turn great ideas into reality, fast."

Services -- defined as "the functional software components of applications like database software, load balancers, and custom code" -- are around for much longer periods, the Sysdig study also shows. These numbers are relatively unchanged from the 2018 study.  "Underneath, containers will start and stop to support scaling and other operations, but applications will remain up."

Service LIfespans

  • <=10 seconds       0%
  • <=1 minute      1%
  • <=5 minutes       3%
  • <=10 minutes      3%
  • <=30 minutes       6%
  • <=1 hour       6%
  • <=6 hours       6%
  • <=1 day       3%
  • <=1 week      12%
  • <=2 weeks       6%
  • >2 weeks       53%

"Containers are a perfect companion to the agile movement," the researchers state. "They help accelerate the development and release of code, often as containerized microservices. We found that over half of container images are replaced - aka churn - in a week or less. This reflects the reduction in the time between code releases. Further, it indicates that CI/CD pipelines are helping developer teams deliver software updates at a faster cadence than ever before."

Editorial standards