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

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

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

kubernetes/sample-controller

0
View on GitHub↗
3,487 نجوم·1,217 تفرعات·Go·Apache-2.0·9 مشاهدات

Sample Controller

Sample Controller is a reference implementation and developer toolkit for building custom controllers and operators to extend cluster capabilities with domain-specific resource types and reconciliation loops. It provides a foundational framework for defining, registering, and validating custom resource definitions and their instances to store domain-specific data within a cluster.

The framework observes remote API servers for resource mutations, queueing discovered instances for asynchronous processing while listening for creation, update, and deletion events to trigger reconciliation logic. It features automated code generation that produces strongly typed API clients, informers, listers, and deep-copy utilities directly from type definitions. Additionally, the project includes mechanisms for managing subresources, enforcing structural validation schemas, and maintaining thread-safe internal stores with custom indexing functions for rapid object retrieval.

Features

  • Custom Resource Definitions - Defines, registers, and validates custom resource definitions and their instances to store domain-specific data in a cluster.
  • Dynamic Resource Watching - Watches the API server for changes to custom resource instances to trigger asynchronous reconciliation logic.
  • Kubernetes Operators - Builds custom controllers and operators to extend cluster capabilities with domain-specific resource types and reconciliation loops.
  • API Client Generators - Automatically produces strongly typed API clients, informers, listers, and deep-copy utilities directly from type definitions.
  • Kubernetes Resource Validation - Enforces structural schemas and data validation rules on custom resources to ensure correct data formats before acceptance.
  • Custom Resource Controllers - Declares new custom resource types in a cluster so users can manage domain-specific entities using standard tooling.
  • Custom Resource Status Management - Exposes dedicated status and scaling endpoints on custom resources to track operational states and adjust workloads.
  • Kubernetes API Clients - Generates strongly-typed API clients, informers, and listers automatically from type definitions to interact safely with cluster resources.
  • Resource Event Triggers - Listens for creation, update, and deletion events on custom resources to trigger reconciliation logic.
  • Kubernetes Controllers - Provides a reference implementation and educational guide for building custom controllers that watch and reconcile domain-specific resources.
  • Asynchronous Event Queueing - Decouples resource delivery from execution by queueing object keys via callback handlers and running asynchronous worker tasks.
  • Instance Lifecycle Management - Handles the creation, retrieval, listing, and watching of custom resource instances through event-driven handlers.

سجل النجوم

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

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

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

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

Start searching with AI

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

مجموعات منسقة بعناية يظهر فيها Sample Controller.
  • Kubernetes operators

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

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

Sample Controller is a reference implementation and developer toolkit for building custom controllers and operators to extend cluster capabilities with domain-specific resource types and reconciliation loops. It provides a foundational framework for defining, registering, and validating custom resource definitions and their instances to store domain-specific data within a cluster.

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

الميزات الرئيسية لـ kubernetes/sample-controller هي: Custom Resource Definitions, Dynamic Resource Watching, Kubernetes Operators, API Client Generators, Kubernetes Resource Validation, Custom Resource Controllers, Custom Resource Status Management, Kubernetes API Clients.

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

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

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

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

    Gok8s-sig-api-machinery
    عرض على GitHub↗2,917
  • 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 لـ Sample Controller→