Important Linux Foundation CKA Exam Questions
Linux Foundation Certified Kubernetes Administrator CKA Exam
Attempt the Kubernetes Administrator practice test and solve real exam-like CKA questions to prepare efficiently and increase your chances of success. Our Linux Foundation CKA practice questions match the actual Certified Kubernetes Administrator exam format, helping you enhance confidence and improve performance. With our CKA practice exam software, you can analyze your performance, identify weak areas, and work on them effectively to boost your final Kubernetes Administrator exam score.
| Vendor: | Linux Foundation |
|---|---|
| Exam Name: | Certified Kubernetes Administrator |
| Registration Code: | CKA |
| Related Certification: | Linux Foundation Kubernetes Administrator Certification |
| Exam Audience: | Kubernetes DevOps Engineers and System Administrators, |
Total Questions
83
Last Updated
18-01-2026
Exam Duration
120 MINUTES
Upgrade to Premium
GET FULL PDFQuestion: 1
Score: 7%

Task
Reconfigure the existing deployment front-end and add a port specification named http exposing port 80/tcp of the existing container nginx.
Create a new service named front-end-svc exposing the container port http.
Configure the new service to also expose the individual Pods via a NodePort on the nodes on which they are scheduled.
Question: 2
Create a Kubernetes secret as follows:
Name: super-secret
password: bob
Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at /secrets.
Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as CONFIDENTIAL
Question: 3
Score: 4%

Context
You have been asked to create a new ClusterRole for a deployment pipeline and bind it to a specific ServiceAccount scoped to a specific namespace.
Task
Create a new ClusterRole named deployment-clusterrole, which only allows to create the following resource types:
* Deployment
* StatefulSet
* DaemonSet
Create a new ServiceAccount named cicd-token in the existing namespace app-team1.
Bind the new ClusterRole deployment-clusterrole lo the new ServiceAccount cicd-token , limited to the namespace app-team1.
Question: 4
Schedule a pod as follows:
Name: nginx-kusc00101
Image: nginx
Node selector: disk=ssd
Question: 5
Score: 7%

Task
Given an existing Kubernetes cluster running version 1.20.0, upgrade all of the Kubernetes control plane and node components on the master node only to version 1.20.1.
Be sure to drain the master node before upgrading it and uncordon it after the upgrade.

You are also expected to upgrade kubelet and kubectl on the master node.

Other Linux Foundation Certification Exams
Certified Kubernetes Security Specialist
Kubernetes and Cloud Native Associate
Prometheus Certified Associate
Certified Cloud Native Platform Engineering Associate
Certified GitOps Associate Exam
Kubernetes and Cloud Native Security Associate