Persistent Volumes to StatefulSets- All About Managing Persistent Data in Kubernetes

preview_player
Показать описание
Containers are great for stateless applications and as the container technologies like Kubernetes mature containers are proving more and more beneficial for stateful applications. In this talk we will discuss data persistency in general in a containerised environment. We will take a deeper look at stateful applications and try to understand the challenges of deploying them in a containerised environments. We will see how we can leverage different Kubernetes features e.g. PersistentVolumes, Persi
Рекомендации по теме
Комментарии
Автор

Thank you. very insightful and great presentation.

HXYZZZ
Автор

Great presentation! One question. Why does each pod have 2 containers for MongoDB? Isn't it just one image?

vickkrishna
Автор

They might have set the replicas to 2.

majidma