hi :) thanks for the great toturial!
questions:
1. if I use k8s and there are 4 replicas of the same serivce that talks to the same db, how can I make sure that while k8s changes the pods to pods with the new images, the pods with the old image won't try to access the db that has already migrated to the new version?
2. how can I test typeorm migrations? (unit tests, e2e tests) What is the prefered way to do it?