당신은 온라인 연습 문제를 통해 CNCF CKA 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 CKA 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 122개의 시험 문제와 답을 포함하십시오.
/ 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