Slide 20
Slide 20 text
Running Postgres on EKS
@ahachete
Recap
● If you want all your workloads in Kubernetes (EKS), use
StackGres for your Postgres database.
● If you require Postgres extensions unavailable in
RDS/Aurora, leverage StackGres.
● StackGres allows you to export metrics either to
Prometheus running on EKS or to AMP.
● It provides custom Postgres-specialized metrics and
integration with the Web Console.
● StackGres also automates via YAML/Web Console usual
DBA “Day 2” Operations, like benchmarks, vacuum,
repack and upgrades.