Enterprise Kubernetes. If Kubernetes is the engine, OpenShift is the luxury car built around it. It adds developer tools, security, and a console out of the box.
In standard K8s, you need a Dockerfile. In OpenShift, you just provide the Source Code.
Drag the repository on the left into the OpenShift Pipeline to see it happen.
It's just a Kubernetes Namespace, but with extra features like user quotas and self-service creation for developers.
The OpenShift version of Ingress. It exposes a Service to the internet with a public URL (e.g., app.cluster.com) automatically.
Defines how to turn source code into an image. It watches your Git repo and triggers a new build whenever you push code.