Slide 5
Slide 5 text
© 2015 Mesosphere, Inc.
Kubernetes concepts
• container—sealed application package (Docker)
• pod—small group of tightly coupled containers
• labels—identifying metadata attached to objects (pods, services, etc.)
• selector—query against labels, producing a set result
• controller—control loop driving current state towards desired state
• service—set of pods that work together (incl. proxy/load balancer)
5