|
|
|
|
|
by adamcharnock
464 days ago
|
|
> You can run Postgres in any managed K8s environment (say AWS EKS) just fine and enable any extensions you want as well. You absolutely can do this, and we do ineed run Postgres in-cluster. We generally see that people prefer a managed solution when it comes to operating their databases. Which means that when it comes to their (eg) AWS EKS clusters, they often use RDS rather than running the DB in-cluster. Our service is also a managed service, and that comes with in-cluster databases. So clients still get a managed service, but without the limitations of (eg) RDS. |
|