ReplicationController
In Kubernetes, a Pod is the smallest deployable unit, but a pod by itself has limitations.If a pod crashes or gets deleted, Kubernetes does not recreate it automatically. To overcome this problem, Kubernetes provides a controller called ReplicationCo...
replicationcontroller.hashnode.dev2 min read