github.com/imran-kn/cilium-fork@v1.6.9/Documentation/glossary.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  .. _glossary:
     8  
     9  Glossary
    10  ========
    11  
    12  Cilium has some terms with special meanings. These should all be covered
    13  throughout the documentation but for convenience we have also listed some of
    14  them below with short descriptions. If you need more information, please ask us
    15  on `Slack <https://cilium.herokuapp.com>`_. Feel free to extend this document
    16  with words you expected to see here.
    17  
    18  .. glossary::
    19     :sorted:
    20  
    21     Endpoint
    22       :ref:`endpoint`
    23  
    24     Policy
    25       A Cilium policy consists of a list of rules. The security policy can be
    26       specified in The Kubernetes NetworkPolicy format or The Cilium policy
    27       language.
    28  
    29     Slack channel
    30       Public community slack channel for everyone to ask questions
    31       https://cilium.herokuapp.com
    32  
    33     iproute2
    34       https://www.kernel.org/pub/linux/utils/net/iproute2/
    35  
    36     llvm
    37       http://releases.llvm.org/
    38  
    39     Linux kernel
    40       https://www.kernel.org/
    41  
    42     DaemonSet
    43       https://kubernetes.io/docs/admin/daemons/
    44  
    45     ConfigMap
    46       https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
    47  
    48     CNI
    49       https://github.com/containernetworking/cni
    50  
    51     RBAC
    52       https://kubernetes.io/docs/admin/authorization/rbac/
    53  
    54     NodeSelector
    55       https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
    56  
    57     Volumes
    58       https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/
    59  
    60     VXLAN
    61       https://tools.ietf.org/html/rfc7348
    62  
    63     Geneve
    64       https://tools.ietf.org/html/draft-ietf-nvo3-geneve-04
    65  
    66     Pod
    67     Pods
    68       https://kubernetes.io/docs/concepts/workloads/pods/pod/
    69  
    70     Service
    71       https://kubernetes.io/docs/concepts/services-networking/service/
    72  
    73     CustomResourceDefinition
    74       https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions
    75  
    76     HeadlessServices
    77       https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
    78  
    79     Helm
    80       https://helm.sh/