I have "kubertinirize" a few images like the "Apicurio" which seems to work nice on Azure Kubernetes Cluster.
Then when I hit the link http:///apis/registry/v2/search/artifacts?limit=10&order=asc&orderby=name
Sometimes I get proper result:
{"artifacts":[],"count":0}
Some times I do not get proper result:
HTTP ERROR 404 Not Found
This happens also to the rest of the pages like the UI page and therefore the services which are using it cannot communicate with Apicurio all the time.
Notice that same docker image running in docker engine on my local pc is working without any issue like this one.
Any ideas?