Important Tips CKA 1 6
Important Tips CKA 1 6
Exam Details
● You can take the CKA certification 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 exam consists of a set of 24 performance-based items (problems) to be solved on the
command line.
● The exam is expected to take 3 hours 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 kubernetes.io assets for reference during the exam. No other tabs may be opened, no
other sites may be navigated to, and only kubernetes.io assets may be accessed.
● Please see the Candidate Handbook for additional information covering policies, procedures and
rules during the exam..
● Answers to Frequently Asked Questions (FAQ) can be found here
● If you cannot find an answer to your question in the Candidate Handbook or FAQ, you may
contact Customer Support at [email protected]
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.
CKA Environment
● Each question on this exam must be completed on a designated cluster/configuration context.
● To minimize switching, the questions are grouped so that all questions on a given cluster appear
consecutively.
● There are six clusters that comprise the exam environment, made up of varying numbers of
containers, as follows:
Tips for the Certified Kubernetes Administrator (CKA) Exam and Certified Kubernetes Application Developer (CKAD) Exam
Version 1.6 Updated April 6, 2018 page 2
k8s 1 etcd, 1 master, 2 worker flannel k8s cluster
ik8s 1 etcd, 1 master, 1 base node loopback k8s cluster − missing worker node
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
Tips for the Certified Kubernetes Administrator (CKA) Exam and Certified Kubernetes Application Developer (CKAD) Exam
Version 1.6 Updated April 6, 2018 page 3