awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kubernetes-sigs avatar

kubernetes-sigs/controller-runtime

0
View on GitHub↗
2,917 نجوم·1,283 تفرعات·Go·Apache-2.0·7 مشاهدات

Controller Runtime

This project provides a framework for building Kubernetes operators and custom controllers. It offers a set of libraries designed to manage the lifecycle of cluster resources, enabling developers to synchronize the actual state of a cluster with a desired configuration through event-driven reconciliation loops.

The framework distinguishes itself by providing a manager-orchestrated environment that coordinates multiple controllers and webhooks within a single process. It includes built-in support for optimistic concurrency control to prevent update conflicts and utilizes in-memory informer caching to maintain a synchronized local view of cluster state, which reduces load on the API server.

Beyond core reconciliation, the project includes tools for schema-based resource mapping, allowing for the registration of custom resource definitions. It also provides mechanisms for admission control, enabling the validation and mutation of resource requests to enforce compliance before data is persisted. The framework includes a dedicated testing suite that spins up ephemeral, isolated API server environments to validate controller logic against real cluster behavior.

Features

  • Kubernetes Controllers - Implements a framework for building custom controllers that synchronize cluster state through declarative reconciliation loops.
  • Kubernetes Operators - Provides a framework for building custom controllers that watch cluster resources and execute logic to maintain a desired state.
  • Reconciliation Loops - Implements continuous control loops that converge cluster resources from their current state toward a desired target state.
  • Local Control Plane Testing - Spins up a local API server environment to validate controller logic against real cluster behavior during testing.
  • Cluster State Reconciliation - Synchronizes the state of cluster resources by watching for changes and executing custom logic to ensure the actual state matches the desired configuration.
  • Admission Controllers - The framework modifies incoming resource requests automatically by injecting or updating fields to ensure compliance with cluster-wide policies or defaults.
  • Admission Controllers - Intercepts resource creation or update requests to enforce custom business rules or inject default values before changes are persisted.
  • In-Memory Caches - Maintains a synchronized local copy of cluster state in memory to reduce API server load and accelerate reconciliation.
  • Optimistic Concurrency Control - Uses resource versioning and conditional updates to prevent conflicts when multiple processes modify the same cluster object.
  • Admission Webhooks - Intercepts resource creation and update requests to validate or mutate data before persistence to cluster storage.
  • Custom Resource Definitions - Maps data structures to specific API group-version-kinds to allow the system to recognize and manage custom resource definitions.
  • Kubernetes API Clients - Provides a comprehensive library for interacting with the Kubernetes API, managing resource schemas, and handling custom business logic.
  • Eventual Consistency Orchestrators - Handles potential cache staleness through optimistic locking, deterministic naming, or periodic requeueing to ensure eventual consistency.
  • Resource Mapping - Associates Go data structures with specific API group-version-kinds to enable automated serialization and management of custom resources.
  • Controller Lifecycle Management - Orchestrates the startup, shared caching, and graceful shutdown of multiple controllers and webhooks within a single process.
  • State Reconciliation - Maps multiple related objects to a single root object and enforces the desired state for that entire resource tree during each execution cycle.
  • API Testing Frameworks - Provides a testing suite that spins up a local API server to validate controller logic against real cluster behavior.
  • Kubernetes - Provides a dedicated testing suite that spins up ephemeral, isolated API server environments to validate controller logic against real cluster behavior.

سجل النجوم

مخطط تاريخ النجوم لـ kubernetes-sigs/controller-runtimeمخطط تاريخ النجوم لـ kubernetes-sigs/controller-runtime

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Controller Runtime

مجموعات منسقة بعناية يظهر فيها Controller Runtime.
  • إطارات عمل تطوير مشغلات (Operators) Kubernetes
  • بيئة تشغيل لتنفيذ المهام المتزامنة

الأسئلة الشائعة

ما هي وظيفة kubernetes-sigs/controller-runtime؟

This project provides a framework for building Kubernetes operators and custom controllers. It offers a set of libraries designed to manage the lifecycle of cluster resources, enabling developers to synchronize the actual state of a cluster with a desired configuration through event-driven reconciliation loops.

ما هي الميزات الرئيسية لـ kubernetes-sigs/controller-runtime؟

الميزات الرئيسية لـ kubernetes-sigs/controller-runtime هي: Kubernetes Controllers, Kubernetes Operators, Reconciliation Loops, Local Control Plane Testing, Cluster State Reconciliation, Admission Controllers, In-Memory Caches, Optimistic Concurrency Control.

ما هي البدائل مفتوحة المصدر لـ kubernetes-sigs/controller-runtime؟

تشمل البدائل مفتوحة المصدر لـ kubernetes-sigs/controller-runtime: kubernetes-sigs/kubebuilder — Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as… operator-framework/operator-sdk — The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes… kube-rs/kube — Kube-rs is a Rust client library and runtime for interacting with the Kubernetes API server. It provides a type-safe… kube-logging/logging-operator — The logging operator is a Kubernetes-native controller designed to automate the deployment, configuration, and… fluxcd/flux2 — Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with… kubernetes/client-go — This project is a Go language library that provides a programmatic interface for interacting with the Kubernetes API…

بدائل مفتوحة المصدر لـ Controller Runtime

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Controller Runtime.
  • kubernetes-sigs/kubebuilderالصورة الرمزية لـ kubernetes-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

    Gok8s-sig-api-machinery
    عرض على GitHub↗8,992
  • operator-framework/operator-sdkالصورة الرمزية لـ operator-framework

    operator-framework/operator-sdk

    7,658عرض على GitHub↗

    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.

    Gokubernetesoperatorsdk
    عرض على GitHub↗7,658
  • kube-rs/kubeالصورة الرمزية لـ kube-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

    Rustclientkubernetesruntime
    عرض على GitHub↗3,747
  • kube-logging/logging-operatorالصورة الرمزية لـ kube-logging

    kube-logging/logging-operator

    1,696عرض على GitHub↗

    The logging operator is a Kubernetes-native controller designed to automate the deployment, configuration, and lifecycle management of log collection and routing infrastructure. By utilizing custom resource definitions, it provides a declarative framework for standardizing how container logs are captured, processed, and forwarded across distributed cluster environments. The project distinguishes itself through its support for multi-tenant logging architectures, allowing administrators to enforce namespace-scoped isolation for log collection and routing configurations. It employs a sidecar inj

    Gocloud-nativekuberneteskubernetes-operator
    عرض على GitHub↗1,696
  • عرض جميع البدائل الـ 30 لـ Controller Runtime→