Distributed Control Plane for Dynamic Storage Ownership Routing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional control plane logic fails to scale out to manage hundreds of worker nodes each hosting thousands of volumes, leading to single points of failure and inability to handle dynamic volume ownership changes and programming model differences between container orchestration platforms and distributed storage architectures.

Innovation Solution

Implement a distributed control plane within the container orchestration platform, comprising multiple control plane controllers paired with worker nodes, capable of reformatting commands between declarative and imperative models, tracking object ownership, and detecting node failures or additions to ensure scalable and resilient communication.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional centralized control plane logic is used, then system structure is simple, but it cannot scale to manage hundreds of worker nodes each hosting thousands of volumes

Engineering Contradiction:
Improvescaling capabilityVSAvoidcontrol plane structure
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The control plane is divided into multiple control plane controllers, each responsible for a subset of worker nodes. This segmentation enables the system to scale to hundreds of worker nodes while distributing the management workload across multiple controllers, preventing any single controller from becoming a bottleneck.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces a hierarchical dimension to the control plane architecture, with control plane controllers operating at one level and worker nodes at another. This dimensional organization allows efficient management of large-scale distributed systems by structuring control relationships across multiple levels rather than using a flat centralized approach.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If traditional control plane logic is used, then system structure is simple, but it creates single points of failure

Engineering Contradiction:
Improvefault toleranceVSAvoidcontrol plane structure
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

By segmenting the control plane into multiple independent control plane controllers, the system eliminates single points of failure. Each controller manages a subset of worker nodes, so if one controller fails, the others continue to operate, ensuring system reliability and fault tolerance.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system is designed to detect controller failures and automatically recover by redistributing worker node management responsibilities to remaining healthy controllers. This failover mechanism ensures continuous operation even when individual controllers are discarded due to failures.

Inventive Principle:
Principle #34Discarding and recovering

3Adaptability or versatility

If traditional control plane logic is used, then implementation is simple, but it cannot handle dynamic volume ownership changes

Engineering Contradiction:
Improvedynamic ownership handlingVSAvoidcontrol logic
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The control plane controllers are designed to dynamically detect and respond to volume ownership changes across worker nodes. This dynamic capability allows the system to adapt to changing storage requirements and node states, enabling flexible volume migration and rebalancing operations without requiring system reconfiguration.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements feedback mechanisms where control plane controllers continuously monitor worker node states and volume ownership information. Based on this feedback, controllers automatically make decisions about volume placement, migration, and ownership changes, enabling adaptive management of dynamic storage environments.

Inventive Principle:
Principle #23Feedback

4Adaptability or versatility

If traditional control plane logic is used, then implementation is simple, but it cannot handle programming model differences between container orchestration platforms and distributed storage architectures

Engineering Contradiction:
Improveprogramming model compatibilityVSAvoidcommunication logic
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The control plane controllers serve as intermediaries between the container orchestration platform and the distributed storage architecture. They translate and adapt communication protocols and programming models between these two different systems, enabling seamless integration despite fundamental differences in their operational paradigms and data structures.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250377826A1Distributed control plane for facilitating communication between a container orchestration platform and a distributed storage architecture
Publication Date: 2025.12.11 NETAPP INC
  • US20250377826A1 patent drawing
  • US20250377826A1 patent drawing
  • US20250377826A1 patent drawing

AI summary

Techniques are provided for implementing a distributed control plane to facilitate communication between a container orchestration platform and a distributed storage architecture. The distributed storage architecture hosts worker nodes that manage distributed storage that can be made accessible to applications within the container orchestration platform through the distributed control plane. The distributed control plane includes control plane controllers that are each paired with a single worker node of the distributed storage architecture. Thus, the distributed control plane is configured to selectively route commands to control plane controllers that are paired with worker nodes that are current owners of objects targeted by the commands. In this way, the control plane controllers can facilitate communication and performance of commands between the applications of the container orchestration platform and the worker nodes of the distributed storage architecture.