From Kubernetes in Action by Marko Lukša
It goes without saying that we want client requests to be handled properly. We obviously don’t want to see broken connections when pods are starting up or shutting down. By itself, Kubernetes doesn’t ensure this never happens. Your app needs to follow a few rules to prevent broken connections. This article discusses those rules.
From Kubernetes in Action by Marko Lukša
This article discusses deploying and updating applications in a Kubernetes cluster.
From Kubernetes in Action by Marko Lukša
This article discusses replication controllers: what they are and what Kubernetes uses them to do.