k8s Database Migrations
- Use InitContainer and Job
- Use flagger blue/green to manage deployment
- googled: how to handle db migrations in kubernetes services
- https://github.com/coderanger/migrations-operator - readme compares Helm hooks and Init
- HackerNews - Is there a recomendation?
- Options list
- Redit Comments on that
- Followup Using Job and Init
- Simple Job and reader - reader could also or instead check db directly
- dotnet but good list - Jobs and InitContainer combo
- Talks about using atlas-cloud - some general hints