Search code examples
dockerkubernetesdocker-registrymicrok8s

How could I list the images pushed to microk8s built-in registry


I installed microk8s and I enabled registry addon I am able to push docker images to this registry and I am able to use this images in deployments.

But I'm trying to list images that was already pushed to this registry. How can I do that? Is there an API for that?


Solution

  • I found that it's possible to list the registry images via HTTP GET in this address: http://<host_ip>:32000/v2/_catalog

    It'll return the images in a json response