CKA Practice Questions
Certified Kubernetes Administrator (CKA) Program
Last Update 1 day ago
Total Questions : 83
Dive into our fully updated and stable CKA practice test platform, featuring all the latest Kubernetes Administrator exam questions added this week. Our preparation tool is more than just a Linux Foundation study aid; it's a strategic advantage.
Our free Kubernetes Administrator practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about CKA. Use this test to pinpoint which areas you need to focus your study on.
Create a pod named kucc8 with a single app container for each of the
following images running inside (there may be between 1 and 4 images specified):
nginx + redis + memcached.
Get list of all pods in all namespaces and write it to file “/opt/pods-list.yaml”
Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.
Create a deployment spec file that will:
Launch 7 replicas of the nginx Image with the labelapp_runtime_stage=dev
deployment name: kual00201
Save a copy of this spec file to /opt/KUAL00201/spec_deployment.yaml
(or /opt/KUAL00201/spec_deployment.json).
When you are done, clean up (delete) any new Kubernetes API object that you produced during this task.
Quick Reference
ConfigMaps,
Documentation Deployments,
Namespace
You must connect to the correct host . Failure to do so may result in a zero score.
[candidate@base] $ ssh cka000048b
Task
An NGINX Deployment named nginx-static is running in the nginx-static namespace. It is configured using a ConfigMap named nginx-config .
First, update the nginx-config ConfigMap to also allow TLSv1.2. connections.
You may re-create, restart, or scale resources as necessary.
You can use the following command to test the changes:
[candidate@cka000048b] $ curl -- tls-max
1.2 https://web.k8s.local
Score: 4%
Task
Create a persistent volume with name app-data , of capacity 1Gi and access mode ReadOnlyMany. The type of volume is hostPath and its location is /srv/app-data .
Create a pod as follows:
Name: mongo
Using Image: mongo
In a new Kubernetes namespace named: my-website
F:\Work\Data Entry Work\Data Entry\20200827\CKA\5
F:\Work\Data Entry Work\Data Entry\20200827\CKA\5
F:\Work\Data Entry Work\Data Entry\20200827\CKA\5
F:\Work\Data Entry Work\Data Entry\20200827\CKA\8
F:\Work\Data Entry Work\Data Entry\20200827\CKA\10
F:\Work\Data Entry Work\Data Entry\20200827\CKA\10
F:\Work\Data Entry Work\Data Entry\20200827\CKA\9
