-
Cluster: A collection of nodes + master to manage them.
-
Node: Virtual machine to run our containers
-
Pod: More or less a running container. Technically, a pod can run multiple containers.
-
Deploy: Monitors a set of pods, make sure they are running and restarts them if they crashed.
-
Service: Provides an easy-to-remember URL to access to a running container.