New Year Special - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

CKA PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CKA PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Certified Kubernetes Administrator (CKA) Program
  • Last Update: Jan 13, 2025
  • Questions and Answers: 67
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CKA Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

CKA Practice Exam Questions with Answers Certified Kubernetes Administrator (CKA) Program Certification

Question # 6

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.

Full Access
Question # 7

Create a snapshot of the etcd instance running at https://127.0.0.1:2379, saving the snapshot to the file path /srv/data/etcd-snapshot.db.

The following TLS certificates/key are supplied for connecting to the server with etcdctl:

  • CA certificate: /opt/KUCM00302/ca.crt
  • Client certificate: /opt/KUCM00302/etcd-client.crt
  • Client key: Topt/KUCM00302/etcd-client.key
Full Access
Question # 8

Schedule a pod as follows:

  • Name: nginx-kusc00101
  • Image: nginx
  • Node selector: disk=ssd
Full Access
Question # 9

Score: 7%

CKA question answer

Task

First, create a snapshot of the existing etcd instance running at https://127.0.0.1:2379 , saving the snapshot to /srv/data/etcd-snapshot.db.

CKA question answer

Next, restore an existing, previous snapshot located at /var/lib/backup/etcd-snapshot-previo us.db

CKA question answer

Full Access
Question # 10

Score: 4%

CKA question answer

Task

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 .

Full Access
Question # 11

List all the pods showing name and namespace with a json path expression

Full Access
Question # 12

Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.

Full Access
Question # 13

Perform the following tasks:

  • Add an init container to hungry-bear (which has been defined in spec file /opt/KUCC00108/pod-spec-KUCC00108.yaml)
  • The init container should create an empty file named/workdir/calm.txt
  • If /workdir/calm.txt is not detected, the pod should exit
  • Once the spec file has been updated with the init container definition, the pod should be created
Full Access
Question # 14

Create a busybox pod that runs the command “env” and save the output to “envpod” file

Full Access
Question # 15

Monitor the logs of pod foo and:

  • Extract log lines corresponding to error

unable-to-access-website

  • Write them to/opt/KULM00201/foo

CKA question answer

Full Access
Question # 16

Score: 4%

CKA question answer

Task

Scale the deployment presentation to 6 pods.

Full Access
Question # 17

Create a file:

/opt/KUCC00302/kucc00302.txt that lists all pods that implement service baz in namespace development.

The format of the file should be one pod name per line.

Full Access
Question # 18

Score:7%

CKA question answer

Task

Create a new PersistentVolumeClaim

• Name: pv-volume

• Class: csi-hostpath-sc

• Capacity: 10Mi

Create a new Pod which mounts the PersistentVolumeClaim as a volume:

• Name: web-server

• Image: nginx

• Mount path: /usr/share/nginx/html

Configure the new Pod to have ReadWriteOnce access on the volume.

Finally, using kubectl edit or kubectl patch expand the PersistentVolumeClaim to a capacity of 70Mi and record that change.

Full Access
Question # 19

Score: 7%

CKA question answer

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.

CKA question answer

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

CKA question answer

Full Access
Question # 20

Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files required should be placed in the /etc/kubernetes/manifests directory on the node.

You can ssh to the appropriate node using:

[student@node-1] $ ssh wk8s-node-1

You can assume elevated privileges on the node with the following command:

[student@wk8s-node-1] $ | sudo –i

Full Access