Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi, I have finally resolved the issue. By doing that it was showing me an EINVAL error. I had to put http before
Thank you !
Hi there @cheikhseck980,
What happens when you try to use the service name itself? For example if your pod A need to get data from pod B, what is the result when you do axios.get(podB-cluster-ip-service/endpoint) from pod A?
Regards, Bobby