Ravi
What it is ….
• Services for Container Cluster
Management
• Used to manage Docker containers as a
default implementation
• Kubernetes is capable of launching
containers in existing VMs or even
provisioning new VMs and placing the
containers in that
Components
• Master
• Minon - Host/VM
• Kublet
• POD - Grouping for Containers
• Container
Key Concept
 POD
 A pod (as in a pod of whales or pea pod) is a relatively
tightly coupled group of containers that are scheduled onto
the same host
 Labels
 Loosely coupled cooperating pods are organized using
key/value labels
 Kubelet
 The Kubelet is the logical successor (and rewritten in go) of
the Container Agent that is part of the Compute Engine
image

Kubernetes

  • 1.
  • 2.
    What it is…. • Services for Container Cluster Management • Used to manage Docker containers as a default implementation • Kubernetes is capable of launching containers in existing VMs or even provisioning new VMs and placing the containers in that
  • 4.
    Components • Master • Minon- Host/VM • Kublet • POD - Grouping for Containers • Container
  • 5.
    Key Concept  POD A pod (as in a pod of whales or pea pod) is a relatively tightly coupled group of containers that are scheduled onto the same host  Labels  Loosely coupled cooperating pods are organized using key/value labels  Kubelet  The Kubelet is the logical successor (and rewritten in go) of the Container Agent that is part of the Compute Engine image