openskills.info
OpenShift Fundamentals logoCourse Preview

OpenShift Fundamentals

OpenShift is Red Hat's Kubernetes-based application platform. It combines container orchestration with integrated tools for building, exposing, securing, updating, and operating applications across datacenters and public clouds.

itVirtualization, containers, and orchestration

OpenShift Fundamentals

OpenShift is a Kubernetes-based application platform from Red Hat. Kubernetes supplies the API, scheduler, controllers, and workload resources that keep containers running across a cluster. OpenShift adds an integrated operating system, cluster lifecycle automation, developer workflows, security controls, a web console, and supported platform services.

That distinction matters. Kubernetes coordinates containerized workloads, but it does not define a complete application platform. OpenShift assembles Kubernetes with tested components and manages much of the assembly as one release. Teams can run the platform on their own infrastructure or consume a managed OpenShift service from a cloud provider.

The cluster architecture

An OpenShift cluster has a control plane and compute nodes. Control-plane machines run the Kubernetes API server, scheduler, controllers, and the etcd key-value store. Compute nodes run application pods. Each node uses the kubelet to communicate with the control plane and CRI-O to run containers.

OpenShift Container Platform uses Red Hat Enterprise Linux CoreOS, or RHCOS, as its purpose-built node operating system. Ignition applies the initial machine configuration during first boot. The Machine Config Operator then manages operating-system and node configuration as declared cluster state.

Operators are controllers that encode operational knowledge. Cluster Operators manage platform components such as networking, authentication, monitoring, and the web console. The Cluster Version Operator coordinates platform updates. Operator Lifecycle Manager installs and updates optional applications packaged as Operators. These are related mechanisms, but they manage different lifecycles.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources