Hi, Is it possible to integrate Elasticsearch with my app on App Platform? Do I need to create another app with elasticsearch docker image or do I need to install elasticsearch in the app where I have my web app?
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
What I would personally do is to deploy my Elasticsearch service on a separate Droplet.
That way this gives you more control over the Elasticsearch setup and allows you to manage resources according to your requirements. After setting up Elasticsearch on the Droplet, you can connect your app on the App Platform to the Elasticsearch instance running on the Droplet.
To do this, you’ll need to configure your app with the Droplet’s IP address, port, and any necessary authentication credentials.
Hope that this helps!
Best,
Bobby