KubeArmor/pkg
rksharma95 67f296b559 add check to detect runtime based on socket file
Signed-off-by: rksharma95 <ramakant@accuknox.com>
2026-02-20 12:09:11 +05:30
..
KubeArmorController upgrade go to fix go-vuln 2026-02-10 09:58:20 +05:30
KubeArmorOperator add check to detect runtime based on socket file 2026-02-20 12:09:11 +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