Credential-Zugriff
Reads manifest files that may include secret references or generated values.
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kubeconform in AI-Agent-Workflows.
Agent-Sicherheit
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.
Installation
brew install kubeconformlocal Homebrew formula metadata
sudo port install kubeconformMacPorts ports tree · sysutils/kubeconform/Portfile · Quelle: api.github.com
sudo apk add kubeconformAlpine Linux edge package indexes · kubeconform · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#kubeconformnixpkgs package indexes · pkgs/by-name/ku/kubeconform/package.nix · Quelle: api.github.com
sudo pacman -S kubeconformArch Linux sync databases · kubeconform · Quelle: geo.mirror.pkgbuild.com
sudo zypper install kubeconformopenSUSE Tumbleweed package metadata · kubeconform · Quelle: download.opensuse.org
scoop install main/kubeconformScoop official bucket manifest trees · bucket/kubeconform.json · Quelle: api.github.com
winget install --id YannHamon.kubeconform -eWindows Package Manager source index · YannHamon.kubeconform · Quelle: cdn.winget.microsoft.com
Überblick
FAST Kubernetes manifests validator, with support for Custom Resources!
Verlauf
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.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
kubeconform | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/yannh/kubeconform
Installationsmetadaten
| Paketschlüssel | brew:kubeconform |
|---|---|
| Version | 0.8.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/kubeconform |
| Homepage | https://github.com/yannh/kubeconform |
| Repository | https://github.com/yannh/kubeconform |
| Upstream-Dokumentation | https://github.com/yannh/kubeconform#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/yannh/kubeconform/archive/refs/tags/v0.8.0.tar.gz |
| Zuletzt aktualisiert | 2026-06-04T22:29:59Z |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.