awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

33 repository-uri

Awesome GitHub RepositoriesLabel-Based Selection

Filtering mechanisms that use container labels to determine management scope.

Distinguishing note: Focuses on label-based scoping for container management operations.

Explore 33 awesome GitHub repositories matching devops & infrastructure · Label-Based Selection. Refine with filters or upvote what's useful.

Awesome Label-Based Selection GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • containrrr/watchtowerAvatar containrrr

    containrrr/watchtower

    24,635Vezi pe GitHub↗

    Watchtower is a container-based solution designed to automate the lifecycle management of Docker applications. It functions as a background service that monitors running containers, detects when new base image versions are available in registries, and automatically redeploys the containers to ensure they remain synchronized with the latest builds. The project distinguishes itself through its ability to orchestrate complex deployment workflows and maintain service availability during updates. It interacts directly with the container runtime to manage service dependencies and restart sequences,

    Restricts management operations to specific containers marked with defined labels.

    Goautomationcontinuous-deliverydevops
    Vezi pe GitHub↗24,635
  • netflix/chaosmonkeyAvatar Netflix

    Netflix/chaosmonkey

    16,597Vezi pe GitHub↗

    Chaos Monkey is a chaos engineering tool designed to verify the resilience of distributed systems by intentionally terminating production instances. It functions as a fault injection service that identifies weaknesses in cloud-based architectures by simulating real-world hardware and software outages. The platform operates through a centralized orchestration engine that executes periodic disruption cycles based on predefined configuration rules. It employs a rule-based selection process that evaluates instance metadata against safety constraints to ensure that only eligible targets are disrup

    Evaluates instance metadata against safety constraints to identify eligible infrastructure components for disruption.

    Go
    Vezi pe GitHub↗16,597
  • victoriametrics/victoriametricsAvatar VictoriaMetrics

    VictoriaMetrics/VictoriaMetrics

    16,343Vezi pe GitHub↗

    VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct

    Filters rule definitions using namespace and label selectors to control monitoring scope and access.

    Godatabasegrafanagraphite
    Vezi pe GitHub↗16,343
  • friendsofphp/php-cs-fixerAvatar FriendsOfPHP

    FriendsOfPHP/PHP-CS-Fixer

    13,534Vezi pe GitHub↗

    PHP-CS-Fixer is a static analysis tool and code style linter designed to validate PHP code against predefined standards. It functions as a coding standard fixer that automatically detects and corrects style violations to ensure consistent formatting across a codebase. The project serves as a syntax modernizer, providing automated tools to update legacy PHP syntax to align with newer language versions. It also allows for the creation of custom style rules when built-in standards do not meet specific requirements. The tool covers broad capability areas including automated linting workflows and

    Filters the available set of fixers through a configuration file to define the active styling policy.

    PHP
    Vezi pe GitHub↗13,534
  • dbt-labs/dbt-coreAvatar dbt-labs

    dbt-labs/dbt-core

    13,051Vezi pe GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Enables targeting individual models or dependencies for execution using selection syntax to isolate parts of the data graph.

    Rustanalyticsbusiness-intelligencedata-modeling
    Vezi pe GitHub↗13,051
  • kubescape/kubescapeAvatar kubescape

    kubescape/kubescape

    11,489Vezi pe GitHub↗

    Kubescape is a Kubernetes security posture management platform designed to scan clusters, manifests, and images for misconfigurations, vulnerabilities, and compliance risks. It functions as a comprehensive security suite incorporating a compliance scanner, a container image vulnerability scanner, an admission controller for policy enforcement, and a runtime security monitor. The platform distinguishes itself through runtime-aware vulnerability filtering, which maps libraries loaded in memory to determine if vulnerabilities are actually reachable. It also integrates with AI assistants via a Mo

    Assigns security rules to specific namespaces or workloads using label and namespace selectors.

    Gobest-practicedevopskubernetes
    Vezi pe GitHub↗11,489
  • kubernetes/komposeAvatar kubernetes

    kubernetes/kompose

    10,542Vezi pe GitHub↗

    Kompose is a suite of conversion utilities designed to translate container composition files into cloud-native cluster resource definitions. It serves as a migration tool that transforms local development specifications into production-ready manifests for Kubernetes and OpenShift. The tool functions as a translation engine that maps container specifications, network settings, and workload definitions into cluster resources. It supports target-specific manifest generation through dedicated providers, allowing for the creation of resources tailored to different environment distributions. The p

    Injects advanced configurations like health checks and autoscaling rules using specialized labels within source files.

    Go
    Vezi pe GitHub↗10,542
  • velero-io/veleroAvatar velero-io

    velero-io/velero

    10,078Vezi pe GitHub↗

    Velero is a backup and recovery tool for Kubernetes cluster resources and persistent volumes. It functions as a disaster recovery solution and a utility for migrating applications and their associated data between different clusters. The project enables the replication of production environments by cloning cluster resources into development or testing environments for validation and debugging. It provides capabilities for backing up system objects, restoring resources to a known good state, and transferring applications across environments to facilitate system transitions.

    Selects specific namespaces or objects for backup by matching metadata labels against inclusion or exclusion rules.

    Gobackupdisaster-recoveryhacktoberfest
    Vezi pe GitHub↗10,078
  • falcosecurity/falcoAvatar falcosecurity

    falcosecurity/falco

    8,670Vezi pe GitHub↗

    Falco is an eBPF runtime security monitor and cloud native detection engine that identifies abnormal behavior and security threats across hosts and containers. It functions as a Linux kernel event auditor, capturing system calls and kernel events in real-time to detect malicious activity. The system distinguishes itself through a rule-based threat detection model that evaluates system activity against a library of community-maintained rules and custom security definitions. It enriches raw kernel events with container and Kubernetes metadata to provide observability into isolated environments

    Selects which detection rules to execute based on tags or names to tune alerts for specific environments.

    C++cloud-nativecncfcncf-project
    Vezi pe GitHub↗8,670
  • arsenetar/dupeguruAvatar arsenetar

    arsenetar/dupeguru

    7,631Vezi pe GitHub↗

    dupeguru is a content-based file deduplicator and cross-platform disk cleanup tool. It functions as a local file management utility designed to identify and remove redundant files to recover disk space. The application identifies identical files across a file system by using content hashing and metadata comparison. This allows it to detect duplicates regardless of their filenames or directory locations. The software covers a range of data management capabilities, including directory scanning, content-based data deduplication, and the consolidation of redundant copies into single versions. It

    Provides rule-based selection logic to automatically mark redundant files for deletion based on path or date.

    Python
    Vezi pe GitHub↗7,631
  • gocd/gocdAvatar gocd

    gocd/gocd

    7,402Vezi pe GitHub↗

    GoCD is a continuous delivery server and build automation platform designed to orchestrate software delivery pipelines. It functions as a CD pipeline orchestrator that manages the automated execution of build, test, and deployment stages to move code from commit to production. The system utilizes an agent-based job execution model where remote agents pull work from a central server via polling. It employs a state-machine approach to pipeline orchestration, tracking the progression of software through stages and managing immutable build outputs via a central artifact repository to ensure consi

    Assigns pending jobs to specific remote agents by matching pool labels and environment constraints.

    Java
    Vezi pe GitHub↗7,402
  • agones-dev/agonesAvatar agones-dev

    agones-dev/agones

    6,888Vezi pe GitHub↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Selects available server instances by filtering custom metadata and state labels through the API.

    Goagonesdedicated-game-serversdedicated-gameservers
    Vezi pe GitHub↗6,888
  • tokio-rs/tracingAvatar tokio-rs

    tokio-rs/tracing

    6,750Vezi pe GitHub↗

    This project is a structured tracing framework for Rust that serves as an async-aware instrumentation library and telemetry data collector. It provides a structured logging facade and the tools necessary to record, filter, and route event-based diagnostic data from both standard applications and embedded systems. The framework distinguishes itself through a core implementation that supports bare-metal and no-standard-library environments without requiring a dynamic memory allocator. It specifically handles the complexities of asynchronous workflows by propagating diagnostic contexts across fu

    Drops notifications for specific execution periods or events based on metadata to reduce diagnostic noise.

    Rustdiagnosticslogginglogging-and-metrics
    Vezi pe GitHub↗6,750
  • chaosblade-io/chaosbladeAvatar chaosblade-io

    chaosblade-io/chaosblade

    6,355Vezi pe GitHub↗

    ChaosBlade is an open-source chaos engineering platform that injects faults into applications, containers, Kubernetes clusters, and host systems to test resilience. It functions as a multi-layer fault injection tool, capable of disrupting system resources, Java, C++, NodeJS, and Golang applications, Docker containers, and Kubernetes pods and nodes from a single interface. The platform distinguishes itself through its architecture, which defines chaos experiments as Kubernetes Custom Resource Definitions for native cluster integration, and supports multiple fault injection mechanisms including

    Provides a visual interface for selecting experiment targets by host, Kubernetes, or application.

    Pythonalibabachaos-engineeringchaos-testing
    Vezi pe GitHub↗6,355
  • mandiant/capaAvatar mandiant

    mandiant/capa

    6,062Vezi pe GitHub↗

    capa is a binary capability scanner that identifies high-level behaviors and actions an executable can perform, such as network communication or file manipulation. It functions as a malware behavior analysis tool and a MITRE ATT&CK mapping framework, scanning PE, ELF, .NET, and shellcode files through both static analysis and dynamic sandbox report processing. The tool distinguishes itself through a YAML-based detection rule engine that defines detection logic in human-readable files, with conditions expressed as feature combinations and logical operators. It integrates with IDA Pro, Ghidra,

    Filters analysis to rules matching a given author, namespace, or other metadata field.

    Python
    Vezi pe GitHub↗6,062
  • isaacs/rimrafAvatar isaacs

    isaacs/rimraf

    5,846Vezi pe GitHub↗

    rimraf este un instrument Node.js pentru ștergerea recursivă a fișierelor și un utilitar de sistem de fișiere cross-platform. Oferă atât o bibliotecă programatică, cât și o interfață CLI pentru eliminarea fișierelor și directoarelor și a întregului lor conținut pe diferite sisteme de operare. Utilitarul suportă ștergerea fișierelor bazată pe glob, permițând eliminarea elementelor care se potrivesc cu tipare wildcard specifice, în loc de simple căi literale. Include, de asemenea, capacitatea de a întrerupe procesele de ștergere în timpul execuției și de a aplica filtrare bazată pe predicate personalizate pentru a exclude fișiere sau foldere specifice. Proiectul acoperă capabilități largi de gestionare a sistemului de fișiere, inclusiv parcurgerea recursivă depth-first, normalizarea căilor cross-platform și I/O asincron. Aceste caracteristici permit sarcini precum eliminarea automată a artefactelor de build și curățarea generală a spațiului de lucru al proiectului.

    Enables the removal of groups of files and directories matching specific glob patterns to clean project workspaces.

    TypeScript
    Vezi pe GitHub↗5,846
  • you-dont-need/you-dont-need-guiAvatar you-dont-need

    you-dont-need/You-Dont-Need-GUI

    5,821Vezi pe GitHub↗

    You-Dont-Need-GUI is a curated reference of terminal commands that replace common graphical interface operations with equivalent shell one-liners. It maps everyday GUI actions—file management, archive handling, system monitoring, and network diagnostics—to standard POSIX utilities like find, grep, and awk, all composed as self-contained shell pipelines. The project distinguishes itself by requiring no external dependencies or installations; every solution runs with built-in shell commands and coreutils. Its documentation follows Unix man-page conventions, presenting each command with a

    Removes all files matching a specific pattern or condition using find.

    clicommandcommand-line
    Vezi pe GitHub↗5,821
  • vale-cli/valeAvatar vale-cli

    vale-cli/vale

    5,477Vezi pe GitHub↗

    Vale este un instrument CLI și linter de proză conștient de markup, conceput pentru a impune ghiduri de stil editorial și reguli gramaticale în diverse formate de documente. Funcționează ca un motor de ghid de stil bazat pe YAML care analizează textul pentru consistență în ton, ortografie și terminologie, ignorând în același timp elementele non-proză, cum ar fi blocurile de cod. Proiectul se distinge printr-un model de extensibilitate flexibil care permite utilizatorilor să definească reguli de linting personalizate folosind configurații YAML, expresii regulate și scripturi externe pentru logică de validare complexă. Suportă o gamă largă de formate de documentație, inclusiv Markdown, AsciiDoc, HTML și Org-mode, normalizând adesea aceste input-uri prin XSLT pentru a aplica un set unificat de reguli. Instrumentul acoperă arii largi de capabilități, inclusiv evaluarea lingvistică pentru metrici de lizibilitate și gramatică, spell checking bazat pe dicționar și gestionarea terminologiei pentru a preveni frazarea inconsistentă. Oferă integrare prin Language Server Protocol pentru diagnosticare în timp real în editoare, precum și suport pentru pipeline-uri CI/CD și Git hooks pentru automatizarea validării prozei. Vale poate fi implementat într-un mediu containerizat folosind Docker pentru a asigura o execuție consistentă pe diferite platforme.

    Executes specific subsets of style rules based on expressions targeting rule names, levels, scopes, or descriptions.

    Golinterlintingvale
    Vezi pe GitHub↗5,477
  • kubernetes/websiteAvatar kubernetes

    kubernetes/website

    5,281Vezi pe GitHub↗

    Acest proiect este site-ul oficial de documentație Kubernetes, servind drept resursă tehnică cuprinzătoare pentru gestionarea aplicațiilor containerizate. Funcționează ca un portal de documentație tehnică open-source care oferă ghiduri, tutoriale și materiale de referință pentru software-ul de sisteme distribuite. Site-ul este construit folosind un generator de site-uri statice cu o arhitectură de template-uri bazată pe componente pentru a menține tipare de design consistente. Dispune de un generator de documentație OpenAPI care parsează specificațiile tehnice pentru a construi și actualiza automat pagini de referință API structurate. Pentru a susține o audiență globală, utilizează rutarea conținutului conștientă de internaționalizare pentru a gestiona versiunile localizate ale manualelor. Fluxul de lucru de dezvoltare include un server cu hot-reloading pentru previzualizarea modificărilor site-ului și randarea țintită a limbajului pentru a accelera timpii de build. Proiectul acoperă o gamă largă de domenii tehnice, inclusiv orchestrarea clusterelor, configurarea rețelei și gestionarea resurselor.

    Enables flexible workload management through dynamic grouping of system components using key-value metadata tags.

    HTML
    Vezi pe GitHub↗5,281
  • helmfile/helmfileAvatar helmfile

    helmfile/helmfile

    4,987Vezi pe GitHub↗

    Helmfile is a declarative tool for managing Kubernetes Helm releases across multiple environments. It defines the desired state of releases in version-controlled YAML files and synchronizes the cluster to match that state, acting as both a release manager and a state sync orchestrator. The tool layers environment-specific values, secrets, and lifecycle hooks onto shared release definitions, enabling consistent multi-environment deployments. Helmfile distinguishes itself through several integrated capabilities: it generates separate dependency lockfiles per environment for staged rollout of ch

    Helmfile selects a subset of releases to operate on by matching user-defined or built-in labels, with support for inversion and multiple selectors.

    Gohelmkuberneteskustomize
    Vezi pe GitHub↗4,987
Înapoi12Înainte
  1. Home
  2. DevOps & Infrastructure
  3. Label-Based Selection

Explorează sub-etichetele

  • Agent Pool ConstraintsMatching logic used to assign tasks to specific remote agents based on labels and environment constraints. **Distinct from Label-Based Selection:** Distinct from Label-Based Selection by focusing on task-to-agent assignment in a build system rather than scoping management operations for containers.
  • Configuration InjectionMechanisms for inserting advanced cluster settings based on metadata labels. **Distinct from Label-Based Selection:** Distinct from Label-Based Selection: focuses on using labels to inject settings into the manifest rather than filtering management scope.
  • Manifest Customization InjectionUsing labels to inject advanced configuration rules into generated manifests. **Distinct from Label-Based Selection:** Distinct from Label-Based Selection: focuses on content injection (health checks, autoscaling) rather than scope filtering.
  • Target Selection Rules4 sub-tag-uriLogic for evaluating infrastructure metadata against safety constraints to identify eligible targets for operations. **Distinct from Label-Based Selection:** Focuses on the rule-based selection logic for infrastructure disruption, distinct from general label-based filtering.