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

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

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

4 مستودعات

Awesome GitHub RepositoriesConfiguration Component Composition

The process of combining multiple base resource sets and shared components into a final deployment configuration.

Distinct from Component Configuration: Focuses on infrastructure manifest composition rather than UI component patterns.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Configuration Component Composition. Refine with filters or upvote what's useful.

Awesome Configuration Component Composition GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kubernetes-sigs/kustomizeالصورة الرمزية لـ kubernetes-sigs

    kubernetes-sigs/kustomize

    12,070عرض على GitHub↗

    Kustomize is a declarative configuration manager and manifest customizer for Kubernetes. It functions as a patching engine that transforms base YAML files into environment-specific configurations through overlays and composition, allowing for the generation of complex deployments without modifying original source files. The tool distinguishes itself by using an overlay-based resource composition model to layer environment overrides on top of shared bases. It employs strategic merge patching and recursive base resolution to flatten inherited configurations into a final output set. The project

    Builds complex deployment sets by combining multiple base resources and shared components into a single configuration.

    Gohacktoberfestk8s-sig-cli
    عرض على GitHub↗12,070
  • meshery/mesheryالصورة الرمزية لـ meshery

    meshery/meshery

    9,966عرض على GitHub↗

    Meshery is a service mesh management plane and cloud native infrastructure orchestrator. It provides a visual design-as-code environment for modeling microservices and infrastructure components through declarative blueprints, functioning as a centralized platform for designing, deploying, and managing service mesh infrastructure. The platform is distinguished by its ability to translate visual designs into active deployments and its use of gRPC-based adapters to integrate with diverse infrastructure providers. It features a multi-tenant architecture that manages shared workspaces and role-bas

    Automatically patches component settings based on predefined policy-driven criteria when relationships are modified.

    HTMLcloud-nativecncfcontrol-plane
    عرض على GitHub↗9,966
  • fermyon/spinالصورة الرمزية لـ fermyon

    fermyon/spin

    6,443عرض على GitHub↗

    Spin is a WebAssembly serverless framework and development toolchain for building and running portable microservices. It functions as an event-driven orchestrator and runtime that executes WebAssembly components, allowing developers to map HTTP requests, Redis messages, and cron schedules to specific modules. The project distinguishes itself by implementing a Wasm-based AI inference gateway, enabling components to perform model inference and generate text embeddings. It utilizes the WebAssembly Component Model and WASI for language-agnostic composition and portable host interfacing, while emp

    Wires components together via WIT interfaces using local paths, registries, or URLs for language-agnostic composition.

    Rust
    عرض على GitHub↗6,443
  • tenable/terrascanالصورة الرمزية لـ tenable

    tenable/terrascan

    5,210عرض على GitHub↗

    Terrascan هي أداة تحليل ثابت مصممة لتقييم ملفات تكوين البنية التحتية ككود بحثاً عن ثغرات أمنية وانتهاكات الامتثال. من خلال تحليل هذه الملفات إلى تمثيل وسيط، تحدد المخاطر قبل توفير موارد السحابة، وتعمل كمدقق امتثال للبيئات السحابية الأصلية. تعمل الأداة كمحرك سياسة ككود، مما يسمح للمستخدمين بتعريف وإنفاذ قواعد أمان مخصصة ومعايير الصناعة باستخدام لغة استعلام متخصصة. تتميز بقدرتها على التكامل مباشرة في سير عمل التطوير والنشر، مما يوفر حواجز أمان آلية يمكنها حظر عمليات النشر غير المتوافقة عبر التقارير القائمة على كود الخروج. بعيداً عن التحليل الثابت، تدعم المنصة مسح ثغرات سجل الحاويات لربط المخاطر القائمة على الصور بتكوينات البنية التحتية. كما توفر مراقبة انحراف التكوين لتتبع الموارد الموفرة مقابل خطوط أساس الأمان المعمول بها، إلى جانب آليات قمع مدفوعة بالتكوين لإدارة تجاوزات السياسة والإيجابيات الكاذبة. يوفر البرنامج كلاً من واجهة سطر أوامر للتحقق من التطوير المحلي وواجهة برمجة تطبيقات مسح يمكن الوصول إليها عبر الشبكة للتكامل عن بُعد مع أنظمة الطرف الثالث وخطوط الأنابيب الآلية.

    Enables selective disabling or overriding of security rules via external configuration files to manage false positives.

    Go
    عرض على GitHub↗5,210
  1. Home
  2. DevOps & Infrastructure
  3. Configuration Component Composition

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

  • Policy-Driven Patching1 وسم فرعيAutomated modification of component settings based on predefined architectural policies and relationship changes. **Distinct from Configuration Component Composition:** Distinct from Configuration Component Composition: focuses on the automated patching of settings via policies rather than the manual composition of manifests.
  • Wasm Component WiringConnecting WebAssembly components using WIT interfaces and binary registries. **Distinct from Configuration Component Composition:** Focuses on binary Wasm component composition via WIT, whereas the parent focuses on infrastructure manifest composition.