Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

production-readiness-checklist.md

File metadata and controls

26 lines (16 loc) · 1.17 KB

Production Readiness Checklist

You can use the production readiness checklist if a microservice is production ready or not. The checklists are divided into 2 phases:

Please use these checklists for each phase.

Production readiness level

There are no one-size-fits-all. So we defined some levels in the readiness:

  • 🌟 Level A - for a critical microservice
  • Level B - for a standard microservice
  • 💥 Level C - for an experimental microservice

Use the level to decide which check to meet. See Production Readiness Level for details.

Conventions used in readiness checklist

The following conventions are used for checklist items.

  • it/its refers to the target microservice.
  • ✅ indicates that passing the first check is required to meet the level.
  • 🔜 indicates that this check is currently not enforced, but it will be enforced in the future.