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

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

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

3 个仓库

Awesome GitHub RepositoriesResource Ownership Monitoring

Monitoring child resources to trigger reconciliation of the parent object upon child modification.

Distinct from Resource Change Monitors: Specifically tracks the relationship between parent and child resources to drive reconciliation.

Explore 3 awesome GitHub repositories matching system administration & monitoring · Resource Ownership Monitoring. Refine with filters or upvote what's useful.

Awesome Resource Ownership Monitoring GitHub Repositories

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

    kubernetes-sigs/kubebuilder

    8,992在 GitHub 上查看↗

    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

    Monitors child resources and triggers reconciliation of the parent object when children are modified or deleted.

    Gok8s-sig-api-machinery
    在 GitHub 上查看↗8,992
  • kube-rs/kubekube-rs 的头像

    kube-rs/kube

    3,747在 GitHub 上查看↗

    Kube-rs is a Rust client library and runtime for interacting with the Kubernetes API server. It provides a type-safe interface for managing cluster resources and state, including a toolkit for defining custom resource definitions and a framework for building admission webhooks to validate or mutate API requests. The project distinguishes itself through a dedicated controller runtime that implements event-driven reconciliation loops to align actual cluster state with desired configurations. It utilizes a streaming system to monitor resource changes and synchronize remote states into a local qu

    Schedules parent resource reconciliation automatically when owned child resources are modified.

    Rustclientkubernetesruntime
    在 GitHub 上查看↗3,747
  • kubernetes-sigs/krokubernetes-sigs 的头像

    kubernetes-sigs/kro

    2,928在 GitHub 上查看↗

    kro is a Kubernetes resource orchestrator and API abstraction layer that enables the definition of simplified custom API surfaces. It allows users to map high-level inputs to complex templates of underlying Kubernetes objects, effectively grouping interdependent resources into single, manageable units. The project differentiates itself by automating the generation of custom resource definitions and dedicated controllers from resource graph specifications without requiring manual Go code. It employs a dependency manager that uses directed acyclic graphs to coordinate the creation, readiness, a

    Applies labels to managed resources to identify their parent and maintain an ownership graph.

    Gok8s-sig-cloud-provider
    在 GitHub 上查看↗2,928
  1. Home
  2. System Administration & Monitoring
  3. Resource Monitoring
  4. Resource Change Monitors
  5. Resource Ownership Monitoring