DEV Community

Discussion on: Blazingly fast Preview Environments for NextJS, NodeJS, and MongoDB on AWS

Collapse
 
pjeziorowski profile image
Patryk Jeziorowski

1) DBs can be run in 'container mode' or 'managed mode' - container DBs run into K8S, managed DBs use cloud-provider services like RDS, ElastiCache etc.

2) There is room for customization - what exactly do you mean though?

Collapse
 
vitalykarasik profile image
Vitaly Karasik

1) Thanks, ability to run managed service is great!
2) I mean number of replicas and others

Thread Thread
 
pjeziorowski profile image
Patryk Jeziorowski

You can configure application CPU, Memory, replicas, expose ports, and so on. We are working on adding new customization options all the time.

Thread Thread
 
vitalykarasik profile image
Vitaly Karasik

Cool! I have to play with Qovery :-)