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

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

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

7 مستودعات

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

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

    viatsko/awesome-vscode

    28,754عرض على 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
    عرض على GitHub↗28,754
  • pulumi/pulumiالصورة الرمزية لـ pulumi

    pulumi/pulumi

    24,797عرض على 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
    عرض على GitHub↗24,797
  • google/oss-fuzzالصورة الرمزية لـ google

    google/oss-fuzz

    12,353عرض على 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
    عرض على GitHub↗12,353
  • greptimeteam/greptimedbالصورة الرمزية لـ GreptimeTeam

    GreptimeTeam/greptimedb

    5,968عرض على 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
    عرض على GitHub↗5,968
  • goss-org/gossالصورة الرمزية لـ goss-org

    goss-org/goss

    5,904عرض على 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
    عرض على GitHub↗5,904
  • cyclops-ui/cyclopsالصورة الرمزية لـ cyclops-ui

    cyclops-ui/cyclops

    3,315عرض على 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
    عرض على GitHub↗3,315
  • test-kitchen/test-kitchenالصورة الرمزية لـ test-kitchen

    test-kitchen/test-kitchen

    1,892عرض على 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
    عرض على GitHub↗1,892
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure Validation Tools

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

  • 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.