Its the OPenshift Container PLatform
Container orchestrator manages container hosts
these container hosts are referred to as nodes. So Kubernetes manages all the resources of all the nodes into a cluster and then runs the containers on them
A pod is a kubernetes representation of a running container