EX280: Red Hat Certified Specialist in OpenShift Administration : A Comprehensive Guide
Published On: 20 June 2025
Objective
The objective of this blog is to provide a practical, beginner-friendly guide to the EX280 – Red Hat Certified Specialist in OpenShift Administration exam. It is designed to help IT professionals and RHCSA-certified learners understand what the exam entails, why OpenShift matters in today’s IT landscape, and how to approach exam topics with hands-on confidence. This guide also aims to demystify key OpenShift concepts, offer real-world preparation strategies, and support your journey from traditional system administration into modern container orchestration and DevOps roles.
What is the EX280 Exam?
The EX280 exam tests your ability to install, configure, and manage an OpenShift container platform. You won’t find any multiple-choice questions here. Instead, you’re given a real-world scenario in a terminal and asked to perform actual administrative tasks.
That means:
-
Setting up clusters using the installer
-
Managing users and role-based access
-
Configuring authentication providers
-
Creating and managing OpenShift projects
-
Deploying and troubleshooting containerized applications
-
Handling persistent storage
This is not just an academic exercise; these are the skills that companies look for when hiring someone to manage their cloud-native infrastructure.
Skills Tested in EX280
The EX280 exam covers a comprehensive set of topics that reflect the day-to-day responsibilities of an OpenShift administrator. Below is a breakdown of what you’re expected to know and do.
1. Install and Configure OpenShift
-
Install a multi-node OpenShift cluster using openshift-install.
-
Set up an infrastructure node, ingress, registry, and storage.
-
Configure identity providers for authentication (like htpasswd, LDAP).
-
Manage certificate renewals and TLS security.
Why it matters: OpenShift installation is complex. Proving you can set it up from scratch showcases your readiness for production environments.
2. Manage OpenShift Clusters
-
Use the oc CLI and web console to interact with the cluster.
-
Manage nodes, pods, and namespaces.
-
Set up resource limits, quotas, and security contexts.
-
Monitor cluster health and logs.
Why it matters: Once the cluster is running, the real job begins—ensuring everything operates smoothly.
3. Deploy and Manage Applications
-
Create and manage DeploymentConfigs and BuildConfigs.
-
Use source-to-image (S2I) and templates to deploy applications.
-
Manage persistent volumes and persistent volume claims (PVCs).
-
Expose applications using routes and services.
Why it matters: Administrators must support development teams by creating reliable and repeatable deployment pipelines.
4. Configure Networking
-
Understand and troubleshoot cluster networking.
-
Manage NetworkPolicies to control traffic between pods.
-
Handle ingress controllers, routes, and load balancing.
Why it matters: Security and accessibility go hand-in-hand. You need to ensure applications are reachable yet secure.
5. Control Access and Security
-
Manage RBAC (Role-Based Access Control).
-
Configure service accounts, security contexts, and pod security policies.
-
Use OpenShift secrets and config maps effectively.
Why it matters: OpenShift provides granular control. The exam checks your ability to use it properly to secure workloads.
6. Storage Configuration
-
Set up dynamic and static provisioning.
-
Work with storage classes and understand the impact of different storage backends.
-
Configure persistent volumes for stateful applications.
Why it matters: Applications need data that survives pod restarts. Your job is to make sure that’s possible.
Why Does OpenShift Matter?
Before we dig deeper into the exam, it helps to understand why OpenShift is important. While Kubernetes is the backbone of container orchestration, it's not always friendly for beginners or even seasoned sysadmins.
OpenShift builds on Kubernetes and adds tools that make cluster management more accessible. It includes:
-
A clean and easy-to-use web interface that makes navigating the platform less intimidating, especially for those who prefer visuals over terminal commands.
-
Tools for monitoring and logging are built right in, so you can see what your containers and pods are doing without setting up extra services.
-
CI/CD pipelines come integrated, allowing developers and admins to automate the build and deployment process from code to production with fewer headaches.
-
Multi-tenancy support helps ensure that different teams or projects can securely share the same cluster without stepping on each other’s toes.
-
Red Hat provides ongoing support and automated updates, so you're not left fixing everything on your own during critical moments.
If your background is in Linux (especially Red Hat-based systems), OpenShift feels like an evolution of the skills you already have. That’s what makes EX280 a natural next step for RHCSA-certified professionals and sysadmins looking to grow into DevOps or cloud-native roles.
A Walkthrough of EX280 Objectives
Here’s a closer look at the key areas the EX280 exam covers, explained in straightforward terms.
1. Installing OpenShift with openshift-install
The exam expects you to install OpenShift using the openshift-install binary. You might work in a cloud environment or on virtual machines. The process involves setting up a bootstrap node, control plane, and worker nodes. It can feel intimidating at first, but once you've practiced it a few times, it becomes second nature.
2. Managing Users and Role-Based Access Control (RBAC)
You’ll need to create users, assign them appropriate roles, and manage their permissions. Understanding how to use Role, ClusterRole, RoleBinding, and ClusterRoleBinding is key.
Think of it like managing access to different rooms in a building. Some users get a key to one room, others to the entire floor.
3. Configuring Authentication
Whether it's using an htpasswd identity provider or integrating with LDAP or OAuth, you need to make sure users can authenticate with the cluster. You'll edit configuration files, apply changes, and verify that the authentication works as expected.
4. Working with Projects and Quotas
Projects in OpenShift are like namespaces in Kubernetes. You’ll create projects, assign users to them, and define resource quotas to make sure no one consumes more than their share of CPU or memory.
5. Deploying Applications
This is where the fun begins. You’ll deploy apps using oc commands, YAML files, and templates. You might need to troubleshoot broken deployments, scale apps, or update container images.
Don’t be surprised if you're asked to diagnose why a pod won't start or why a route isn't working—the exam loves real-world scenarios.
6. Managing Storage
Many applications need persistent storage, like databases. You’ll configure Persistent Volumes (PVs), Persistent Volume Claims (PVCs) and Storage Classes. You need to understand dynamic vs. static provisioning and ensure the right storage is used for the right pod.
Key Details of the EX280: Red Hat Certified Specialist in OpenShift Administration exam:
Category |
Details |
Exam Code |
EX280 |
Name |
Red Hat Certified Specialist in OpenShift Administration |
Duration |
3 hours |
Price |
|
Format |
Performance-based, hands-on lab exam |
Delivery Method |
Individual exam kiosk or remote exam |
Passing Score |
Typically 210 out of 300 (70%) (subject to change by Red Hat) |
Prerequisites |
RHCSA (EX200) recommended; knowledge of containers and Kubernetes basics |
Target Audience |
System administrators, cloud administrators, DevOps engineers |
Version Tested |
Usually based on Red Hat OpenShift 4.x (check the Red Hat site for version) |
Skills Validated |
Installing OpenShift, managing clusters, deploying apps, RBAC, storage, etc. |
Certification Validity |
3 years |
Recommended Training |
Red Hat OpenShift Administration I (DO180), II (DO280) |
Official Exam Page |
Why Red Hat OpenShift certification is the Best Partner for Your OpenShift Journey
-
Industry Recognition and Credibility — globally recognized and respected by employers.
-
Focus on Practical skills — Red Hat exams are 100% performance based. Which means you will be solving real tasks in a real environment.
-
Deep Integration and Expertise Tool — OpenShift isn't just Kubernetes, its Kubernetes for the enterprise, with integrated CI/CD, monitoring, security and developer tools. The certification helps you master these tools, making you more valuable to DevOps and cloud-native teams.
-
Career Growth and Opportunities — As more companies adopt containers and microservices, openshift skills are high in demand. This certification opens door to various roles.
-
Strong Ecosystem Support —Red Hat provides training resources, labs and supportive communities that make learning OpenShift easier and more efficient. Plus, OpenShift is backed by IBM, enhancing its enterprise credibility and reach.
Conclusion
EX280 isn’t just a certification—it’s proof of your ability to manage one of today’s most critical IT platforms. If you have a Red Hat or Linux background, you’re already on solid ground. With focused, hands-on practice, passing the exam is absolutely achievable. OpenShift skills open doors to high-demand DevOps roles, and every command you run or issue you troubleshoot brings you closer. Keep learning—you’re on the right path.