Please enable JavaScript.
Coggle requires JavaScript to display documents.
kubernetes (Pod (Defining a Pod using YAML (Metadata (name, Namespace,…
kubernetes
-
Service
Services solves the problem of disappearing pods. When a pod crashes then new pods is created by RC and it gets a new private ip address
-
External system connect to a service and then the service redirects the request to the specified pod
When a service is create then it gets a static ip address and never changes during the lifetime of the service
-
-
-
-
-
-
Replication Controller
-
-
If the pods crashes or disappear because of any reason then replication controller will bring up a new one
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-