github.com/datadog/cilium@v1.6.12/Documentation/policy/index.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      http://docs.cilium.io
     6  
     7  .. _network_policy:
     8  .. _Network Policies:
     9  .. _Network Policy:
    10  
    11  Network Policy
    12  ==============
    13  
    14  This chapter documents the policy language used to configure network policies
    15  in Cilium. Security policies can be specified and imported via the following
    16  mechanisms:
    17  
    18  * Using Kubernetes `NetworkPolicy` and `CiliumNetworkPolicy` resources. See
    19    the section :ref:`k8s_policy` for more details. In this mode, Kubernetes will
    20    automatically distribute the policies to all agents.
    21  
    22  * Directly imported into the agent via CLI or :ref:`api_ref` of the agent. This
    23    method does not automatically distribute policies to all agents. It is in the
    24    responsibility of the user to import the policy in all required agents.
    25  
    26  .. versionadded:: future
    27     Use of the `KVstore to distribute security policies <https://github.com/cilium/cilium/issues/3554>`_
    28     is on the roadmap but has not been implemented yet.
    29  
    30  .. toctree::
    31     :maxdepth: 1
    32     :glob:
    33  
    34     intro
    35     language
    36     lifecycle
    37     troubleshooting