authentik icon indicating copy to clipboard operation
authentik copied to clipboard

load performance

Open mavwolverine opened this issue 3 years ago • 1 comments

Describe your question/ A clear and concise description of what you're trying to do.

If run in kubernetes, what are the expected concurrency load levels? We ran some basic tests with ab and it seems to struggle at around around 300 users with 10 concurrency (Apache ab) Is there any configuration that needs to be set to improve the performance? Can I not use the go proxy and use nginx?

Relevant infos i.e. Version of other software you're using, specifics of your setup

Screenshots If applicable, add screenshots to help explain your problem.

Logs Output of docker-compose logs or kubectl logs respectively

Version and Deployment (please complete the following information):

  • authentik version: [e.g. 2021.8.5]
  • Deployment: [e.g. docker-compose, helm]

Additional context Add any other context about the problem here.

mavwolverine avatar Mar 27 '22 19:03 mavwolverine

Curious about your exact setup (how many replicas of the server, what apache ab config), but that sounds pretty alright for a single instance. The main limiting thing is python, not the go proxy (and not, the go proxy is required)

BeryJu avatar Mar 27 '22 20:03 BeryJu