4 مستودعات
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.
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.
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.
هذا المشروع عبارة عن مجموعة من أمثلة النشر المنسقة، والبيانات (manifests)، والقوالب لتشغيل تطبيقات وأعباء عمل متنوعة على مجموعة Kubernetes. يعمل كمكتبة بيانات ومجموعة من الموارد التعليمية المستخدمة لتدريس أنماط التكوين الأساسية لتنسيق الحاويات. يوفر المستودع قوالب مهيأة مسبقاً لأنماط معمارية شائعة، بما في ذلك نشر قواعد البيانات الموزعة، ونماذج الذكاء الاصطناعي، وخوادم الويب الجاهزة للإنتاج. تتضمن هذه الموارد دروساً تعليمية موجهة وأوامر تحقق لمساعدة المستخدمين على تعلم مفاهيم Kubernetes من خلال التطبيق العملي. يغطي المشروع مجموعة واسعة من تكوينات أعباء العمل، بما في ذلك إعداد المجموعة وتنفيذ قيود الموارد لضمان عمليات مستقرة للخدمات المعبأة في حاويات.
Uses declarative YAML files to specify images, resource limits, and network policies for workloads.
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.