<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubewarden components on Kubewarden</title><link>https://www.kubewarden.io/component/</link><description>Recent content in Kubewarden components on Kubewarden</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 21 Sep 2026 13:56:55 +0200</lastBuildDate><atom:link href="https://www.kubewarden.io/component/index.xml" rel="self" type="application/rss+xml"/><item><title>Network Enforcer</title><link>https://www.kubewarden.io/component/network-enforcer/</link><pubDate>Wed, 16 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/component/network-enforcer/</guid><description>&lt;section class="section-why"&gt;&#10; &lt;div class="wrap-lg"&gt;&#10; &lt;h2 id="why-network-enforcer"&gt;Why Network Enforcer?&lt;/h2&gt;&#10; &lt;div class="feature-row feature-row--divided"&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-eye"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Learn from real traffic&lt;/h3&gt;&#10; &lt;p&gt;Observe the communication patterns of running workloads instead of manually guessing every allowed peer and port.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-list-checks"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Roll out safely&lt;/h3&gt;&#10; &lt;p&gt;Start in monitor mode. See unexpected communication before you decide to block it.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-layers"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Use your existing network stack&lt;/h3&gt;&#10; &lt;p&gt;Build on Istio Ambient, Calico, or Cilium instead of introducing another data plane.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;img class="icon" src="https://www.kubewarden.io/images/kubernetes-logo.svg" alt=""&gt;&#10; &lt;h3&gt;Kubernetes-native enforcement&lt;/h3&gt;&#10; &lt;p&gt;Turn learned behavior into an Istio AuthorizationPolicy or a Kubernetes NetworkPolicy.&lt;/p&gt;</description></item><item><title>Runtime Enforcer</title><link>https://www.kubewarden.io/component/runtime-enforcer/</link><pubDate>Wed, 16 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/component/runtime-enforcer/</guid><description>&lt;section class="section-why"&gt;&#10; &lt;div class="wrap-lg"&gt;&#10; &lt;h2 id="why-runtime-enforcer"&gt;Why Runtime Enforcer?&lt;/h2&gt;&#10; &lt;div class="feature-row feature-row--divided"&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-eye"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Learn from real workloads&lt;/h3&gt;&#10; &lt;p&gt;Observe the processes your workloads actually run, and get a policy proposal generated automatically for each one.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-list-checks"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Roll out safely&lt;/h3&gt;&#10; &lt;p&gt;Start in monitor mode and see violations reported before you switch a workload to enforcement.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-lock"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Enforce at runtime&lt;/h3&gt;&#10; &lt;p&gt;Use eBPF to block executables that are not on a workload's allow-list.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;img class="icon" src="https://www.kubewarden.io/images/kubernetes-logo.svg" alt=""&gt;&#10; &lt;h3&gt;Kubernetes-native&lt;/h3&gt;&#10; &lt;p&gt;Manage policies as Kubernetes resources, and export violation events through OpenTelemetry.&lt;/p&gt;</description></item><item><title>SBOM Scanner</title><link>https://www.kubewarden.io/component/sbom-scanner/</link><pubDate>Wed, 16 Sep 2026 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/component/sbom-scanner/</guid><description>&lt;section class="section-why"&gt;&#10; &lt;div class="wrap-lg"&gt;&#10; &lt;h2 id="why-sbom-scanner"&gt;Why SBOM Scanner?&lt;/h2&gt;&#10; &lt;div class="feature-row feature-row--divided"&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&#10; &lt;use xlink:href="#icon-scan"&gt;&lt;/use&gt;&#10; &lt;/svg&gt;&#10; &lt;h3&gt;Know what you run&lt;/h3&gt;&#10; &lt;p&gt;Generate SBOMs for images, workloads, and nodes.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&#10; &lt;use xlink:href="#icon-target"&gt;&lt;/use&gt;&#10; &lt;/svg&gt;&#10; &lt;h3&gt;Focus on real risk&lt;/h3&gt;&#10; &lt;p&gt;&#10; Use&#10; &lt;a&#10; href="https://docs.kubewarden.io/sbom-scanner/latest/en/user-guide/vex.html"&#10; &gt;VEX&lt;/a&#10; &gt;&#10; to identify findings that do not affect your software. Support for&#10; &lt;a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog"&#10; &gt;KEV&lt;/a&#10; &gt;&#10; and &lt;a href="https://www.first.org/epss/"&gt;EPSS&lt;/a&gt; is on the way.&#10; &lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&#10; &lt;use xlink:href="#icon-funnel"&gt;&lt;/use&gt;&#10; &lt;/svg&gt;&#10; &lt;h3&gt;Scan only what matters&lt;/h3&gt;&#10; &lt;p&gt;Scan registries or automatically follow deployed workloads.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;img class="icon" src="https://www.kubewarden.io/images/kubernetes-logo.svg" alt="" /&gt;&#10; &lt;h3&gt;Kubernetes-native&lt;/h3&gt;&#10; &lt;p&gt;Configure scans and consume results with Kubernetes resources.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10;&lt;/section&gt;&#10;&#10;&lt;section class="section-built"&gt;&#10; &lt;div class="wrap-lg"&gt;&#10; &lt;h2 id="scan-what-matters"&gt;Scan what matters&lt;/h2&gt;&#10; &lt;p class="section-lead"&gt;&#10; Choose the scanning workflow that fits your environment.&#10; &lt;/p&gt;</description></item><item><title>Admission Controller</title><link>https://www.kubewarden.io/component/adm-controller/</link><pubDate>Fri, 16 Apr 2021 13:28:46 +0200</pubDate><guid>https://www.kubewarden.io/component/adm-controller/</guid><description>&lt;section class="section-why"&gt;&#10; &lt;div class="wrap-lg"&gt;&#10; &lt;h2 id="why-admission-controller"&gt;Why the Admission Controller?&lt;/h2&gt;&#10; &lt;div class="feature-row feature-row--divided"&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-code"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Write policies your way&lt;/h3&gt;&#10; &lt;p&gt;Use Rust, Go, Rego, CEL and other familiar technologies.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-cube"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Distribute like containers&lt;/h3&gt;&#10; &lt;p&gt;Package and share policies through standard OCI registries.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-layers"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Build once, run anywhere&lt;/h3&gt;&#10; &lt;p&gt;Policies are compiled to WebAssembly for portability and isolation.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;div class="feature"&gt;&#10; &lt;svg class="icon" aria-hidden="true"&gt;&lt;use xlink:href="#icon-people"&gt;&lt;/use&gt;&lt;/svg&gt;&#10; &lt;h3&gt;Start from the community&lt;/h3&gt;&#10; &lt;p&gt;Use and extend a growing collection of ready-to-use policies.&lt;/p&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10;&lt;/section&gt;&#10;&#10;&lt;section class="section-built"&gt;&#10; &lt;div class="wrap-lg"&gt;&#10; &lt;h2 id="built-for-your-work"&gt;Built for the people doing the work&lt;/h2&gt;&#10; &lt;div class="work-grid aligned-rows"&gt;&#10;&#10; &lt;div class="work-card"&gt;&#10; &lt;div class="work-card-head"&gt;&#10; &lt;div&gt;&#10; &lt;h3&gt;For policy authors&lt;/h3&gt;&#10; &lt;p&gt;Write, test, and share policies as regular software.&lt;/p&gt;</description></item></channel></rss>