- Exam Code: EX280
- Exam Name: Red Hat Certified Specialist in OpenShift Administration exam
- Updated: Sep 21, 2026
- Q & A: 33 Questions and Answers
Passing is the goal; a high score is the statement. Build both with the RedHat Red Hat Certified Specialist in OpenShift Administration material from Exam4Tests — 33 practice questions, 365 days of free updates, round-the-clock support in 2026.
| Certification Vendor: | Red Hat |
|---|---|
| Exam Name: | Red Hat Certified Specialist in OpenShift Administration exam |
| Exam Number: | EX280 |
| Passing Score: | not publicly disclosed |
| Certificate Validity Period: | 3 years |
| Related Certifications: | Red Hat Certified Specialist in OpenShift Application Development Red Hat Certified Architect (RHCA) |
| Real Exam Qty: | not publicly disclosed (performance-based hands-on lab) |
| Available Languages: | English, Japanese, Chinese |
| Exam Price: | USD 400 |
| Exam Duration: | 180 minutes |
| Exam Format: | No multiple choice questions, Command-line interface, Performance-based hands-on lab |
| Sample Questions: | ![]() |
| Exam Way: | In-person at Red Hat testing centers or online proctored exam |
| Pre Condition: | Recommended: Red Hat OpenShift Administration I (DO280) course or equivalent experience with containers, Kubernetes, and OpenShift |
| Official Syllabus URL: | https://www.redhat.com/en/services/certification/ex280 |
| Section | Objectives |
|---|---|
| Implement Security and Access Control | - Implement network security policies - Understand OpenShift security features - Manage secrets and configMaps - Manage security contexts and service accounts - Configure RBAC (Role-Based Access Control) |
| Monitor and Troubleshoot Clusters | - Troubleshoot common issues - Monitor cluster health and metrics - View and analyze cluster logs - Manage cluster updates and upgrades |
| Configure and Manage Networking | - Configure network policies - Manage routes and ingress controllers - Troubleshoot network connectivity issues - Understand OpenShift networking model |
| Resource Management and Quotas | - Manage node selectors and tolerations - Configure resource quotas and limit ranges - Understand cluster resource management |
| Understand and Navigate OpenShift Architecture | - Understand Kubernetes and OpenShift resource types - Manage users and authentication providers - Navigate the web console and command-line interfaces - Describe the Red Hat OpenShift Container Platform architecture |
| Configure and Manage Storage | - Configure block and file storage - Provision and manage persistent storage - Understand storage classes and persistent volume claims |
| Deploy and Manage Applications | - Implement labels, annotations, and selectors - Manage application builds and image streams - Deploy applications using CLI and web console - Create and manage Deployments, Pods, and Services - Configure application routing and ingress |
Yes — the free RedHat Red Hat Certified Specialist in OpenShift Administration demo lets you evaluate question quality and analyses before paying. Purchases include 365 days of free updates, renewable afterward at 50% off.
The RedHat Red Hat Certified Specialist in OpenShift Administration blueprint spans 7 domains — including Configure and Manage Networking, Implement Security and Access Control, Monitor and Troubleshoot Clusters. Read the weightings as priorities: the points concentrate where the percentages do. The full outline above covers every subtopic.
The RedHat Red Hat Certified Specialist in OpenShift Administration is RedHat's exam for the Red Hat Certified Architect (RHCA) certification, a Specialist-level credential. It's a hot topic because certified candidates stand out in job competition — the credential opens possibilities that uncertified resumes can't. Related credentials include Red Hat Certified Specialist in OpenShift Application Development, Red Hat Certified Architect (RHCA).
USD 400 per attempt; not publicly disclosed to pass. Every retake bills the full fee again, so prepare properly the first time — the 33 practice questions from Exam4Tests are the affordable rehearsal.
Delivery is instant: payment triggers an automatic email within a minute, and the test engine opens easily without extra software installation. Nothing after 2 hours? Check spam and contact our round-the-clock support. If you fail the corresponding EX280 exam within 60 days of purchase, we give a full refund — send a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam, processed within 7 days. Exclusions: exams within 3 days of purchase, candidate names that don't match the payer, and free or expired products. Or exchange for two equal-value products free.
180 minutes for not publicly disclosed (performance-based hands-on lab) questions. That's a pace you can train: run timed simulations in the Exam4Tests engine until answering at speed feels normal, and use the analyses to make every wrong answer count.
Recommended: Red Hat OpenShift Administration I (DO280) course or equivalent experience with containers, Kubernetes, and OpenShift Vendors revise eligibility rules over time, so confirm the current requirements on the official page (official EX280 exam page) before you register.
Deploy an application
Deploy the application called rocky in the bullwinkle project so that the following conditions are true:
The
application is reachable at the following address: http://rocky.apps.domainXX.example.com The application produces output
Correct Answer:
See the solution below in Explanation.
Explanation:
Solution:
$ oc project bullwinkle
$ oc get pods
$ oc get all | grep deploy
$ oc get nodes
$ oc describe nodes | grep -i taint
$ oc adm taint nodes worker0 key1=value1:NoSchedule-
$ oc adm taint nodes worker1 key1=value1:NoSchedule-
$ oc describe nodes | grep -i taint
$ oc get route
$ oc delete route rocky
$ oc expose svc rocky --hostname rocky.apps.domainxx.example.com
$ oc get route
Configure quotas
Configure your OpenShift cluster to use quotas in the manhattan project with the following requirements:
The name of the ResourceQuota resource is: ex280-quota
The amount of memory consumed across all containers may not exceed 1Gi
The total amount of CPU usage consumed across all containers may not exceed
2 full cores
The maximum number of replication controllers does not exceed 3 The maximum number of pods does not exceed 3 The maximum number of services does not exceed 6
Correct Answer:
See the solution below in Explanation.
Explanation:
Solution:
$ oc project manhattan
$ oc create quota ex280-quota -- hard=memory=1Gi,cpu=2,pods=3,services=6,replicationcontrollers=3
$ oc get resourcequota
Configure a service account
Configure a service account in the apples project to meet the following requirements:
The name of the account is ex280sa
The account allows pods to be run as any available user
Correct Answer:
See the solution below in Explanation.
Explanation:
Solution:
$ oc project apples
$ oc create sa ex280sa
$ oc adm policy add-scc-to-user anyuid -z ex280sa
Create Secure Route in Quart Project
Task information Details:
Create an edge route named htquart for service httpd , using the specified hostname and TLS certificate/key files.
Correct Answer:
See the solution below in Explanation.
Explanation:
Solution:
* Switch to the quart project:
oc project quart
* Create the secure route:
oc create route edge htquart \
--service=httpd \
--hostname=quart.apps.ocp4.example.com \
--cert=./req.crt \
--key=./req.key
* Verify:
oc get route htquart
oc describe route htquart
* Test resolution and access if DNS is available:
curl -k https://quart.apps.ocp4.example.com
This task checks route exposure, TLS termination, and secure ingress administration.
Over 86343+ Satisfied Customers
Highly recommended! High Flying Results Passed Red Hat Certified Architect (RHCA) without any trouble!
Passed my EX280 certification exam today with the help of dumps by Exam4Tests.
I scored 94% marks in the first attempt, highly suggested to all.
EX280 study guide helped me get ready for my exams and it is worth the price, I would recommend this to anyone who wants to pass EX280 exam.
EX280 exam braindumps are valid, and they helped me pass the exam just one time. I have recommend EX280 exam dumps to my friends.
Thank you!
passed EX280.
Yours was the only one that I used during EX280 exam preparation and luckily I managed to pass EX280 exam on the first hit.
Having a calm smile to face with being disdained indicates kind of confidence. Everyone says I can not pass the EX280,I get it. Everything comes to him who waits. Believe in yourself
I have no doubt about Exam4Tests's professional approach as well as validity of the certification exams dumps they are offering. Especially EX280 exam real exam questions and answers file is awesome in his results.
I have passed EX280 exam with your EX280 practice test.
Little cost on Exam4Tests EX280 product materials, I passed once. Too Happy!
Brilliant pdf files for questions and answers by Exam4Tests for the EX280 exam. I recently passed my certification exam with flying colours. Credit goes to Exam4Tests. Keep up the good work.
Recommend your dumps to my friends. Really good questions. I pass just now.
Compared with the other websites, the prices of the EX280 exam file is low and questions are the newest. I passed the exam with the help of them. Thank you so much! Nice purchase!
EX280 questions and answers are enough to pass the exam. I have answered my exam last week and I passed it successfully!
Passing EX280 certification exams has been made easy by Exam4Tests experts' team. They are highly professional in their approach as they provided me the exact training material to get sit in my EX280 exam with confidence and helped me passed
Exam4Tests Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
We are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
If you prepare for the exams using our Exam4Tests testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Exam4Tests offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.