Hi,
Is it possible to add a container or managed Elasticsearch DB?
Hi,
Is it possible to add a container or managed Elasticsearch DB?
Hi @simofacc , absolutely, it’s possible if you want to:
You can take a look at this thread, which is exactly the same as for MongoDB Atlas.
In a nutshell, you need:
AWS OpenSearch
or Elastic Cloud
(It’s up to you).AWS OpenSearch
or Elastic Cloud
instance.AWS OpenSearch
or Elastic Cloud
instance via VPC Peering.Check out this thread (with MongoDB Atlas) because it’s very similar.
Deploying an existing container image with Qovery will be available for Q3 2022. At the time of this response, you will need to follow the instructions below.
To deploy an Elasticsearch DB container you can do the following:
elasticsearch
on your GitHub, GitLab, or Bitbucket account.Dockerfile
with the following contentFROM elasticsearch:8.3.2
elasticsearch
repository like a regular Qovery application (check out here).1
and RAM to 2GB
at least. (Elasticsearch consumes a good amount of CPU and RAM)9200
, uncheck expose publicly
and save your changes.elasticsearch
application.I hope it helps