Skip to content

OpenShift

What It Is

OpenShift builds on top of Kubernetes and adds an opinionated enterprise platform with registry support, routes, operators, RBAC patterns, and built-in developer workflows.

What Matters

  • Route as an OpenShift-native ingress-style abstraction
  • Operators and OperatorHub
  • Security Context Constraints
  • built-in image and build pipelines in some installations

Practice

  • If you come from vanilla Kubernetes, check security restrictions and platform-specific abstractions before the first deployment.