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

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

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

إطارات عمل تطوير مشغلات (Operators) Kubernetes

تم تحديث الترتيب في 30 يونيو 2026

For إطار عمل لكتابة مشغلات (operators) Kubernetes, the strongest matches are kubernetes-sigs/kubebuilder (Kubebuilder is the official Kubernetes operator development framework that), operator-framework/operator-sdk (The Operator SDK is the official framework for building) and kubernetes-sigs/controller-runtime (controller-runtime is the core Go library that implements the). Each is ranked by relevance to your query, popularity and recent activity.

مكتبات وأدوات مفتوحة المصدر تبسط بناء متحكمات Kubernetes مخصصة وإدارة دورات حياة التطبيقات المعقدة.

إطارات عمل تطوير مشغلات (Operators) Kubernetes

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Kubebuilder is the official Kubernetes operator development framework that provides marker-based code generation, CRD scaffolding, admission webhook support, RBAC manifest generation, and a hub-and-spoke versioning model for multi-API version management — exactly the comprehensive SDK and scaffolding tool this search targets.

    GoAdmission WebhooksCustom Resource DefinitionsCRD Generators
    عرض على 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.

    The Operator SDK is the official framework for building Kubernetes operators, offering scaffolding, reconciliation loops, CRD generation, testing utilities, and RBAC/webhook integration — a comprehensive match for this search.

    GoAdmission WebhooksControl LoopsCustom Resource Definitions
    عرض على GitHub↗7,658
  • kubernetes-sigs/controller-runtimeالصورة الرمزية لـ kubernetes-sigs

    kubernetes-sigs/controller-runtime

    2,917عرض على GitHub↗

    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 cac

    controller-runtime is the core Go library that implements the reconciliation loop and controller logic for Kubernetes operators, serving as the foundational SDK used by Kubebuilder and Operator SDK.

    GoCustom Resource Definitions
    عرض على GitHub↗2,917

Related searches

  • منصة لتنسيق الحاويات (Container Orchestration) للعناقيد
  • أداة تحجيم تلقائي تعتمد على الأحداث لـ Kubernetes
  • متحكم للتسليم التدريجي (progressive delivery) لـ Kubernetes
  • إطار عمل للحوسبة بدون خادم (Serverless) لـ Kubernetes
  • محرك سياسات ككود (policy-as-code) لـ Kubernetes
  • متحكم دخول (Ingress Controller) لـ Kubernetes
  • واجهة رسومية لسطح المكتب لإدارة مجموعات Kubernetes
  • أداة GitOps للتسليم المستمر على Kubernetes