Create 2 containers one that retrieve from API

I need to create a container to retrieve data from a API and another one that will retrieve a single random text, from the first container and serve it to the client… Sidecar Container is an option or Im wrong ? Any help will be appreciate, thanks.

yes, the sidecar will be useful for your case. Check this useful document sidecar

1 Like