Production Hardening

For Production Usage, please consider resource sizing and the following configuration changes

  1. Enable Kube Metrics

  2. Deploy PostgresSQL to a cloud-native service (AWS RDS, Render Postgres etc.)

  3. Deploy OpenSearch to a cloud-native service (AWS OpenSearch), if possible

  4. Deploy scaled components of the app such as KEDA to a node-pool with Scaling (such as Karpenter)

  5. Setup Grafana/Prometheus

Last updated