DCA 무료 덤프문제 온라인 액세스
| 시험코드: | DCA |
| 시험이름: | Docker Certified Associate (DCA) Exam |
| 인증사: | Docker |
| 무료 덤프 문항수: | 189 |
| 업로드 날짜: | 2026-08-31 |
In the context of a swarm mode cluster, does this describe a node?
Solution.an instance of the Docker CLI connected to the swarm
During development of an application meant to be orchestrated by Kubemetes, you want to mount the /data directory on your laptop into a container.
Will this strategy successfully accomplish this?
Solution. Create a Persistent VolumeClaim requesting storageClass:"" (which defaults to local storage) and hostPath: /data, and use this to populate a volume in a pod.
Can this set of commands identify the published port(s) for a container?
Solution: `docker network inspect', `docker port'
Does this command display all the pods in the cluster that are labeled as 'env: development'?
Solution: 'kubectl get pods --all-namespaces -label env=development'