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

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

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

2 مستودعات

Awesome GitHub RepositoriesExternal API Scheme Integration

Registering non-native API types into a controller manager to enable operations on third-party resources.

Distinct from Third Party Integrations: Focuses on registering API schemes within a Kubernetes manager, not generic API integration or credential management.

Explore 2 awesome GitHub repositories matching devops & infrastructure · External API Scheme Integration. Refine with filters or upvote what's useful.

Awesome External API Scheme Integration GitHub Repositories

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

    Registers external API schemes into the operator manager to recognize and operate on non-native resource types.

    Gokubernetesoperatorsdk
    عرض على GitHub↗7,658
  • kubeoperator/kubeoperatorالصورة الرمزية لـ KubeOperator

    KubeOperator/KubeOperator

    4,982عرض على GitHub↗

    KubeOperator هي منصة شاملة لإدارة مجموعات Kubernetes، ومنسق للبنية التحتية، ومدير للمجموعات المتعددة. تعمل كتوزيعة Kubernetes للمؤسسات مصممة لأتمتة النشر والقياس وإدارة دورة حياة مجموعات الإنتاج عبر منصات سحابية متنوعة وآلات فيزيائية. تتميز المنصة بإمكانيات متخصصة للبيئات المعزولة (air-gapped)، بما في ذلك محرك تثبيت دون اتصال يقوم بإنشاء أرشيفات برمجية وإدارة سجلات خاصة للنشر الآمن دون إنترنت. كما توفر لوحة تحكم مركزية لعمليات الأسطول، مما يسمح باستيراد مجموعات خارجية وتنسيق البنية التحتية عبر مناطق جغرافية ومناطق توافر مختلفة. يغطي النظام سطحاً تشغيلياً واسعاً، بما في ذلك توفير الأجهزة الافتراضية الآلي، وتتبع مخزون الأجهزة، وإدارة دورة الحياة التعريفية للتصحيح والقياس. كما يدمج خدمات النسخ الاحتياطي والاسترداد المتكاملة، والتحكم في الوصول القائم على الأدوار مع مزامنة LDAP، ومراقبة شاملة لصحة المجموعة ومقاييس الأداء. يتم تنفيذ المهام الإدارية وعمليات المجموعة من خلال واجهة قائمة على الويب.

    Allows the import of existing external clusters into the management system using API server tokens.

    Goansiblecontainersdocker
    عرض على GitHub↗4,982
  1. Home
  2. DevOps & Infrastructure
  3. External API Scheme Integration

استكشف الوسوم الفرعية

  • External Cluster IntegrationsConnecting external clusters to a management system via API tokens for centralized oversight. **Distinct from External API Scheme Integration:** Focuses on connecting external Kubernetes clusters to a manager, not registering API schemes in a controller.