Select an object to see more details.

Pod

Pods contain one or more containers that run together on a node, containing your application code.

Service

Services group pods and provide a common DNS name and an optional, load-balanced IP address to access them.

Replication Controller

Replication controllers dynamically create instances of pods from templates, and remove pods when necessary.

Node

Nodes are the machines that run your containers.

   