Revision 6facc4e04d70a74dc3151626dd4119cffb20965b authored by Chris Tarazi on 17 May 2021, 19:18:09 UTC, committed by André Martins on 28 May 2021, 22:15:56 UTC
[ upstream commit 451de22f43aedac34f9dd9d1389bfe0b2843e0ae ]

This bump fixes a data race reported in
https://github.com/cilium/cilium/issues/16181.

Signed-off-by: Chris Tarazi <chris@isovalent.com>
Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
1 parent adebe72
Raw File
glossary.rst
.. 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:

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 `Slack <https://cilium.herokuapp.com>`_. 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.

   Slack channel
     Public community slack channel for everyone to ask questions
     https://cilium.herokuapp.com

   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/configuration/assign-pod-node/

   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
   Pods
     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/
back to top