Blog
How to use the Kubernetes Replication Controller?
In Kubernetes, a pod can disappear for any reason. It can get evicted from the node. In fact, even the entire node can disappear from the cluster because of something as trivial as a network issue. And yet, it is vital that our applications continue running. For unmanaged pods, Kubernetes Read more…