DCA Exam Question 1

Is this a supported user authentication method for Universal Control Plane?
Solution: PAM
  • DCA Exam Question 2

    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. Three failed health checks transition the container into "unhealthy" status.
  • DCA Exam Question 3

    Your organization has a centralized logging solution, such as Sptunk.
    Will this configure a Docker container to export container logs to the logging solution?
    Solution. docker system events- -filter splunk
  • DCA Exam Question 4

    Does this command display all the pods in the cluster that are labeled as 'env: development'?
    Solution: 'kubectl get pods --all-namespaces -I env=development'
  • DCA Exam Question 5

    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'