Would it be possible to extend native kubernetes sources used for notifying reloads to include also pod workloads ?
My use case is to try to wait for eg a deployment to finish reloading before I notify client apps to also reload on the updated secret since the secret only exists on the server side database after the deployment rolls out
Or would you recommend a better approach for reloading eg clients when server side credentials changed And server has already picked them up ?
Would it be possible to extend native kubernetes sources used for notifying reloads to include also pod workloads ?
My use case is to try to wait for eg a deployment to finish reloading before I notify client apps to also reload on the updated secret since the secret only exists on the server side database after the deployment rolls out
Or would you recommend a better approach for reloading eg clients when server side credentials changed And server has already picked them up ?