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
·

7 repository-uri

Awesome GitHub RepositoriesInfrastructure Validation Tools

Utilities for checking the syntax and correctness of infrastructure-as-code configuration files.

Distinguishing note: Specifically targets infrastructure configuration validation rather than general-purpose code linting.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Infrastructure Validation Tools. Refine with filters or upvote what's useful.

Awesome Infrastructure Validation Tools GitHub Repositories

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

    viatsko/awesome-vscode

    28,754Vezi pe GitHub↗

    This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the Visual Studio Code editor. It serves as a comprehensive index for developers seeking to enhance their coding environment, offering a structured collection of community-driven tools that streamline development workflows and improve editor productivity. The directory distinguishes itself by organizing a vast ecosystem of plugins into logical categories, ranging from language-specific intelligence and version control integrations to advanced productivity utilities. It highlights t

    Provide syntax highlighting and validation for infrastructure configuration files.

    JavaScriptawesomeawesome-listlist
    Vezi pe GitHub↗28,754
  • pulumi/pulumiAvatar pulumi

    pulumi/pulumi

    24,797Vezi pe GitHub↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Validates infrastructure code using static analysis to ensure correctness before execution.

    Goawsazurecloud
    Vezi pe GitHub↗24,797
  • google/oss-fuzzAvatar google

    google/oss-fuzz

    12,353Vezi pe GitHub↗

    OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a bug hunting infrastructure that identifies security vulnerabilities and stability bugs through automated, coverage-guided fuzz testing across a scalable cluster of containers. The system provides a continuous security testing pipeline that manages the entire lifecycle of vulnerability discovery, from bootstrapping project templates and compiling targets to executing long-running batch tests. It specifically focuses on memory safety, utilizing sanitizers to detect buffer overf

    Performs formatting, linting, and testing on infrastructure code to ensure stability before merging.

    Shell
    Vezi pe GitHub↗12,353
  • greptimeteam/greptimedbAvatar GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Vezi pe GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Runs disk, CPU, database, and storage tests inside Kubernetes to verify infrastructure readiness.

    Rustanalyticscloud-nativedatabase
    Vezi pe GitHub↗5,968
  • goss-org/gossAvatar goss-org

    goss-org/goss

    5,904Vezi pe GitHub↗

    Goss is a declarative system validation framework that verifies server state by comparing live system attributes against YAML specifications. It checks the state of packages, ports, services, files, users, processes, DNS records, kernel parameters, mounts, network interfaces, and HTTP endpoints, reporting pass or fail for each condition. The tool distinguishes itself through several automation capabilities. It can scan a running system to automatically generate YAML baseline files that capture current resource configurations, eliminating the need to write tests from scratch. A retry-with-time

    Verifies server state by comparing current system attributes against a declarative YAML specification.

    Go
    Vezi pe GitHub↗5,904
  • cyclops-ui/cyclopsAvatar cyclops-ui

    cyclops-ui/cyclops

    3,315Vezi pe GitHub↗

    Cyclops is a Helm template orchestrator and management interface used to configure and deploy containerized applications to Kubernetes clusters. It serves as a deployment tool that abstracts complex infrastructure configurations into simplified inputs, allowing users to manage applications through a dedicated user interface. The project differentiates itself by using schema-driven form generation and metadata-driven UI rendering to create self-service deployment portals. These interfaces are generated by parsing template files and their associated schemas, mapping specific attributes to visua

    Provides a tool to check for misconfigurations in Kubernetes deployment settings before they are applied to production environments.

    Goakscloudcrd-controller
    Vezi pe GitHub↗3,315
  • test-kitchen/test-kitchenAvatar test-kitchen

    test-kitchen/test-kitchen

    1,892Vezi pe GitHub↗

    Test Kitchen is an infrastructure testing framework designed to automate the lifecycle of infrastructure code and system configurations. It provides a modular orchestration system that manages the creation, configuration, and teardown of isolated virtual or containerized environments, enabling developers to validate infrastructure changes across multiple platforms and cloud providers before deployment. The project utilizes a plugin-oriented architecture that decouples core orchestration logic from platform-specific implementations. This allows for the integration of diverse drivers for enviro

    Executes automated test sequences and compliance audits against provisioned infrastructure to verify that configurations and software deployments meet defined requirements.

    Rubyhacktoberfestmanaged-by-terraformruby
    Vezi pe GitHub↗1,892
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure Validation Tools

Explorează sub-etichetele

  • Kubernetes Infrastructure Readiness ChecksRunning a suite of disk, CPU, database, object storage, and message queue tests inside a Kubernetes cluster to verify infrastructure readiness. **Distinct from Infrastructure Validation Tools:** Distinct from general Infrastructure Validation Tools: focuses on runtime readiness checks inside a Kubernetes cluster, not syntax validation of configuration files.