mirror of
https://github.com/yannh/kubeconform.git
synced 2026-05-05 17:54:25 +00:00
Publish site
This commit is contained in:
parent
6c1fa513e9
commit
3a3d05b27c
50 changed files with 2310 additions and 0 deletions
57
site/public/about/index.html
Normal file
57
site/public/about/index.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<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! | About</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">
|
||||
|
||||
<div class="navig">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="content-text">
|
||||
<h1>About</h1>
|
||||
<p>Kubeconform is a Kubernetes manifests validation tool. Build it into your CI to validate your Kubernetes
|
||||
configuration!</p>
|
||||
<p>It is inspired by, contains code from and is designed to stay close to
|
||||
<a href="https://github.com/instrumenta/kubeval">Kubeval</a>, but with the following improvements:</p>
|
||||
<ul>
|
||||
<li><strong>high performance</strong>: will validate & download manifests over multiple routines, caching
|
||||
downloaded files in memory</li>
|
||||
<li>configurable list of <strong>remote, or local schemas locations</strong>, enabling validating Kubernetes
|
||||
custom resources (CRDs) and offline validation capabilities</li>
|
||||
<li>uses by default a <a href="https://github.com/yannh/kubernetes-json-schema">self-updating fork</a> of the schemas registry maintained
|
||||
by the <a href="https://github.com/instrumenta/kubernetes-json-schema">kubernetes-json-schema</a> project - which guarantees
|
||||
up-to-date <strong>schemas for all recent versions of Kubernetes</strong>.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="navig">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script defer src="/js/prism.js"></script>
|
||||
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue