Skip to content

Commit

Permalink
Enhancement Proposal (Provisional): Data Plane Dynamic Configuration (#…
Browse files Browse the repository at this point in the history
…931)

New enhancement proposal for dynamic data plane configuration for the NGF project.

---------

Co-authored-by: Saylor Berman <[email protected]>
  • Loading branch information
mpstefan and sjberman authored Nov 1, 2023
1 parent 3117bbd commit 190a16e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/proposals/data-plane-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Enhancement Proposal-929: Data Plane Dynamic Configuration

- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/929
- Status: Provisional

## Summary

This proposal is intended to contain the design for how to dynamically configure the data plane for the
NGINX Gateway Fabric (NGF) project. Similar to control plane configuration, we should be able to leverage
a custom resource definition to define data plane configuration, considering fields such as telemetry and
upstream zone size.

## Goals

Define a CRD to dynamically configure various settings for the NGF data plane. The initial configurable options
will be for telemetry (tracing) and upstream zone size.

## Non-Goals

1. This proposal is not defining every setting that needs to be present in the configuration.
2. This proposal is not for any configuration related to control plane.

0 comments on commit 190a16e

Please sign in to comment.