UltraInstinct14

Results 12 comments of UltraInstinct14

/check-vote

Loxilb has a garbage collector which monitors its connection-track entries. If a connection goes through its normal life cycle - e.g init, init-ack, est, fin etc, eBPF module itself cleans...

The PR #186 has been merged. @TakhNat Can you please double check. Now the loxiURL need to be provided as https or http as needed. @sososo0 I would suggest adding...

@souravpaul8 We are finally here with [support](https://www.loxilb.io/post/ngap-load-balancing-with-loxilb) for stateful SCTP application. I hope you find it useful.

Currently, base functionality is implemented and tested minimally : ### How to create rules (standalone) ``` loxicmd create lb 10.10.10.254 --tcp=2020:8080 --endpoints=31.31.31.1:1,32.32.32.1:1,33.33.33.1:1 --mode=fullproxy --security=https --host=loxilb.io loxicmd create lb 10.10.10.254 --tcp=2020:8080...

Initial support is in. More details [here](https://docs.loxilb.io/loxilb-nginx-ingress/)

Was able to test based on instructions for v2 [here](https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/). My setup does not have an ingress. I am running an nginx app pod (LB -> nginx pods).

Due to both cilium and loxilb using their own eBPF implementations, loxilb (in-cluster mode) and cilium might be incompatible. And I believe nobody has given a serious enough try. Nonetheless,...

Update - It is possible to run loxilb(in-cluster mode) and cilium provided you run loxilb pod with multus. There is [guide](https://docs.loxilb.io/quick_start_with_cilium/) of running loxilb(external mode) with cilium. In this guide,...