Hi I faced this scenario different times in some MOCK tests and I am not a linux guy. SO I wonder how to access a pod in order to test s CURL command.
Use for example curl
from a temporary nginx:alpine
Pod to get the response from the Service . Write the response into a file.
Thanks