Exam DCA Topic 2 Question 67 Discussion
Actual exam question for Docker's DCA exam
Question #: 67
Topic #: 2
Question #: 67
Topic #: 2
Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.
Is this a way to accomplish this?
Solution: Create one namespace for each application and add all the resources to it.
Is this a way to accomplish this?
Solution: Create one namespace for each application and add all the resources to it.
Suggested Answer: A Vote an answer
Explanation
This is a way to accomplish this, because creating one namespace for each application and adding all the resources to it is a good practice for deploying applications in Kubernetes. According to the official documentation, namespaces are used to group resources into logical units that correspond to different projects, teams, or environments. Using namespaces can help avoid naming collisions and enforce resource quotas and access policies.
References: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
This is a way to accomplish this, because creating one namespace for each application and adding all the resources to it is a good practice for deploying applications in Kubernetes. According to the official documentation, namespaces are used to group resources into logical units that correspond to different projects, teams, or environments. Using namespaces can help avoid naming collisions and enforce resource quotas and access policies.
References: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
by Agatha at Jun 11, 2025, 02:21 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).