youtube image
From YouTube: Zero downtime deployment on Kubernetes

Description

Kubernetes Community Days Bengaluru'21

Kubernetes allows a lot. After discovering its features, it’s easy to think it can magically transform your application deployment process into a painless no-event. For Hello World applications, that is the case. Unfortunately, not many of us do deploy such applications day-to-day because we need to handle state. Though it would be much easier to have stateless apps, and despite our best efforts in this direction, the state is found in (at least) two places: sessions and databases. You need to think about keeping the state while stopping and starting application nodes. In this demo, I’ll show how to update a Spring Boot app deployed on a Kubernetes cluster with a non-trivial database schema change with the help of Hazelcast, while keeping the service up during the entire update process.

Slides: https://www.slideshare.net/nfrankel/zerodowntime-deployment-on-kubernetes-with-hazelcast