
22: Running migrations in production with Patryk Bąk
Thinking Elixir Podcast
00:00
Kubernetes - Multistage Deployment
The next tip I really like is the multi stage deploys. And this is something that is a consideration when you're dealing with a production system and you're trying to avoid service interruptions. So deploying a new version of our software, we want to guarantee a zero downtime deployment,. Now someone would say, okay, but I use Kubernetes and it's got a rolling update, which lets us deploy the new version ofOur application without downtime. Okay, they are right. When it comes to that part,Kubernetes handles it perfectly. But what if you want to deploy code, which adds a new field to the table and the logic which uses it? We have
Transcript
Play full episode