github.com/cilium/cilium@v1.16.2/Documentation/network/ebpf/iptables.rst (about)

     1  .. only:: not (epub or latex or html)
     2  
     3      WARNING: You are looking at unreleased Cilium documentation.
     4      Please use the official rendered version released here:
     5      https://docs.cilium.io
     6  
     7  ##############
     8  Iptables Usage
     9  ##############
    10  
    11  Depending on the Linux kernel version being used, the eBPF datapath can
    12  implement a varying feature set fully in eBPF. If certain required capabilities
    13  are not available, the functionality is provided using a legacy iptables
    14  implementation. See :ref:`features_kernel_matrix` for more details.
    15  
    16  
    17  kube-proxy Interoperability
    18  ===========================
    19  
    20  The following diagram shows the integration of iptables rules as installed by
    21  kube-proxy and the iptables rules as installed by Cilium.
    22  
    23  .. image:: _static/kubernetes_iptables.svg