mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
220 lines
5.3 KiB
HTML
220 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.62.0" />
|
|
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<base href="https://kyverno.io/">
|
|
<title>Kyverno</title>
|
|
|
|
|
|
<link href="./css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
|
<link href="./css/landing-page.css" rel="stylesheet">
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
|
|
|
|
<style>
|
|
.navbar {
|
|
border-color: #e7e7e7;
|
|
}
|
|
|
|
.content-section-a,
|
|
footer,
|
|
.navbar {
|
|
background-color: #f8f8f8;
|
|
color: #333;
|
|
}
|
|
|
|
.navbar a:link,
|
|
.navbar-default .navbar-nav>li>a {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar a:hover,
|
|
.navbar-default .navbar-nav>li>a:hover {
|
|
color: rgb(51, 51, 51);
|
|
}
|
|
|
|
.content-section-b {
|
|
background-color: white;
|
|
color: #333;
|
|
}
|
|
|
|
body {
|
|
color: rgb(51, 51, 51);
|
|
}
|
|
|
|
.header-container h1,
|
|
.header-container h2,
|
|
.header-container h3,
|
|
.header-container h4 {
|
|
color: rgb(51, 51, 51);
|
|
}
|
|
|
|
/* landing page logo */
|
|
.intro-image {
|
|
height: 100%;
|
|
min-height: 380px;
|
|
margin-top: 20px;
|
|
background: url(img/kyverno.png) no-repeat center center;
|
|
background-size: 280px;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
|
<div class="container">
|
|
|
|
<div class="navbar-header page-scroll">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="page-scroll navbar-brand" href="#intro">Kyverno</a>
|
|
</div>
|
|
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li>
|
|
<a class="page-scroll" href=https://github.com/nirmata/kyverno/>Github</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href=https://github.com/nirmata/kyverno/blob/master/README.md>Docs</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href=https://nirmata.com>Nirmata</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<section id="intro">
|
|
|
|
<div class="intro-header">
|
|
|
|
<div class="container header-container">
|
|
|
|
<div class="row">
|
|
<div class="intro-image col-md-4"></div>
|
|
<div class="intro-message col-md-6">
|
|
<h1>Kyverno</h1>
|
|
<h3>Kubernetes Native Policy Management</h3>
|
|
<blockquote>
|
|
Manage policies as Kubernetes resources. Validate, mutate, and generate configurations.
|
|
Select resources based on labels and wildcards. View policy enforcement as events. Detect
|
|
policy violations for existing resources.</blockquote>
|
|
|
|
|
|
|
|
|
|
|
|
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=nirmata&repo=kyverno&type=watch&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
|
|
|
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=nirmata&repo=kyverno&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
|
|
|
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=nirmata&repo=kyverno&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section id="services">
|
|
|
|
|
|
|
|
|
|
<div class="content-section-a">
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
<div>
|
|
<hr class="section-heading-spacer">
|
|
<div class="clearfix"></div>
|
|
<h2 class="section-heading"></h2>
|
|
<h1 id="features">Features</h1>
|
|
<ul>
|
|
<li>
|
|
<p>Policy definitions as Kubernetes resources</p>
|
|
</li>
|
|
<li>
|
|
<p>Validate, mutate, or generate Kubernetes resources</p>
|
|
</li>
|
|
<li>
|
|
<p>Match resources using label selectors and wildcards</p>
|
|
</li>
|
|
<li>
|
|
<p>Mutate using overlays (like Kustomize) or JSON Patch</p>
|
|
</li>
|
|
<li>
|
|
<p>Validate using overlays and powerful conditionals</p>
|
|
</li>
|
|
<li>
|
|
<p>Generate default resources during namespace creation</p>
|
|
</li>
|
|
<li>
|
|
<p>Reporting of policy violations for existing resources</p>
|
|
</li>
|
|
<li>
|
|
<p>Kubernetes events for resource changes and policy enforcement</p>
|
|
</li>
|
|
<li>
|
|
<p>Test policy changes using kubectl</p>
|
|
</li>
|
|
</ul>
|
|
<!-- raw HTML omitted -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</section>
|
|
|
|
|
|
<footer>
|
|
<div class="container footer" style="margin-top: 30px">
|
|
<div class="row">
|
|
<div class="col-md-12" style="font-size: 90%">
|
|
This website was built by <a href=" https://nirmata.com ">Nirmata</a> with <a href="http://gohugo.io">Hugo</a> and the
|
|
<a href="https://github.com/swiftline/github-project-landing-page">Github project page</a>
|
|
theme.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|