Production Readiness Checklist
A checklist for developers to ensure they are ready for production. I have been working on multiple pojects where I have moved applications from PoC to Production. These are the checklists I have prepared for myself and my team to ensure we are ready for production. Here the checklists are in focus as the application is in Python programming language and deployed to AWS via Kubernetes. Not all of these are mandatory, but they are the ones I have found most useful. 1. Alerts & Metrics
2. Dashboard and SOP
3. On-call mapping and cadence
4. Deployment
5. Observability and tracing
6. Load tests
7. Quality
8. Release
9. Disaster Recovery and Business Continuity
10. Compliance and Security
11. Documentation
Related Articles