Kubernetes 101: Part 2
So, in case we have 1 container in a pod, it might get destroyed
To solve this issue, we can have multiple pods using replication controller.
Now, if one container gets destroyed, other is up and running.
We can also have replication controller for...
mitul-shahriyar.hashnode.dev21 min read