Testing Guide
Testing Guide
0. Make sure Kubernetes cluster is running
0.1. Firstly Run 'kubectl proxy' in background
$ kubectl proxy &0.2. Now run KubeArmor
~/KubeArmor/KubeArmor$ make run1. Test KubeArmor manually
1.1. Run 'kubectl proxy' in background
$ kubectl proxy &1.2. Compile KubeArmor
1.3. Run KubeArmor
1.4. Apply security policies into Kubernetes
1.5. Trigger policy violations to generate alerts
1.6. Check generated alerts
2. Test KubeArmor using the auto-testing framework
Last updated
Was this helpful?