Barun Acharya

Results 193 comments of Barun Acharya

@subhamgcon Sure go ahead 😄 Thanks for the interest. Let us know if you have any questions.

@subhamgcon I recently added a test case as part of https://github.com/kubearmor/KubeArmor/commit/dbfb5cc4d76824911b7da104f3b89c724b1136ae Ignore the changes in script files. A basic workflow of adding a test includes - A policy YAML file...

> I don't have permission to add cleanup tag over enhancement tag. So, can you do it. `enhancement` should be fine. >kubearmor ClusterIP 10.152.183.209 32767/TCP This is an important service,...

The `kubearmor svc` here is part of the https://github.com/kubearmor/kubearmor-relay-server, if you check the selector it would have `kubearmor-app: kubearmor-relay` > But, I deleted all 3 services from my cluster. Then...

> What does deployment `kubearmor-host-policy-manager ` and `kubearmor-policy-manager ` does. What is their use? They contain controllers for policy validation. Ref https://github.com/kubearmor/KubeArmor/blob/main/pkg/KubeArmorPolicy/controllers/kubearmorpolicy_controller.go > And both deployment uses kubebuilder images, i.e....

@viveksahu26 The Validation that you tried out right now is the validation performed by k8s based on the CRD specification and not by the controller. You can see here what...

@wazir-ahmed Is this issue relevant to KubeArmor stable image as well? In the deployment where we use BCC and no init container?

Noting we need to update helm chart for Init Containers as well.