Earlier quoted context omitted.
Agree. Its more confusion. PVC / PV are native to k8s not something part of statefulsets. In fact you _probably_ only need to use Statefulsets for databases. Which is probably going to be abstracted away with Operators.
It's more about roll forward/backward and services with a master+replica or leader election. That PVCs are common in stateful sets is more a symptom than the cause
Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
21–30 of 30 posts
Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#22> Understanding the nuances and distinctions between these key concepts becomes crucial as you navigate the complex — yet rewarding — waters of container orchestration. Can't say I've ever felt rewarded for using Kubernetes, literally or metaphorically.
Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#23> Understanding the nuances and distinctions between these key concepts becomes crucial as you navigate the complex — yet rewarding — waters of container orchestration. Can't say I've ever felt rewarded for using Kubernetes, literally or metaphorically.
Eh, dont you feel rewarded solving problems in general?
Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#24> Understanding the nuances and distinctions between these key concepts becomes crucial as you navigate the complex — yet rewarding — waters of container orchestration. Can't say I've ever felt rewarded for using Kubernetes, literally or metaphorically.
Early on I heard the k8s controller ecosystem described as “a half dozen concurrent `while true` loops all fighting with each other.” Can’t say I disagree.
Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#25Earlier quoted context omitted.
Totally. Plus it's misguiding readers with different functionality and use cases. For example "Persistent Storage: StatefulSets provide persistent storage to their pods through Kubernetes PersistentVolumes". The thing is that STS doesn't do that. That's actually in POD definition.
"Come on!"
Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#26Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#27Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#28Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#29Re: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet vs. Deployments
#30Doesn't seem to offer more insights than the Kubernetes docs.