Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.98 KB

glossary.rst

File metadata and controls

75 lines (52 loc) · 1.98 KB
.. only:: not (epub or latex or html)

    WARNING: You are looking at unreleased Cilium documentation.
    Please use the official rendered version released here:
    https://docs.cilium.io

Glossary

Cilium has some terms with special meanings. These should all be covered throughout the documentation but for convenience we have also listed some of them below with short descriptions. If you need more information, please ask us on `Cilium Slack`_. Feel free to extend this document with words you expected to see here.

.. glossary::
   :sorted:

   Endpoint
     :ref:`endpoint`

   Policy
     A Cilium policy consists of a list of rules. The security policy can be
     specified in The Kubernetes NetworkPolicy format or The Cilium policy
     language.

   iproute2
     https://www.kernel.org/pub/linux/utils/net/iproute2/

   llvm
     https://releases.llvm.org/

   Linux kernel
     https://www.kernel.org/

   DaemonSet
     https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

   ConfigMap
     https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/

   CNI
     https://github.com/containernetworking/cni

   RBAC
     https://kubernetes.io/docs/reference/access-authn-authz/rbac/

   NodeSelector
     https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector

   Volumes
     https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/

   VXLAN
     https://tools.ietf.org/html/rfc7348

   Geneve
     https://tools.ietf.org/html/draft-ietf-nvo3-geneve-04

   Pod
     https://kubernetes.io/docs/concepts/workloads/pods/pod/

   Service
     https://kubernetes.io/docs/concepts/services-networking/service/

   CustomResourceDefinition
     https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions

   HeadlessServices
     https://kubernetes.io/docs/concepts/services-networking/service/#headless-services

   Helm
     https://helm.sh/