https://www.redhat.com/ja/blog/simple-canary-deployments-using-kubernetes-statefulsets-on-openshift
Simple Canary Deployments using Kubernetes StatefulSets on OpenShift
In this blog post I want to introduce a nice little trick to make canary deployments possible only with Kubernetes StatefulSets and Services.
using kubernetessimplecanarydeploymentsopenshift
https://www.notion.so/MongoDB-and-StatefulSets-fd7b9e391bf9434e8f7e007e59b615ac
MongoDB and StatefulSets | Notion
apiVersion: v1 kind: Service metadata: name: mongodb labels: app: mongodb spec: clusterIP: None selector: app: mongodb ports: - port: 27017 targetPort: 27017
mongodbnotion
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/?ref=buzzwrd.me
StatefulSets | Kubernetes
Mar 16, 2026 - A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent...
kubernetes
https://www.infoq.com/news/2016/12/kubernetes-1.5/
Kubernetes 1.5 Released with Improved StatefulSets and Alpha Support for Windows Server 2016 - InfoQ
The CNCF have released version 1.5 of the Kubernetes container orchestration system. Core improvements focus on beta functionality associated with deployment...
https://dev.to/ahmedat71538826/kubernetes-statefulsets-101-state-of-the-pods-32pg
Kubernetes StatefulSets 101 - State of the Pods - DEV Community
What is the deference The difference between a Statefulset and a Deployment? A Statefulset is a Kube... Tagged with kubernetes, devops, docker.
of thekubernetes101statepods
https://www.redhat.com/pt-br/blog/simple-canary-deployments-using-kubernetes-statefulsets-on-openshift
Simple Canary Deployments using Kubernetes StatefulSets on OpenShift
In this blog post I want to introduce a nice little trick to make canary deployments possible only with Kubernetes StatefulSets and Services.
using kubernetessimplecanarydeploymentsopenshift
https://www.flexera.com/blog/finops/autoscaling-kubernetes-statefulsets-scaling-managing-persistent-apps/
Kubernetes StatefulSets: Scaling & managing persistent apps
Mar 19, 2026 - Learn how Kubernetes StatefulSets can help you define, scale, and manage persistent applications on Kubernetes.
kubernetesscalingmanagingpersistentapps
https://dev.to/i_am_vesh/master-kubernetes-headless-service-statefulset-creation-and-storage-in-statefulsets-o54
Master Kubernetes: Headless Service, StatefulSet Creation, and Storage in StatefulSets - DEV...
Kubernetes is a robust container orchestration platform with powerful features for managing both... Tagged with kubernetes, devops, 100daysofcode.
masterkubernetesheadlessservicestatefulset