Exam (elaborations)
CKA Dumps
1. CertK LEADER IN IT CERTIFICATIONS CKA Certified Kubernetes Administrator (CKA) Total Question: 90 Download CKA Full version : 2. Which of these elements mount volumes to containers? Choose the correct answer: A. kube-proxy B. fluentd C. kubelet D. kube-scheduler Answer: C Explanation: The kubelet which runs on nodes handles moment-to-moment management of the pods on its node. Question: 11 What's the difference between a Docker volume and a Kubernetes volume? Pick the correct answer: A. Proximity: In Docker, volumes can reside on a single host with their containers. In Kubernetes, they need to reside on separate metal for resiliency. B. Back-end Drivers. Docker supports more block storage types than Kubernetes does. C. Size: Docker volumes are limited to 3TB. Kubernetes volumes are limited to 16TB. D. Volume lifetimes. In Docker, that is loosely defined. In Kubernetes, the quantity gets the same lifetime as its surrounding pod.