凭据访问
Reads manifest files that may include secret references or generated values.
代理安全
kubeconform validates Kubernetes manifests and may read deployment configuration.
Reads manifest files that may include secret references or generated values.
Validation is local and does not mutate clusters.
Can validate deployable artifacts before cluster application.
Gate only when scanning secret-bearing files or feeding apply pipelines.
Allow local validation; require approval before passing output into deployment commands.
安装
brew install kubeconformlocal Homebrew formula metadata
sudo port install kubeconformMacPorts ports tree · sysutils/kubeconform/Portfile · 来源: api.github.com
sudo apk add kubeconformAlpine Linux edge package indexes · kubeconform · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#kubeconformnixpkgs package indexes · pkgs/by-name/ku/kubeconform/package.nix · 来源: api.github.com
sudo pacman -S kubeconformArch Linux sync databases · kubeconform · 来源: geo.mirror.pkgbuild.com
sudo zypper install kubeconformopenSUSE Tumbleweed package metadata · kubeconform · 来源: download.opensuse.org
scoop install main/kubeconformScoop official bucket manifest trees · bucket/kubeconform.json · 来源: api.github.com
winget install --id YannHamon.kubeconform -eWindows Package Manager source index · YannHamon.kubeconform · 来源: cdn.winget.microsoft.com
概览
FAST Kubernetes manifests validator, with support for Custom Resources!
历史
Kubeconform is a Kubernetes manifest validator that grew out of the Kubeval lineage: its own documentation says it is inspired by, contains code from, and is designed to stay close to Kubeval while adding higher-throughput validation, configurable schema locations, CRD support, offline validation, and a schema registry fork for recent Kubernetes versions.
The GitHub repository was created on 2020-05-30. The public documentation feed dates the overview, installation, usage, CRD support, JSON Schema conversion, GitHub Action, and Go-module documentation pages to 2021-07-02, which matches the period when the project presented itself as a standalone replacement for common Kubeval workflows.
Kubeconform kept the Unix-style single-binary validator shape that made Kubeval popular in CI, but its distinguishing evolution was schema flexibility: users can validate against Kubernetes versions, local or remote schema locations, and converted CRD schemas rather than only core Kubernetes resources.
Adoption has been strongest in CI/CD and GitOps-adjacent workflows where teams want to fail manifest changes before applying them to a cluster. The tool's package-manager footprint across Homebrew, Linux distributions, Windows package managers, and Nix reflects a cross-platform CLI audience rather than a cluster-installed controller audience.
The repository metadata observed on 2026-07-01 showed more than 3000 GitHub stars, making it one of the better-known third-party Kubernetes manifest validators outside kubectl itself.
Typical use is to pass files, directories, or stdin to `kubeconform`, optionally choosing output such as text, JSON, JUnit, or TAP and enabling summary output for CI logs. For custom resources, users point `-schema-location` at local or HTTP(S) JSON schemas, or convert CRDs to JSON Schema with the project-provided conversion tooling.
The package matters in validation pipelines because it gives maintainers a fast, scriptable check for Kubernetes resource structure without needing live cluster access.
For package-manager users, Kubeconform is the kind of small Go CLI that fits neatly into `brew install`, CI images, pre-commit hooks, and reproducible Nix shells. Its significance is not a broad runtime platform but a sharp replacement-class tool for a once-common Kubernetes validation gap.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
kubeconform | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/yannh/kubeconform
安装元数据
| 软件包键 | brew:kubeconform |
|---|---|
| 版本 | 0.8.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/kubeconform |
| 主页 | https://github.com/yannh/kubeconform |
| 仓库 | https://github.com/yannh/kubeconform |
| 上游文档 | https://github.com/yannh/kubeconform#readme |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/yannh/kubeconform/archive/refs/tags/v0.8.0.tar.gz |
| 最后更新 | 2026-06-04T22:29:59Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kubeconform |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
kubeconform
nix profile install nixpkgs#kubeconformkubeconform 0.7.0-r8
A FAST Kubernetes manifests validator, with support for Custom Resources!
https://github.com/yannh/kubeconform
sudo apk add kubeconformkubeconform 0.7.0-2
FAST Kubernetes manifests validator, with support for Custom Resources!
https://github.com/yannh/kubeconform
sudo pacman -S kubeconformkubeconform 0.8.0-1.1
A fast Kubernetes manifests validator, with support for custom resources
https://github.com/yannh/kubeconform/
sudo zypper install kubeconformkubeconform
sudo port install kubeconformmain/kubeconform
scoop install main/kubeconformYannHamon.kubeconform
winget install --id YannHamon.kubeconform -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.