[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 2.12 KB

glossary.rst

File metadata and controls

79 lines (55 loc) · 2.12 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 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.

   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/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/