File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments