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

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

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

4 مستودعات

Awesome GitHub RepositoriesWorkload Definitions

Declaring a workload's API version, metadata, and name to describe the application in a platform-agnostic way.

Distinct from Workload Orchestration: Distinct from Workload Orchestration: focuses on the declarative definition of workloads, not their lifecycle management.

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

Awesome Workload Definitions GitHub Repositories

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

    score-spec/spec

    8,052عرض على GitHub↗

    Score is a platform-agnostic workload specification standard that defines containerized application deployments and their resource dependencies in a declarative YAML format. It provides a developer-centric specification that separates environment-agnostic workload definitions from environment-specific configuration, enabling consistent deployment across development, testing, and production environments. The specification framework translates a single workload definition into deployable manifests for multiple container orchestration platforms, including Docker Compose and Kubernetes. It includ

    Declares workload API version, metadata, and name in a platform-agnostic format.

    Makefile
    عرض على GitHub↗8,052
  • akopytov/sysbenchالصورة الرمزية لـ akopytov

    akopytov/sysbench

    6,744عرض على GitHub↗

    sysbench is a database and system benchmark tool used to measure the throughput and latency of database systems and hardware components. It functions as a multi-threaded workload generator and hardware performance profiler designed to determine how systems perform under heavy load. The project serves as a scriptable benchmark engine, allowing for the definition of custom performance scenarios through scripts. It simulates real-world traffic patterns by generating random data based on mathematical probability distributions, such as Zipfian, Gaussian, or Pareto. Capabilities cover database per

    Allows users to define complex benchmark scenarios by implementing scripts that simulate specific application behaviors.

    C
    عرض على GitHub↗6,744
  • kubernetes/examplesالصورة الرمزية لـ kubernetes

    kubernetes/examples

    6,651عرض على GitHub↗

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

    Uses declarative YAML files to specify images, resource limits, and network policies for workloads.

    Shell
    عرض على GitHub↗6,651
  • giltene/wrk2الصورة الرمزية لـ giltene

    giltene/wrk2

    4,600عرض على GitHub↗

    wrk2 is a high-performance HTTP benchmarking tool and constant throughput load generator. It is designed to measure server stability and throughput by sending a fixed number of requests per second, functioning as a high-resolution latency profiler and a Lua-scriptable performance tester. The tool distinguishes itself through a scriptable interface that uses a high-performance just-in-time compiler to define complex request formats and custom response reporting logic. It employs high-resolution histograms to capture precise response time distributions and high-percentile latency data. The pro

    Provides scriptable definitions of performance tests to simulate specific application behaviors and request formats.

    C
    عرض على GitHub↗4,600
  1. Home
  2. DevOps & Infrastructure
  3. Workload Orchestration
  4. Workload Definitions

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

  • Custom Benchmark ScenariosScriptable definitions of performance tests that simulate specific application behaviors. **Distinct from Workload Definitions:** Focuses on the logic and behavior of a benchmark test rather than a platform-agnostic deployment manifest.