Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandradeduarte committed May 25, 2021
1 parent bbb3a89 commit 0a22243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ Possible Pod statuses: https://kubernetes.io/docs/concepts/workloads/pods/pod-li

`etcd` stores the object manifests

Good description about how the Kubernetes API and scheduler manage and deploy Pods:
Good description about how the Kubernetes API and scheduler manage and deploy Pods:
*The Kubernetes API server accepts and processes Pod manifests before storing them in persistent storage (etcd). The scheduler also uses the Kubernetes API to find Pods that haven’t been scheduled to a node. The scheduler then places the Pods onto nodes depending on the resources and other constraints expressed in the Pod manifests. Multiple Pods can be placed on the same machine as long as there are sufficient resources. However, scheduling multiple replicas of the same application onto the same machine is worse for reliability, since the machine is a single failure domain. Consequently, the Kubernetes scheduler tries to ensure that Pods from the same application are distributed onto different machines for reliability in the presence of such failures. Once scheduled to a node, Pods don’t move and must be explicitly destroyed and rescheduled.*

0 comments on commit 0a22243

Please sign in to comment.