Cluster API Add-on Provider for Kubewarden extends Cluster API by managing the installation and configuration of Kubewarden in CAPI clusters. Kubewarden (a CNCF Sandbox project) is a Kubernetes Policy Engine that aims to be the universal Policy Engine for Kubernetes.
Given a KubewardenAddon
specification, CAAPKW manages the installation of the policy engine to CAPI workload clusters simplifying security compliance for your CAPI-provisioned clusters.
This project is a concrete implementation of a ClusterAddonProvider
, a pluggable component to be deployed on the Management Cluster. You can read the proposal document for ClusterAddonProvider
here.