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.
Principalele funcționalități ale score-spec/spec sunt: Workload Specification Implementations, Workload Definitions, Platform-Agnostic Workload Specifications, Workload Metadata Placeholder Resolutions, Provisioner Loading Architectures, Declarative Database Connectors, Declarative Database Provisioners, Shared Resource Provisioners.
Alternativele open-source pentru score-spec/spec includ: psviderski/uncloud — Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers… langflow-ai/openrag — OpenRAG is an agentic retrieval-augmented generation framework and containerized stack. It provides a vector search… hotheadhacker/seedbox-lite — Seedbox-lite is a self-hosted media center and torrent streaming gateway. It functions as a containerized application… sidpalas/devops-directive-kubernetes-course — This project is a comprehensive educational curriculum designed to teach the fundamentals of container orchestration… liangliangyy/djangoblog — DjangoBlog is an open-source blog engine built with the Django web framework, designed as a full-featured content… peterh0323/streamer-sales — Streamer-Sales is a digital avatar video generator and large language model sales agent framework. It functions as a…
Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers without a central control plane. It functions as a peer-to-peer system and a Docker Compose cluster deployer, using SSH-based infrastructure management to coordinate operations across remote nodes. The project distinguishes itself by using a secure mesh network overlay to enable direct inter-container communication across different physical machines. It facilitates container image distribution by transferring missing layers directly from local environments to target nodes, bypa
OpenRAG is an agentic retrieval-augmented generation framework and containerized stack. It provides a vector search engine for indexing unstructured documents and a Model Context Protocol server that exposes ingestion and semantic search tools to external AI assistants. The system distinguishes itself through a visual AI orchestration interface, allowing users to build retrieval pipelines via a drag-and-drop designer rather than manual code. It utilizes agentic workflows that coordinate multiple agents and re-ranking steps to improve response accuracy, and it allows the definition of agent sk
Seedbox-lite is a self-hosted media center and torrent streaming gateway. It functions as a containerized application that orchestrates a torrent engine and a responsive web interface to manage downloads and stream video content. The system separates the torrent backend from the frontend via a REST API. It enables real-time playback of video files from torrents, allowing viewing to begin before the full transfer completes. The platform covers torrent download management using magnet links, media playback with subtitle integration, and disk cache management. Access is secured through password
This project is a comprehensive educational curriculum designed to teach the fundamentals of container orchestration and infrastructure automation. It provides a structured learning path for mastering the lifecycle management of containerized applications, covering the core concepts of declarative resource definitions, control-loop-based reconciliation, and distributed cluster state management. The course distinguishes itself by focusing on practical, hands-on implementation of modern DevOps practices. It guides users through the integration of GitOps workflows for state synchronization, the