konk icon indicating copy to clipboard operation
konk copied to clipboard

Document how API service pods can use config/secret reloaders to track cert rotation

Open kd7lxl opened this issue 4 years ago • 1 comments

Konk uses certificate manager to sign relatively short lifespan certificates. After certificates are automatically rotated, the api service using them needs to begin using the new cert value. For cases where the service itself cannot do this itself, there is a common pattern in Kubernetes that uses a config reloader sidecar. This is a common use case and should be described in konk documentation.

kd7lxl avatar Feb 23 '21 18:02 kd7lxl

Since dynamic reload of certs is supported by the Kubernetes SDK, using another type of reloader is an edge case. We expect most users will use the SDK. Documenting how to not use the SDK is a low priority.

kd7lxl avatar May 17 '21 21:05 kd7lxl