Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 414 Bytes

File metadata and controls

10 lines (7 loc) · 414 Bytes

kubernetes-deployment-strategies-workload

Sample workload for the demo available at github.com/marccarre/kubernetes-deployment-strategies.

Features:

  • It stores & reads users.
  • Data is persisted in a PostgreSQL database.
  • Database schema is managed via migrations (see ./pkg/db/migrations).
  • v1.1.0 is backward compatible with v1.0.0.