Hi Raul Castellanos
Great article.
I came from Java/Spring Boot/FlyWay world and looking for similar solution.
I will be happy if You can explain me following:
- What image is used for DB Schema Migrations? I mean "availability-api-migrations" - is it the same as main application container image but with different startup command? Or is it dedicated for DB Upgrades only image?
- I understood that Migration Job will be autodeleted, is it so? If Yes what will happen when you pod will be restarted? Wouldn't initContainers waiting for job (already deleted) fail because wait-for job no more exists?
Thx a lot in advance :)