gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
180 stars 21 forks source link

[addtool] cilium #1869

Closed gwen001 closed 3 months ago

gwen001 commented 3 months ago

[tags]kernel,kubernetes,network,containers[/tags] [short_descr]eBPF-based networking, security, and observability.[/short_descr] [link] https://cilium.io [/link] [link] https://github.com/cilium/cilium [/link] [long_descr] Cilium is a networking, observability, and security solution with an eBPF-based dataplane. It provides a simple flat Layer 3 network with the ability to span multiple clusters in either a native routing or overlay mode. It is L7-protocol aware and can enforce network policies on L3-L7 using an identity based security model that is decoupled from network addressing.

Cilium implements distributed load balancing for traffic between pods and to external services, and is able to fully replace kube-proxy, using efficient hash tables in eBPF allowing for almost unlimited scale. It also supports advanced functionality like integrated ingress and egress gateway, bandwidth management and service mesh, and provides deep network and security visibility and monitoring.

A new Linux kernel technology called eBPF is at the foundation of Cilium. It supports dynamic insertion of eBPF bytecode into the Linux kernel at various integration points such as: network IO, application sockets, and tracepoints to implement security, networking and visibility logic. eBPF is highly efficient and flexible. [/long_descr] [image] https://raw.githubusercontent.com/gwen001/offsectools_www/main/tmp/928ccae0cbd9fe843942ad5201ddc733.png [/image]

gwen001 commented 3 months ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 3 months ago

Tool has been accepted by the team: https://offsec.tools/tool/cilium

Thank you for your contribution!