KubeArmor/pkg
Aryan Bakliwal d5a17d66ab Add USB Device Handler
Signed-off-by: Aryan Bakliwal <aryanbakliwal12345@gmail.com>
2025-10-31 16:13:24 +05:30
..
KubeArmorController Add USB Device Handler 2025-10-31 16:13:24 +05:30
KubeArmorOperator fix(images): add docker.io prefix to repository for CRI-O 1.34 compatibility 2025-10-31 14:50:22 +05:30
README.md

Kubernetes Controllers

KubeArmorController

KubeArmorController provides CRDs for container, host policy specifications and also verifies the policies given by a user through kubectl. It also provides the admission controller that automatically adds the annotations for kubearmor-policy, kubearmor-visibilities, and apparmor.

cd KubeArmorController
make              # compile the kubearmor-controller
make manifests    # create the KubeArmorPolicy and KubeArmorHostPolicy CRD, WebhookConfiguration and ClusterRole
make docker-build # create a local image for the kubearmor-controller
make deploy       # deploy the created local image for testing
make delete       # delete the controller deployed for testing