Skip to content

@kubricate/toolkit / resource-allocator

resource-allocator

Classes

ClassDescription
ResourceAllocatorA class that calculates Kubernetes resource requests and limits based on predefined allocation strategies.

Type Aliases

Type AliasDescription
PresetTypePreset modes for resource allocation. - conservative: Prioritizes stability and efficiency with lower requests and limited limits. - optimized: A balanced approach that optimizes resource usage without overcommitting. - aggressive: Maximizes performance by using all allocated resources with high limits.