Article 5RQJA LXer: How the Kubernetes ReplicationController works

LXer: How the Kubernetes ReplicationController works

by
LXer
from LinuxQuestions.org on (#5RQJA)
Published at LXer:

Have you ever wondered what is responsible for supervising and managing just the exact number of pods running inside the Kubernetes cluster? Kubernetes can do this in multiple ways, but one common approach is using ReplicationController (rc). A ReplicationController is responsible for managing the pod lifecycle and ensuring that the specified number of pods required are running at any given time. On the other hand, it is not responsible for the advanced cluster capabilities like performing auto-scaling, readiness and liveliness probes, and other advanced replication capabilities.

Read More...latest?d=yIl2AUoC8zA latest?i=rsyuM8C03C4:3E1nxwbZ1wQ:F7zBnMy latest?i=rsyuM8C03C4:3E1nxwbZ1wQ:V_sGLiP latest?d=qj6IDK7rITs latest?i=rsyuM8C03C4:3E1nxwbZ1wQ:gIN9vFwrsyuM8C03C4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments