Skip to content

Commit 672b8fb

Browse files
committed
update cert-manager language with reflector
1 parent 027f13b commit 672b8fb

File tree

1 file changed

+1
-1
lines changed
  • docs/proposals/control-data-plane-split

1 file changed

+1
-1
lines changed

docs/proposals/control-data-plane-split/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ names and mount path configurable via flags. For production, we will direct the
151151
For development and testing purposes, we will provide a self-signed default certificate. In order to be secure by
152152
default, NGF should generate the default certificates and keypair during installation using a Kubernetes Job.
153153

154-
Using cert-manager may also be an easy option to reduce the burden of installing and rotating Secrets. A user would need to install this before NGF, and ensure they create agent Secrets before deploying their Gateway resource. We could also tie the NGF control plane directly into cert-manager so that our control plane could create the agent Secrets for the user when they create a Gateway resource, further reducing the burden on the user.
154+
Cert-manager is probably the easiest way for a user to manage certs for this. [Reflector](https://github.com/emberstack/kubernetes-reflector) is a tool that can be used to sync Secrets across namespaces, so that all agents receive the certificate updates for the initial Secret created by cert-manager.
155155

156156
#### Certificate Rotation
157157

0 commit comments

Comments
 (0)