Kubernetes Snapshot Consistency Using Operation-In-Progress Resources

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Kubernetes lacks transactional primitives to ensure snapshot consistency during management operations that modify multiple persistent resources, leading to potential inconsistencies in data lake house snapshots.

Innovation Solution

Implementing a custom resource mechanism, such as OperationInProgress Custom Resource, to track management operations in progress, ensuring that snapshot creation is retried only after these operations are completed, thereby maintaining data consistency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If management operations modify multiple persistent resources in Kubernetes, then operational flexibility and data manipulation capability are improved, but snapshot consistency and data integrity deteriorate due to lack of transactional primitives

Engineering Contradiction:
Improveoperational flexibilityVSAvoidsnapshot consistency
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent introduces an intermediary mechanism (custom resource representing operation in progress) that mediates between management operations and snapshot creation. This intermediary tracks operation status and enables snapshots to wait for completion, ensuring consistency without restricting operational flexibility.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent implements preliminary action by creating a custom resource to represent operations in progress before snapshots are taken. This preliminary tracking mechanism allows the system to prepare for and ensure operation completion before proceeding to snapshot creation, maintaining data integrity.

Inventive Principle:
Principle #10Preliminary action

2Speed

If snapshot creation does not wait for management operations to complete, then system responsiveness and operational speed are improved, but data consistency and snapshot accuracy deteriorate

Engineering Contradiction:
Improveoperational speedVSAvoidsnapshot accuracy
Core Design Contradiction:
SpeedVSManufacturing precision

Solution Approach 1:

The patent implements feedback by having the snapshot creation process monitor the status of management operations through the custom resource. The system continuously checks whether operations are in progress and adjusts timing accordingly, ensuring snapshots are taken only when operations are complete without unnecessary delays.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The custom resource is created as a preliminary indicator of ongoing operations. This preliminary action allows the snapshot system to understand operational state without blocking operations themselves, enabling responsive snapshot creation at the appropriate moment.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If a mechanism is introduced to track operations in progress, then snapshot consistency is improved, but system complexity and device complexity increase

Engineering Contradiction:
Improvesnapshot consistencyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies universality by designing the custom resource to serve multiple functions: tracking operation status, enabling snapshot consistency, and providing feedback mechanisms. This multi-functionality reduces the need for separate complex components while achieving the desired reliability.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The custom resource mechanism is self-service in nature, automatically tracking operation status without requiring external intervention. The system monitors its own state and provides the necessary information for consistent snapshot creation without adding significant operational complexity.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12468684B1Snapshot consistency in a kubernetes platform
Publication Date: 2025.11.11 DELL PROD LP
  • US12468684B1 patent drawing
  • US12468684B1 patent drawing
  • US12468684B1 patent drawing

AI summary

Ensuring snapshot consistency in a Kubernetes platform is presented. For instance an example method can comprise in response to receiving a management operation from a data analytics engine user interface, determining that the management operation is an executable operation that manipulates a first data resource of a group of data resources and a second data resource of the group of data resources, based on the management operation being the executable operation, generating a custom resource representing an operation in progress custom resource, in response to executing the operation in progress custom resource, manipulating the first data resource and the second data resource by facilitating execution of the management operation; determining that the management operation has completed manipulating the first data resource and the second data resource, and in response to determining that the management operation has completed execution, deleting the custom resource.