awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesDynamic Identity Allocators

Mechanisms for assigning temporary identifiers to processes without requiring permanent database entries.

Distinct from Dynamic Memory Allocation: None of the candidates were relevant; this category specifically addresses process-level identity allocation.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Dynamic Identity Allocators. Refine with filters or upvote what's useful.

Awesome Dynamic Identity Allocators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • systemd/systemdsystemd 的头像

    systemd/systemd

    15,324在 GitHub 上查看↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Assigns temporary identifiers to processes, allowing services to run with unique identities without permanent database entries.

    Ccinitlinux
    在 GitHub 上查看↗15,324
  • metallb/metallbmetallb 的头像

    metallb/metallb

    8,243在 GitHub 上查看↗

    MetalLB is a Kubernetes load balancer implementation and IP address manager designed for bare metal clusters. It functions as a networking tool that provides external connectivity and traffic distribution by assigning external IPv4 and IPv6 addresses to services. The project differentiates itself by providing two distinct advertisement modes. It can operate as a BGP routing controller, using the Border Gateway Protocol to announce service IPs to external routers with support for bidirectional forwarding detection and VRF-aware routing. Alternatively, it can act as a Layer 2 network advertiser

    Automatically allocates available IP addresses from defined ranges to services for dynamic environment assignment.

    Goarpbare-metalbgp
    在 GitHub 上查看↗8,243
  • lxc/lxdlxc 的头像

    lxc/lxd

    5,554在 GitHub 上查看↗

    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

    Shows allocated IP addresses and usage statistics across all managed networks.

    Go
    在 GitHub 上查看↗5,554
  • lxc/incuslxc 的头像

    lxc/incus

    4,893在 GitHub 上查看↗

    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

    Displays all IP addresses assigned to instances, networks, forwards, and load balancers to help debug networking issues.

    Gocloudcontainershacktoberfest
    在 GitHub 上查看↗4,893
  • dotheevo/selfhosted-apps-dockerDoTheEvo 的头像

    DoTheEvo/selfhosted-apps-docker

    2,833在 GitHub 上查看↗

    This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source services on a home server. It primarily utilizes Docker and Docker Compose to automate the orchestration, lifecycle management, and deployment of containerized applications. The repository provides a comprehensive suite for self-hosted infrastructure, covering network management tools, media streaming, and home automation. It includes specialized configurations for securing internal services via reverse proxies, WireGuard VPN tunnels, and automated SSL/TLS certificate manageme

    Configures a DHCP server to provide dynamic IP address allocation and leases for local network devices.

    Shell
    在 GitHub 上查看↗2,833
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Identity Allocators

探索子标签

  • Dynamic IP Address Allocators1 个子标签Systems that automatically assign temporary or dynamic IP addresses from a managed pool to services. **Distinct from Dynamic Identity Allocators:** Focuses on network IP address allocation rather than process-level identity allocation.