Episode

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

Podcast
Data on Kubernetes Community
Published
Nov 23, 2022
Duration seconds
1915
Processing state
failed
Canonical source
https://podcasters.spotify.com/pod/show/dokcommunity/episodes/DoK-Talks-154---StatefulSets-in-K8--Srinivas-Karnati-e1r6gs4
Audio
https://anchor.fm/s/2d649bc8/podcast/play/61079876/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2022-10-23%2F298766810-44100-2-8df20ffacda32.m4a
JSON
/v1/public/podcasts/data-on-kubernetes-community/episodes/dok-talks-154-statefulsets-in-k8-srinivas-karnati
Markdown
/podcast/data-on-kubernetes-community/dok-talks-154-statefulsets-in-k8-srinivas-karnati.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/data-on-kubernetes-community/episodes/dok-talks-154-statefulsets-in-k8-srinivas-karnati/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/data-on-kubernetes-community/dok-talks-154-statefulsets-in-k8-srinivas-karnati.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

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