Has anyone tried load testing Docker registries?

I’d like to test different configurations of a Docker registry to understand the performance penalty of them.

Has anyone tried anything like that?

At its core, a Docker registry is just a webserver, but I suspect it would be slightly more complicated than just calling HTTP URLs.

Hi @mark.sagikazar! Thanks for creating the post, and sorry for the delayed response :slight_smile:

Someone from the Harbor community has created a k6 extension for testing Harbor! It’s pretty fancy.

The examples folder has some interesting scripts, maybe those can give you an idea of how this would look like (even if it’s a bit Harbor-centric).

Daniel,

1 Like

That’s pretty cool, thank you.