Honlsoft.com

Software Architecture: Containers Honlsoft

We've all been there.The story goes something like this.I have a new application, and I need to deploy it somewhere.I ask the infrastructure team to spin up a new … See more

Actived: 2 days ago

URL: https://www.honlsoft.com/blog/2022-04-08-containers/

Kubernetes: Checking Pod Health Honlsoft

WEBIt will intermittently check that the Pod is still healthy, if it is not, Kubernetes will terminate the container and restart it via it's configured restart policy. Where the startup probe was just when the container starts up, the liveness probe is the probe that handles checks after the container was initially ready.

Category:  Health Go Health

Kubernetes: Deployments Honlsoft

WEBDeployment. In short, a Deployment is used to manage a group of Pods and rollout or decommission additional instances of them based on scale or configuration changes. A Deployment in Kubernetes does this by creating new ReplicaSets. A ReplicaSet is another object in Kubernetes which creates multiple instances of a Pod based on a …

Category:  Health Go Health