<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deep-Dive on Kubewarden</title><link>https://www.kubewarden.io/types/deep-dive/</link><description>Recent content in Deep-Dive 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/types/deep-dive/index.xml" rel="self" type="application/rss+xml"/><item><title>Rego policy library relaunch</title><link>https://www.kubewarden.io/blog/2025/04/rego-policy-library-relaunch/</link><pubDate>Tue, 22 Apr 2025 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/blog/2025/04/rego-policy-library-relaunch/</guid><description>&lt;p&gt;We are excited to announce the latest additions to our policy library!&lt;/p&gt;&#10;&lt;p&gt;Seventy finely crafted Rego policies are now available for you to use in your Kubernetes clusters.&lt;/p&gt;&#10;&lt;figure class="center"&gt;&lt;img src="https://www.kubewarden.io/images/moar-policies.jpg"&#10;&#9;&#9;&#9;alt="moar policies meme" width="60%"&gt;&#10;&lt;/figure&gt;&#10;&#10;&lt;h2 id="rego-policy-library"&gt;Rego policy library&lt;/h2&gt;&#10;&lt;p&gt;The Kubewarden&amp;rsquo;s Rego policy library is a collection of policies written in Rego, the policy language used by Open Policy Agent (OPA).&#10;These policies are designed to help you enforce security and compliance best practices in your Kubernetes clusters.&lt;/p&gt;</description></item><item><title>Securing the usage of volumeMounts</title><link>https://www.kubewarden.io/blog/2022/11/volumemounts-policy/</link><pubDate>Thu, 03 Nov 2022 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/blog/2022/11/volumemounts-policy/</guid><description>&lt;p&gt;We present to you the new&#10;&lt;a href="https://artifacthub.io/packages/kubewarden/volumemounts-policy/volumemounts"&gt;volumeMounts Policy&lt;/a&gt;:&#10;It inspects containers, init containers, and ephemeral containers, and restricts&#10;their usage of volumes by checking the volume name being used in&#10;the containers&amp;rsquo; &lt;code&gt;volumeMounts[*].name&lt;/code&gt;.&lt;/p&gt;&#10;&lt;p&gt;You can find it &lt;a href="https://artifacthub.io/packages/kubewarden/volumemounts-policy/volumemounts"&gt;published in Artifact Hub&lt;/a&gt;.&#10;As usual, its artifact is signed with Sigstore in keyless mode, and if you are&#10;curious, you can peek into the policy&amp;rsquo;s&#10;&lt;a href="https://github.com/kubewarden/volumemounts-policy"&gt;implementation in Rust here&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;This new policy joins the already existing&#10;&lt;a href="https://artifacthub.io/packages/kubewarden/volumes-psp/volumes-psp"&gt;volumes-psp policy&lt;/a&gt;,&#10;which provides an allowlist of volume types, and&#10;&lt;a href="https://artifacthub.io/packages/kubewarden/hostpaths-psp/hostpaths-psp"&gt;hostpaths-psp policy&lt;/a&gt;,&#10;with an allowlist of hostPath volumes.&lt;/p&gt;</description></item><item><title>Migrate your PSPs to Kubewarden policies!</title><link>https://www.kubewarden.io/blog/2022/07/psp-migration-script/</link><pubDate>Wed, 13 Jul 2022 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/blog/2022/07/psp-migration-script/</guid><description>&lt;blockquote&gt;&#10;&lt;p&gt;Warning: the code snippets shown inside of this blog post have become&#10;outdated. For up-to-date information checkout&#10;&lt;a href="https://docs.kubewarden.io/tasksDir/psp-migration"&gt;this&lt;/a&gt; section of the&#10;Kubewarden documentation.&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;p&gt;As announced in past blog posts, Kubewarden has 100% coverage of the deprecated,&#10;and soon to be removed, Kubernetes PSPs. If everything goes as expected the PSPs will&#10;be removed in Kubernetes v1.25 due for release on 23rd August 2022.&lt;/p&gt;&#10;&lt;p&gt;The Kubewarden team has written a script that leverages the migration tool written&#10;by &lt;a href="https://github.com/appvia/psp-migration"&gt;AppVia&lt;/a&gt;, to migrate PSP&#10;automatically. The tool is capable of reading PSPs YAML and can generate the equivalent&#10;policies in many different policy engines. Our simple script migrates&#10;your PSPs to their equivalent Kubewarden policies.&lt;/p&gt;</description></item><item><title>Multiplatform Kubewarden</title><link>https://www.kubewarden.io/blog/2022/02/multiplatform-kubewarden/</link><pubDate>Fri, 04 Feb 2022 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/blog/2022/02/multiplatform-kubewarden/</guid><description>&lt;p&gt;The Kubewarden team is glad to announce that in the spirit of helping&#10;Policy Authors and Cluster Administrators, the project is now&#10;officially multiplatform.&lt;/p&gt;&#10;&lt;p&gt;The list of supported platforms as of now are:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&#10;&lt;p&gt;Policy Server, as a &lt;a href="https://github.com/kubewarden/policy-server/pkgs/container/policy-server"&gt;container image&lt;/a&gt;:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;code&gt;linux/amd64&lt;/code&gt; (with the &lt;code&gt;musl&lt;/code&gt; libc)&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;linux/arm64&lt;/code&gt; (with the &lt;code&gt;musl&lt;/code&gt; libc)&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;/li&gt;&#10;&lt;li&gt;&#10;&lt;p&gt;kwctl, as a &lt;a href="https://github.com/kubewarden/kwctl/releases"&gt;standalone binary&lt;/a&gt;:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;code&gt;darwin&lt;/code&gt; (&lt;code&gt;x86_64&lt;/code&gt;)&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;linux&lt;/code&gt; (&lt;code&gt;aarch64&lt;/code&gt;, with the &lt;code&gt;musl&lt;/code&gt; libc)&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;linux&lt;/code&gt; (&lt;code&gt;x86_64&lt;/code&gt;, with the &lt;code&gt;musl&lt;/code&gt; libc)&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;windows&lt;/code&gt; (&lt;code&gt;x86_64&lt;/code&gt;, with &lt;code&gt;MSVC&lt;/code&gt;)&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;We have prioritized the usage of the same dependencies and toolchain&#10;on platforms where we were able to do so.&lt;/p&gt;</description></item><item><title>Towards a universal policy platform</title><link>https://www.kubewarden.io/blog/2021/09/towards-a-universal-policy-platform/</link><pubDate>Tue, 21 Sep 2021 00:00:00 +0000</pubDate><guid>https://www.kubewarden.io/blog/2021/09/towards-a-universal-policy-platform/</guid><description>&lt;p&gt;Kubewarden is a policy framework for Kubernetes. It can be used to&#10;secure your clusters and to ensure they stay compliant with the&#10;rules your organization establishes over time.&lt;/p&gt;&#10;&lt;p&gt;By leveraging the power of WebAssembly, Kubewarden allows policy authors&#10;to write policies using traditional programming languages such as Rust, Go,&#10;AssemblyScript and Swift.&lt;/p&gt;&#10;&lt;p&gt;Kubewarden policies, once compiled into WebAssembly modules, are then&#10;distributed using regular OCI registries. This allows Operators to have a&#10;consistent way to securely distribute both container images and policies.&lt;/p&gt;</description></item></channel></rss>