DCA試験無料問題集「Docker Certified Associate (DCA) 認定」
You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
Solution: Mount the configuration file directly into the appropriate pod and container using the
.spec.containers.configMounts key.
Solution: Mount the configuration file directly into the appropriate pod and container using the
.spec.containers.configMounts key.
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
The following Docker Compose file is deployed as a stack:
Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. If the test fails, the container will be restarted three times before it gets rescheduled.
Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. If the test fails, the container will be restarted three times before it gets rescheduled.
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
The Kubernetes yaml shown below describes a clusterIP service.
Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of any pod with the label app: nginx on port 8080 will be forwarded to port 80 in that pod.
Is this a correct statement about how this service routes requests?
Solution: Traffic sent to the IP of any pod with the label app: nginx on port 8080 will be forwarded to port 80 in that pod.
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)