Production Hardening
For Production Usage, please consider resource sizing and the following configuration changes
Enable Kube Metrics
Deploy PostgresSQL to a cloud-native service (AWS RDS, Render Postgres etc.)
Deploy OpenSearch to a cloud-native service (AWS OpenSearch), if possible
Deploy scaled components of the app such as KEDA to a node-pool with Scaling (such as Karpenter)
Setup Grafana/Prometheus
Last updated