Exam Tips For Certified Kubernetes Administrator (CKA) and Certified Kubernetes Application Developer (CKAD)
Exam Tips For Certified Kubernetes Administrator (CKA) and Certified Kubernetes Application Developer (CKAD)
Exam Details
● You can take the CKA exam and the CKAD exam from any qualifying computer, anywhere there
is internet, almost any time. No need to go to a test center. (see Hardware Compatibility Check
below)
● The online exams consists of a set of performance-based items (problems) to be solved on the
command line. CKA exam consists of 24 problems, CKAD exam consists of 19 problems.
● The exam is expected to take 3 hours (CKA) / 2 hours (CKAD) to complete.
Exam Results
● Results will be emailed 36 hours from the time that the exam was completed.
● Results will also be made available on My Portal.
Resources allowed during exam
● Candidates may use their Chrome or Chromium browser to open one additional tab in order to
access assets at https://kubernetes.io/docs/ and its subdomain, https://github.com/kubernetes/
and its subdomains, or https://kubernetes.io/blog/. No other tabs may be opened and no other
sites may be navigated to. The allowed sites above may contain links that point to external sites.
It is the responsibility of the candidate not to click on any links that cause them to navigate to a
domain that is not allowed.
Please see the Candidate Handbook for additional information covering policies, procedures and rules
during the exam.
Technical Instructions
You may access these instructions at any time while taking the exam by typing 'man lf_exam'.
1. Root privileges can be obtained by running 'sudo −i'.
2. Rebooting of your server IS permitted at anytime.
3. Do not stop or tamper with the gateone process as this will END YOUR EXAM SESSION.
4. Do not block incoming ports 8080/tcp, 4505/tcp and 4506/tcp. This includes firewall rules that are
found within the distribution's default firewall configuration files as well as interactive firewall
commands.
5. Use Ctrl+Alt+W instead of Ctrl+W.
5.1. Ctrl+W is a keyboard shortcut that will close the current tab in Google Chrome.
6. Ctrl+C & and Ctrl+V are not supported in your exam terminal, nor is copy and pasting large
amounts of text. To copy and paste limited amounts of text (1−2 lines) please use;
6.1. For Linux: select text for copy and middle button for paste (or both left and right
simultaneously if you have no middle button).
6.2. For Mac: ⌘+C to copy and ⌘+V to paste.
6.3. For Windows: Ctrl+Insert to copy and Shift+Insert to paste.
6.4. In addition, you might find it helpful to use the Notepad (see top menu under 'Exam
Controls') to manipulate text before pasting to the command line.
7. Installation of services and applications included in this exam may require modification of system
security policies to successfully complete.
8. Only a single terminal console is available during the exam. Terminal multiplexers such as GNU
Screen and tmux can be used to create virtual consoles.
General Notes
● The first exam item contains instructions and notes on the exam environment. Ensure you read
this item thoroughly before commencing your exam.
● You can use the question navigation features to return to the first exam item at any time.
Important Tips CKA & CKAD Exam Updated February, 2019 page 2
CKA CLUSTERS CKAD CLUSTERS
k8s 1 master, 2 flannel k8s cluster k8s 1 master, 2 flannel k8s cluster
worker worker
hk8s 1 master, 2 calico k8s cluster dk8s 1 master, 1 flannel k8s cluster
worker worker
bk8s 1 master, 1 flannel k8s cluster nk8s 1 master, 2 calico k8s cluster
worker worker
wk8s 1 master, 2 flannel k8s cluster sk8s 1 master, 1 flannel k8s cluster
worker worker
At the start of each question you'll be provided with the command to ensure you are on the correct cluster
e.g.,
Nodes comprising each cluster can be reached via ssh, using a command such as the following:
$ ssh k8s-node-0
Elevated privileges can be assumed on any node with the following command: $ sudo -i
When you have finished working on a node, you should return to the base node (with hostname node-1)
before attempting any further questions. Nested−ssh is not supported.
You can use kubectl and the appropriate context to work on any cluster from the base node. When
connected to a cluster member via ssh, you will only be able to work on that particular cluster via kubectl.
Further instructions for connecting to cluster nodes will be provided in the appropriate questions, and
certain hints may be provided where required on specific items.
Important Considerations
Important Tips CKA & CKAD Exam Updated February, 2019 page 3