OpenShift intro
Components
Control plane -> a group of computers that host services that the worker nodes need to run their applications
Worker nodes -> a group of computers that run the applications
Projects -> like a directory, or a namespace... a logical grouping of application components. its typically recommended to run each application in its own project
oc -> openshift cli
OpenShift prefers to use routes, not ingresses.
⚠️ If you delete an Ingress, it will delete the route, too.