katran icon indicating copy to clipboard operation
katran copied to clipboard

A high performance layer 4 load balancer

Results 7 katran issues
Sort by recently updated
recently updated
newest added

Hi everyone, I have some questions about BPF map ```global_lru_maps```, which really made me confused: 1. What does **global** here mean? Does it mean this map can be retrieved by...

libbpf: object 'healthchecking_': failed (-22) to create BPF token from '/sys/fs/bpf', skipping optional step...

Summary: X-link: https://github.com/facebookincubator/zstrong/pull/846 takes AIRStore off of getdeps! - remove our manifest file - remove our native-getdeps sandcastle integration Differential Revision: D57985865

CLA Signed
fb-exported

Hi everyone! I am currently running Katran as a L3 Director load balancer for our services. I would like to run Katran with a bonding interface because I believe it's...

Hi everyone, I faced two issues when building Katran at Ubuntu VERSION="24.04 LTS (Noble Numbat)". The reason why I need to build Katran in Ubuntu 24.04 is that I want...

Hi everyone! I am trying to build the xdpdump tool (https://github.com/facebookincubator/katran/tree/main/tools) to debug and understand packet flow. I saw the `BUILD_TOOLS` env that is used to included building tools, so...

Hi team How can I use Katran with other XDP projects like [XDP-Firewall](https://github.com/gamemann/XDP-Firewall)? As I can see [here](https://github.com/facebookincubator/katran/blob/main/EXAMPLE.md#starting-katran-is-shared-mode), there is a shared mode in Katran, but I can't understand how...