From e206857179d274d623a36701e810260f9a3cb8c1 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Thu, 10 Oct 2024 12:46:33 -0600 Subject: [PATCH] Update docs/deployment/functional-layers.md Co-authored-by: Noah <40781376+noahpb@users.noreply.github.com> --- docs/deployment/functional-layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/functional-layers.md b/docs/deployment/functional-layers.md index 2196f5ec1..012f916d1 100644 --- a/docs/deployment/functional-layers.md +++ b/docs/deployment/functional-layers.md @@ -6,7 +6,7 @@ weight: 9 ## Background -Context on the inclusion of "functional layers" can be viewed in our [ADR](https://github.com/defenseunicorns/uds-core/blob/main/docs/adrs/0002-uds-core-functional-layers.md). In short, UDS Core publishes smaller zarf packages that contain subsets of core's capabilities, grouped by their function (such as monitoring, logging, backup/restore, etc) to allow more flexibility in deployment. This helps to support resource constrained environments (edge deployments) and other situations where an environment has different needs than the default core stack. +Context on the inclusion of "functional layers" can be viewed in our [ADR](https://github.com/defenseunicorns/uds-core/blob/main/docs/adrs/0002-uds-core-functional-layers.md). In short, UDS Core publishes smaller Zarf packages that contain subsets of core's capabilities, grouped by their function (such as monitoring, logging, backup/restore, etc) to allow more flexibility in deployment. This helps to support resource constrained environments (edge deployments) and other situations where an environment has different needs than the default core stack. Each layer is published as an individual OCI Zarf package. Package sources can be viewed under the [`packages` directory](https://github.com/defenseunicorns/uds-core/tree/main/packages), with each folder containing a readme detailing the contents and any dependencies. All layers assume the requirement of the base layer which provides Istio, the UDS Operator, and UDS Policy Engine.