Mastering Kubernetes StatefulSet And DaemonSet
STATELESS APPLICATION
Stateless applications do not store data permanently.
If a Pod is terminated, a new Pod can be created on any node in the cluster.
ReplicaSet only ensures the required number
rohith7.hashnode.dev6 min read