awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesContainer CPU, Memory, and Disk Limits

Configures CPU, memory, and disk size limits on containers and VMs at creation or runtime to enforce resource caps.

Distinct from Runtime Memory Limits: Distinct from Runtime Memory Limits: covers CPU and disk limits in addition to memory, and applies to containers and VMs, not just a VM runtime.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Container CPU, Memory, and Disk Limits. Refine with filters or upvote what's useful.

Awesome Container CPU, Memory, and Disk Limits GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • operator-framework/operator-sdkoperator-framework का अवतार

    operator-framework/operator-sdk

    7,658GitHub पर देखें↗

    The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.

    Allows specifying CPU and memory limits in deployment manifests to ensure cluster stability.

    Gokubernetesoperatorsdk
    GitHub पर देखें↗7,658
  • cri-o/cri-ocri-o का अवतार

    cri-o/cri-o

    5,629GitHub पर देखें↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Sets a configurable minimum memory limit per OCI runtime to prevent containers from using too little memory.

    Go
    GitHub पर देखें↗5,629
  • lxc/lxdlxc का अवतार

    lxc/lxd

    5,554GitHub पर देखें↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Configures CPU, memory, disk, and network limits on containers and virtual machines at creation or runtime.

    Go
    GitHub पर देखें↗5,554
  • lxc/incuslxc का अवतार

    lxc/incus

    4,893GitHub पर देखें↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Sets CPU, memory, and disk size limits on instances at creation or while running to protect host capacity.

    Gocloudcontainershacktoberfest
    GitHub पर देखें↗4,893
  • opencontainers/runtime-specopencontainers का अवतार

    opencontainers/runtime-spec

    3,641GitHub पर देखें↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Restricts the percentage of CPU time user threads can consume to prevent resource starvation.

    Gocontainersdockeroci
    GitHub पर देखें↗3,641
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtual Memory Management
  4. Runtime Memory Limits
  5. Container CPU, Memory, and Disk Limits

सब-टैग एक्सप्लोर करें

  • Annotation-Based CPU Limit EnforcementApplies CPU period and quota limits to containers annotated with workload annotations, overriding default values. **Distinct from Container CPU, Memory, and Disk Limits:** Distinct from Container CPU, Memory, and Disk Limits: applies limits based on workload annotations, not general configuration, and overrides default values.
  • Infra Container CPU PinnersAssigns specific CPUs for running infrastructure containers through a configuration flag to control resource placement. **Distinct from Container CPU, Memory, and Disk Limits:** Distinct from Container CPU, Memory, and Disk Limits: focuses on pinning infra containers to specific CPUs, not general resource caps.
  • Infra Container CPU ReservationsReserves specific CPU cores to run infrastructure containers that support pod networking and lifecycle. **Distinct from Container CPU, Memory, and Disk Limits:** Distinct from Container CPU, Memory, and Disk Limits: focuses on reserving CPUs for infra containers, not general resource caps.
  • Swap Limit ConfigurationsSets a memory swap limit for containers as directed by the Kubelet through the CRI. **Distinct from Container CPU, Memory, and Disk Limits:** Distinct from Container CPU, Memory, and Disk Limits: focuses specifically on memory swap limits, not general CPU/memory/disk limits.
  • Workload-Annotated CPU Limiters1 सब-टैगApplies CPU period and quota limits to containers that carry workload annotations, ensuring they stay within resource bounds. **Distinct from Container CPU, Memory, and Disk Limits:** Distinct from Container CPU, Memory, and Disk Limits: applies limits specifically based on workload annotations, not general resource caps.