awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesResource Validation Plugins

Extensibility plugins used to validate the structure and content of infrastructure manifests.

Distinct from Validation Plugins: Existing candidates focus on form validation or programmatic loading; this is specifically for Kubernetes resource validation.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Resource Validation Plugins. Refine with filters or upvote what's useful.

Awesome Resource Validation Plugins GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kubernetes-sigs/kustomizekubernetes-sigs 的头像

    kubernetes-sigs/kustomize

    12,070在 GitHub 上查看↗

    Kustomize is a declarative configuration manager and manifest customizer for Kubernetes. It functions as a patching engine that transforms base YAML files into environment-specific configurations through overlays and composition, allowing for the generation of complex deployments without modifying original source files. The tool distinguishes itself by using an overlay-based resource composition model to layer environment overrides on top of shared bases. It employs strategic merge patching and recursive base resolution to flatten inherited configurations into a final output set. The project

    Provides a plugin system to integrate custom resource validation and secret creation from external data.

    Gohacktoberfestk8s-sig-cli
    在 GitHub 上查看↗12,070
  • goss-org/gossgoss-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

    Implements separate checkers for each system resource type like packages, ports, and services for extensible validation.

    Go
    在 GitHub 上查看↗5,904
  1. Home
  2. DevOps & Infrastructure
  3. Resource Validation Plugins

探索子标签

  • System Resource CheckersSeparate checkers for each system resource type like packages, ports, and services, enabling extensible validation of diverse system attributes. **Distinct from Resource Validation Plugins:** Distinct from Resource Validation Plugins: validates live system resources (packages, ports, services) rather than infrastructure manifest structure.