Understanding ReplicaSet in Kubernetes
Kubernetes is designed to manage applications as Pods. However, there's a challenge: Pods are short-lived.
If a Pod crashes it won’t restart automatically.
If the Node where a Pod is running fails the Pod disappears.
If you delete a Pod manually i...
kkdevops.hashnode.dev9 min read
Kanike Vishnuvardhan
Thank you.