awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesFinalizer-Based Lifecycle Controllers

Controls resource deletion by blocking object removal until associated external infrastructure is decommissioned.

Distinct from Lifecycle Management: Distinct from Lifecycle Management: focuses specifically on the finalizer-based blocking mechanism for infrastructure cleanup.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Finalizer-Based Lifecycle Controllers. Refine with filters or upvote what's useful.

Awesome Finalizer-Based Lifecycle Controllers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • crossplane/crossplaneAvatar von crossplane

    crossplane/crossplane

    11,791Auf GitHub ansehen↗

    Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers. The platform distinguishes itself through its composition-

    Uses finalizers to ensure external infrastructure is fully decommissioned before removing the corresponding resource object.

    Gocloud-computingcloud-managementcloud-native
    Auf GitHub ansehen↗11,791
  • kubernetes-sigs/kubebuilderAvatar von kubernetes-sigs

    kubernetes-sigs/kubebuilder

    8,992Auf GitHub ansehen↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Implements finalizers to ensure external dependencies are cleaned up before a resource is deleted from the cluster.

    Gok8s-sig-api-machinery
    Auf GitHub ansehen↗8,992
  1. Home
  2. DevOps & Infrastructure
  3. Lifecycle Management
  4. Finalizer-Based Lifecycle Controllers