Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

A note about how containers are scheduled#

Sumit Rawal answered on June 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


A note about how containers are scheduled#

0

Right now, as we are running Kubernetes locally, we have only one worker node running our applications, so all these pods will run on this node. In a production environment, where we will likely have several worker nodes in our cluster, Kubernetes will try to schedule these pods across different nodes. So, even if one of the nodes fails, our application will still be up.

Scaling it down

Now, you can probably imagine what we need to do to scale the number of pods down. Just change the deployment manifest to match the number of replicas you want, and Kubernetes will make sure to terminate the pods for us. 

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Jun 17 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.