StatefulSets on Kubernetes
Stateful apps require a stable hostname rather than a pod name with a random string.
Using an index, your pod name will have a persistent identification. For example, podname-0, podname-1, and podname-2 (and when the pod is rescheduled, it retains t...
vyshnavlal.hashnode.dev1 min read