Match the following items to their counterparts in the table.
| Terminology | Definition |
|---|---|
| Operator | A cluster component that simplifies managing another application or function. |
| Resource | Any of the configurable and consumable components that the Red Hat OpenShift cluster manages. |
| Control Plane | The cluster layer that manages the container lifecycle through its provided API. |
| Data Plane | The cluster layer with the required resources to run containers, such as storage, networking, CPU, and memory. |
| Pod | A group of running containers within the cluster that provides a single application, service, or function. |
| Container | A small executable image that defines the libraries and dependencies for an application. |