Drew Boswell
Drew Boswell
When you have thousands of secrets that need to be decrypted the inability to scale becomes quite a problem. Has any work been done to run multiple sealed-secret instances, with...
My impression is that kubeseal does things one-by-one, which is fine as long as the balance of updates vs number of secrets stays ok. But even in the 500-1000 sealed-secrets...
> > > This would be nice to have indeed. How would each replica know who it is? > > (I wanted to avoid StatefulSets due to bugs like [kubernetes/kubernetes#67250](https://github.com/kubernetes/kubernetes/issues/67250)...
Any news on the backlog status? This is still as relevant as ever
I also use ArgoCD, but it doesn't really make a difference what GitOps tool, if any at all we use. It is still a "surprising" behaviour that you need to...
The mechanism that populates the work/decrypt queue could be changed to verify the existence of a secret before generating it. This would cover a few scenarios including faster reboots (only...
This is a recurring nightmare for us too
this is still relevant