cover of episode DoK Talks #154 - StatefulSets in K8 // Srinivas Karnati

DoK Talks #154 - StatefulSets in K8 // Srinivas Karnati

2022/11/23
logo of podcast Data on Kubernetes Community

Data on Kubernetes Community

Frequently requested episodes will be transcribed first

Shownotes Transcript

https://go.dok.community/slack ) https://dok.community/) Link: https://youtu.be/n_thXwyJNSU)

ABSTRACT OF THE TALK  

Deploying Stateless applications is easy but this is not the case for Stateful applications. StatefulSets are the K8s API object that helps to manage stateful application. Learn about what Stateful sets are, how to create, How it differs from Deployments.   

BIO  

Passionate about Cloud Native, Kubernetes, Developer relations  

KEY TAKE-AWAYS FROM THE TALK  

This talk is focused on basics of StatefulSet, how StatefulSet differs from Deployments, How to manage Stateful app using StatefulSet