Select an object to see more details.
Pods contain one or more containers that run together on a node, containing your application code.
Replication controllers dynamically create instances of pods from templates, and remove pods when necessary.
Services group pods and provide a common DNS name and an optional, load-balanced IP address to access them.
Nodes are the machines that run your containers.