KubeArmor/deployments
Achref Ben Saad 50e74e1758
Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738)
* add udp_send_skb, deprecate udp_sendmsg

Signed-off-by: Achref Ben Saad <achref9612@gmail.com>

* resolve udphdr sizeof issue

Signed-off-by: Achref Ben Saad <achref9612@gmail.com>

* update go to 1.26.5

Signed-off-by: Achref Ben Saad <achref9612@gmail.com>

---------

Signed-off-by: Achref Ben Saad <achref9612@gmail.com>
2026-07-10 21:09:08 +05:30
..
controller
CRD fix CI 2026-07-01 18:05:45 +05:30
get add grpc based healthcheck in liveness probe 2026-06-23 15:36:43 +05:30
helm update relayclusterrole (#2737) 2026-07-07 13:53:04 +05:30
operator update relayclusterrole (#2737) 2026-07-07 13:53:04 +05:30
podman Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
go.mod Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
go.sum Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
main.go
Makefile
README.md

KubeArmor Deployments

This directory hosts the generated, environment specific, YAML deployment files in the respective folders.

Generate/Update Deployments

make
  • Add/Update Environment

    Make changes in defaults.go

  • Generic changes to various k8s objects and environment agnostic

    Make changes in objects.go

This will override the existing yaml deployments in their respective folders based on updated configuration