- replicationController (rc): a controller that makes a best effort to maintain a number of pods running
- pods: groups of containers controlled by a single rc
- service (svc): a cluster-internal VIP that is linked to a collection of pods and ports
- route: An OpenShift construct. Externalizes services so you can reach them from remote machines
oc get [resource-kind]