Container Auto-Scaling Using Pod Initialization Time Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current auto-scaling solutions in microservice container environments fail to accurately adjust resource allocation due to static target settings based on rough estimates, leading to inefficiencies and errors such as out-of-memory issues, underutilization, and suboptimal resource consumption.

Innovation Solution

A prediction model is employed to dynamically predict the time required for initializing new pods and adjust resource utilization parameters based on load changes, considering factors like image download time, initialization procedures, and cluster-specific delays, allowing for dynamic adjustment of target resource thresholds.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If static target resource utilization parameters are used for auto-scaling, then the system is simple to operate, but resource allocation accuracy deteriorates leading to out-of-memory issues and underutilization

Engineering Contradiction:
Improvesimplicity of auto-scaling configurationVSAvoidaccuracy of resource allocation
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The system dynamically changes the target resource utilization parameter based on the predicted initialization time of container instances. When initialization time increases, the target utilization parameter is reduced to prevent resource exhaustion; when initialization time decreases, the target utilization parameter is increased to improve resource efficiency. This resolves the contradiction by making the parameter adaptive rather than static.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system performs preliminary prediction of container instance initialization time before actual scaling decisions are made. This prediction is used to proactively adjust the target resource utilization parameter, preventing resource exhaustion issues before they occur rather than reacting to them after they happen.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If dynamic adjustment of resource allocation is implemented, then resource allocation accuracy is improved, but system complexity increases

Engineering Contradiction:
Improveaccuracy of resource allocationVSAvoidcomplexity of auto-scaling system
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system implements a feedback mechanism where the predicted initialization time of container instances is continuously monitored and used to adjust the target resource utilization parameter. This closed-loop feedback enables dynamic adaptation without requiring complex manual configuration or intervention.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs self-adjustment of resource allocation parameters based on its own operational characteristics (initialization time). The auto-scaling mechanism automatically predicts initialization time and adjusts target utilization parameters without external intervention, reducing the perceived complexity for users.

Inventive Principle:
Principle #25Self-service

3Reliability

If conservative resource thresholds are set to prevent resource exhaustion, then system reliability is improved, but resource utilization efficiency deteriorates

Engineering Contradiction:
Improveprevention of resource exhaustionVSAvoidresource utilization efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system transitions from static resource thresholds to dynamic thresholds that adapt based on container instance initialization characteristics. The target resource utilization parameter is adjusted in real-time based on predicted initialization time, allowing the system to maintain reliability while optimizing resource utilization efficiency dynamically.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12541401B2Intelligent auto-scaling of containerized workloads in container computing environment
Publication Date: 2026.02.03 DELL PROD LP
  • US12541401B2 patent drawing
  • US12541401B2 patent drawing
  • US12541401B2 patent drawing

AI summary

Techniques for managing containerized workloads in a container computing environment are disclosed. For example, a method comprises the following steps. The method predicts a composite time delay value for initializing an instance of a containerized workload for executing a microservice within a container computing environment. The method then computes at least one target resource utilization parameter, based on the predicted composite time delay value, for use by the container computing environment.