mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-12 06:29:23 +00:00
3 lines
No EOL
1.6 KiB
HTML
3 lines
No EOL
1.6 KiB
HTML
<!doctype html><html><head><meta name=generator content="Hugo 0.83.1"><meta charset=utf-8><meta name=author content="Yann Hamon"><link rel=stylesheet type=text/css href=/css/style.css><link rel=stylesheet type=text/css href=/css/prism.css><title>Kubeconform - Fast Kubernetes manifests validation!</title></head><body><div id=main-container><div id=header><ul id=navigation><li><a href=/about>About</a></li><li><a href=/docs/installation/>Docs</a></li><li><a href=/>Home</a></li></ul><h1>Kubeconform</h1><h2>A fast Kubernetes manifests validator</h2></div><div id=content><div id=main><p id=motto>Validate your Kubernetes manifests instead of deploying broken configuration</p><pre id=demo><code class=language-bash>$ kubeconform -summary myapp/deployment.yaml
|
|
Summary: 5 resources found in 1 file - Valid: 5, Invalid: 0, Errors: 0, Skipped: 0
|
|
</code></pre><a href=/docs/installation/ id=get>Get Started!</a><div id=kc-pros><div><h2>Easy-to-use</h2><p>Single binary, super-easy installation for Windows, Mac & Linux. It takes seconds to get started.</p></div><div><h2>Lightning fast</h2><p>Kubeconform makes heavy use of Golang's concurrency capabilities, and will spread its workload across multiple cores.</pa></div><div><h2>Support for Kubernetes CRDs</h2><p>Validate ALL your Kubernetes resources with Kubeconform's CRD support</p></div><div><h2>Flexible</h2><p>With support for JSON, Junit, TAP output, and leveraging the easy-to-use Docker image, you can run Kubeconform in any CI system.</p></div></div></div></div><div id=footer>Website powered by <a href=https://gohugo.io/>Hugo</a></div></div><script defer src=/js/prism.js></script></body></html> |