IT認証試験問題集
毎月、GOWUKAKUは1500人以上の受験者が試験準備を助けて、試験に合格するために受験者にご協力します
 ホームページ / CKA 問題集  / CKA 問題練習

CNCF CKA 問題練習

Certified Kubernetes Administrator 試験

最新更新時間: 2024/04/09,合計122問。

【2024桜まつりキャンペーン】:CKA 最新真題を買う時、日本語版と英語版両方を同時に獲得できます。

実際の問題集を練習し、試験のポイントを了解し、テストに申し込むするかどうかを決めることができます。

さらに試験準備時間の35%を節約するには、CKA 問題集を使用してください。

 / 3

Question No : 1
Create an nginx pod and set an env value as 'var1=val1'. Check the env value existence within the pod

正解:

Question No : 2
Exec into both containers and verify that main.txt exist and

正解:

Question No : 3
Create a Pod with main container busybox and which executes this "while true; do echo `Hi I am from Main container' >> /var/log/index.html; sleep 5; done" and with sidecar container with nginx image which exposes on port 80. Use emptyDir Volume and mount this volume on path /var/log for busybox and on path /usr/share/nginx/html for nginx container. Verify both containers are running.

正解:

Question No : 4
Check logs of each container that "busyboxpod-{1,2,3}"

正解:

Question No : 5
Create a Pod with three busy box containers with commands "ls; sleep 3600;", "echo Hello World; sleep 3600;" and "echo this is the third container; sleep 3600" respectively and check the status

正解:

Question No : 6
Create a redis pod, and have it use a non-persistent storage Note: In exam, you will have access to kubernetes.io site, Refer : https://kubernetes.io/docs/tasks/configure-pod-container/configurevolume-storage/

正解:

Question No : 7
Change the Image version back to 1.17.1 for the pod you just updated and observe the changes

正解:

Question No : 8
Change the Image version to 1.15-alpine for the pod you just created and verify the image version is updated.

正解:

Question No : 9
Create the nginx pod with version 1.17.4 and expose it on port 80

正解:

Question No : 10
Create a redis pod and expose it on port 6379

正解:

Question No : 11
Delete the pod without any delay (force delete)

正解:

Question No : 12
List "nginx-dev" and "nginx-prod" pod and delete those pods

正解:

Question No : 13
List all the pods showing name and namespace with a json path expression

正解:

Question No : 14
List all the pods sorted by created timestamp

正解:

Question No : 15
List all the pods sorted by name

正解:

 / 3
CNCF