Kubernetes Concepts: Difference between revisions
Jump to navigation
Jump to search
(→etcd) |
|||
Line 28: | Line 28: | ||
=Scheduler= | =Scheduler= | ||
Determines the best fit for running [[#Pod|pods]] across the environment. It runs on masters. | |||
{{Internal|OpenShift Concepts#Scheduler|OpenShift Scheduler}} | {{Internal|OpenShift Concepts#Scheduler|OpenShift Scheduler}} |
Revision as of 21:35, 29 April 2017
External
Internal
Overview
Pod
One or more containers deployed together on one host, containing collocated applications that are relatively tightly coupled and run with a shared context. The containers in a pod share resources as IP addresses and volumes. The pod is the smallest unit that can be defined, deployed and managed. Kubernetes orchestrates pods.
Complex applications can be made of any pods.
Volume
etcd
A distributed key/value datastore for state within the environment.
Scheduler
Determines the best fit for running pods across the environment. It runs on masters.