nfproxy icon indicating copy to clipboard operation
nfproxy copied to clipboard

nftables based proxy for kubernetes

Results 4 nfproxy issues
Sort by recently updated
recently updated
newest added

This error started to appear on production cluster - i can't dump the nftables `nft list ruleset` produces `nft: netlink_delinearize.c:125: netlink_parse_concat_expr: Assertion consumed > 0' failed.` also listing any particular...

When using flannel (int `host-hw` mode), everything works but communication between two pods when using ClusterIP if the pods are on the same Node. It is definitely related to the...

Pre-view at; https://github.com/Nordix/nfproxy/tree/label-select-doc * I have not tested the `nfproxy-label-select.yaml` since I don't install `nfproxy` as a pod myself but start it from a script. * There is an init-container;...

## Use label service.kubernetes.io/service-proxy-name to select nfproxy There is a way to select a proxier other than `kube-proxy` by defining a label in the service manifest; ``` apiVersion: v1 kind:...