License Server Pod for Container Orchestration

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing software license enforcement methods, such as license files and servers, lack flexibility and are not well-suited for container orchestration systems like Kubernetes, leading to issues with token management and misuse, particularly due to the dynamic nature of container lifecycles and cluster IP addresses.

Innovation Solution

A cloud-native approach is implemented where a license server pod monitors and enforces licensing constraints within a container orchestration system by mounting licenses as volumes, using an API server to track service pods and evaluate usage against thresholds, enabling flexible and accurate license management.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If traditional license files or servers are used for software enforcement, then license compliance can be maintained, but the system lacks flexibility and is not well-suited for dynamic container orchestration environments

Engineering Contradiction:
Improveadaptability to container orchestrationVSAvoidlicense management complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent introduces a license server pod as an intermediary component within the container orchestration system. This pod acts as a mediator between service pods and the licensing mechanism, handling license verification and token management. The license server pod receives license requests from service pods, validates them against stored license constraints, and returns authorization decisions, thereby adapting traditional licensing to the dynamic container environment without requiring changes to the core licensing logic.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The licensing system is segmented into distinct functional components: license server pods that manage license verification, service pods that consume licensed services, and embedded license constraints within the orchestration system. This segmentation allows each component to operate independently with specific responsibilities, improving adaptability to container dynamics while maintaining overall system coherence and reducing management complexity.

Inventive Principle:
Principle #1Segmentation

2Productivity

If license tokens are managed in dynamic container environments, then service availability is improved, but token management becomes problematic due to container lifecycle changes

Engineering Contradiction:
Improveservice availabilityVSAvoidtoken management reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The license server pod implements feedback mechanisms to continuously monitor container lifecycle events and license usage states. When containers are created, modified, or destroyed, the system receives feedback about these changes and automatically adjusts license token allocation and verification accordingly. This feedback loop ensures that license management remains reliable despite the dynamic nature of container deployment and termination.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs preliminary actions by pre-configuring license constraints and embedding licensing logic within the container orchestration system before service pods are deployed. License tokens are pre-validated and bound to specific container identities or namespaces in advance, so that when containers are created or destroyed, the licensing system is already prepared to handle these transitions without requiring complex real-time token management decisions.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If license enforcement is implemented in container orchestration systems, then software compliance is ensured, but the system becomes less flexible with fixed IP address requirements

Engineering Contradiction:
Improvelicense complianceVSAvoidflexibility with IP addresses
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent fundamentally changes the identification parameter from fixed IP addresses to dynamic container identifiers such as pod names, namespace labels, or unique container IDs. This parameter change allows license enforcement to track and control software usage based on container identity rather than network address, maintaining compliance reliability while adapting to the dynamic IP assignment and container mobility characteristics of modern orchestration systems.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12093351B2Monitoring license constraints in a container orchestration system
Publication Date: 2024.09.17 HEWLETT PACKARD ENTERPRISE DEV LP
  • US12093351B2 patent drawing
  • US12093351B2 patent drawing
  • US12093351B2 patent drawing

AI summary

Embodiments described herein are generally directed to a cloud-native approach to software license enforcement in a container orchestration system. According to an example, information indicative of a number of sets of containers that are making use of one or more components of an application is received. The application is licensed by the tenant and the sets of containers are running within a namespace of the tenant within a cluster of a container orchestration system. Overuse of the application by the tenant is determined based on whether the number exceeds a licensing constraint for the application specified within an Application Programming Interface (API) object of the container orchestration system corresponding to the application. Responsive to a determination that the application is being overused by the tenant, the tenant is caused to be notified regarding the overuse.