Database migrations in Kubernetes applications with Flyway

preview_player
Показать описание
In this video I'll show how to migrate databases with Flyway in managed Kubernetes environments.

Рекомендации по теме
Комментарии
Автор

Very clear, informative and concise. Thanks for this perfect video !

toldwin
Автор

Thanks, this helped me write up results of a spike story I was tasked with; good stuff!

avgalani
Автор

well explained solution! However, for a big table change, that seems like a lot of extra java code needed... I hope flyway/kubernetes are working on an easier/automated solution for this process.

aloufin
Автор

This is great stuff, what happens when flyway migration gives non zero exit code, init- container would always try complete to finish, how do you deal with that scenario ?

prashantbhatia
Автор

initcontainers is a bad idea for migrations, better use a pre install job that runs before the deployment is initialized.

sergioteixeira