awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesNode Retirement

Procedures for gracefully removing nodes from a cluster, including draining workloads and wiping data.

Distinct from Cluster Node Management: Specifically covers the end-of-life process for hardware, distinct from general node management.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Node Retirement. Refine with filters or upvote what's useful.

Awesome Node Retirement GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apple/foundationdbAvatar apple

    apple/foundationdb

    16,446Vezi pe GitHub↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    Removes nodes from the cluster by migrating data away to maintain redundancy before shutdown.

    C++aciddistributed-databasefoundationdb
    Vezi pe GitHub↗16,446
  • siderolabs/talosAvatar siderolabs

    siderolabs/talos

    10,659Vezi pe GitHub↗

    Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified

    Cordon, drains, and erases local disks to permanently retire cluster hardware.

    Gocloud-nativecontainerdgo
    Vezi pe GitHub↗10,659
  • aws/karpenter-provider-awsAvatar aws

    aws/karpenter-provider-aws

    7,661Vezi pe GitHub↗

    karpenter-provider-aws is a Kubernetes node autoscaler and infrastructure provider for AWS. It serves as a node lifecycle manager and cluster cost optimizer that automatically provisions and removes compute instances based on the resource requirements of pending pods. The project distinguishes itself through advanced AWS spot instance orchestration and price-capacity optimized selection to reduce cloud spend. It minimizes costs by consolidating underutilized nodes and prioritizing spot or reserved instances over on-demand capacity, while proactively migrating workloads before cloud provider i

    Drains and terminates nodes automatically after they reach a predefined maximum lifetime.

    Go
    Vezi pe GitHub↗7,661
  • deuxfleurs-org/garageAvatar deuxfleurs-org

    deuxfleurs-org/garage

    2,944Vezi pe GitHub↗

    Garage is a distributed object storage system that provides an S3-compatible API gateway. It is designed to synchronize metadata across distributed nodes using conflict-free replicated data types and Merkle-tree state alignment to maintain cluster-wide consistency. The system ensures data resilience through zone-aware replication, distributing data copies across multiple physical locations. It employs quorum-based request routing and versioned layout management to validate and commit cluster configuration changes. The project covers a broad range of operational capabilities, including automa

    Excises broken nodes from the cluster and redistributes data to maintain the required replica count.

    Rustobject-storagerusts3
    Vezi pe GitHub↗2,944
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Node Management
  4. Node Retirement