Documentation/security/network/intro.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
Introduction
Cilium provides security on multiple levels. Each can be used individually or combined together.
arch_id_security: Connectivity policies between endpoints (Layer 3),
e.g. any endpoint with label role=frontend can connect to any endpoint with
label role=backend.role=frontend can only make outgoing
connections on port 443 (https) and endpoint role=backend can only accept
connections on port 443 (https).role=frontend can only perform the REST API call GET /userdata/[0-9]+,
all other API interactions with role=backend are restricted.