nfproxy icon indicating copy to clipboard operation
nfproxy copied to clipboard

Document label-select deployment

Open uablrek opened this issue 6 years ago • 1 comments

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;

      initContainers:
        - name: filter-forward-policy
          image: docker.io/sbezverk/nfproxy-iptables-fixup:0.0.0
          securityContext:
            privileged: true

Is it still needed when kube-proxy is left intact?

uablrek avatar Apr 06 '20 10:04 uablrek

It is required in a multinode scenario. I do not have handy a cluster with the kube-proxy to confirm. If in combo scenario filter table has ACCEPT as a policy or its last rule is ACCEPT then, the fix-up is not needed, otherwise nfproxy will not work in a multinode environment.

sbezverk avatar Apr 06 '20 12:04 sbezverk