KIC K8S availability JWT with secret #2269
-
https://docs.konghq.com/kubernetes-ingress-controller/1.3.x/guides/configure-acl-plugin/ there is a guide using the ACL and JWT Plugins. I just wonder if my system is getting popular and if there are hundreds of millions of people creating JWT token Maybe I was wrong but I think if the system gets bigger then the secret makes a problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is certainly some maximum number of credentials
Technically it is possible to connect directly to the Kong Admin API (this is what the ingress controller utilizes under the hood) which could help you avoid |
Beta Was this translation helpful? Give feedback.
There is certainly some maximum number of credentials
Secrets
which you'll be able to handle, but cluster performance varies from environment to environment. The rule of thumb here is to make sure that you're creating testing infrastructure for your setup and testing with the load that you expect to verify your infrastructure combination appears adequately performant.…