Skip to content

Commit 190a16e

Browse files
mpstefansjberman
andauthored
Enhancement Proposal (Provisional): Data Plane Dynamic Configuration (#931)
New enhancement proposal for dynamic data plane configuration for the NGF project. --------- Co-authored-by: Saylor Berman <s.berman@f5.com>
1 parent 3117bbd commit 190a16e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/proposals/data-plane-config.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Enhancement Proposal-929: Data Plane Dynamic Configuration
2+
3+
- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/929
4+
- Status: Provisional
5+
6+
## Summary
7+
8+
This proposal is intended to contain the design for how to dynamically configure the data plane for the
9+
NGINX Gateway Fabric (NGF) project. Similar to control plane configuration, we should be able to leverage
10+
a custom resource definition to define data plane configuration, considering fields such as telemetry and
11+
upstream zone size.
12+
13+
## Goals
14+
15+
Define a CRD to dynamically configure various settings for the NGF data plane. The initial configurable options
16+
will be for telemetry (tracing) and upstream zone size.
17+
18+
## Non-Goals
19+
20+
1. This proposal is not defining every setting that needs to be present in the configuration.
21+
2. This proposal is not for any configuration related to control plane.

0 commit comments

Comments
 (0)