Limits with number of secrets #629
Unanswered
igorpalant
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to see if I can utilize secret store csi driver to provide somewhat large number of secrets from AKV (~4000 secrets). In my tests I am finding that container start time directly proportional to the number of secrets I am trying to provide. With ~250 secrets, container start time is ~2 min. I assume that comes from the provider sequentially requesting secrets from AKV in container initialization. Is this assumption correct? Is there a path for me to provide large number of secrets from AKV without significantly increasing container start time.
Beta Was this translation helpful? Give feedback.
All reactions