Segmentation Policy
The segmentation feature is in an early access alpha state. Before trying this in a non production environment, please reach out to Tetrate first.
A Segmentation Policy defines a particular type of segmentation such as network zones, infrastructure environments, etc, that allow grouping resources and defining Access Control Lists (ACLs) based on these types.
The following example defines the segmentation policy ring
with zones red
,
amber
and yellow
. Membership to these zones can be defined statically,
by creating a Membership
resource with the corresponding resource assignments.
apiVersion: segmentation.tsb.tetrate.io/v1
kind: SegmentationPolicy
metadata:
organization: myorg
name: ring
spec:
intraZonalTraffic: true
zones:
- red
- amber
- yellow
SegmentationPolicy
A Segmentation Policy defines a particular type of segmentation such as network zones, infrastructure environments, etc, that allow grouping resources and defining Access Control Lists (ACLs) based on these types.
Field | Description | Validation Rule |
---|---|---|
intraZonalTraffic | bool | – |
zones | List of string | repeated = { |