Skip to content

Commit

Permalink
Initial proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
mpstefan authored Aug 2, 2023
1 parent 1d615c4 commit 07591f6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/proposals/data-plane-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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 Kubernetes
Gateway project. Similar to control plane configuration, we should be able to leverage a custom resource definition to
define data plane configuration.

## Goals

Define a CRD to dynamically configure various settings for the NKG data plane. The only initial option available will be
log format.

## Non-Goals

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

0 comments on commit 07591f6

Please sign in to comment.