ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - DCA discussion

Report
Export

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: Add all the resources to the default namespace.

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: B

Explanation:

Adding all the resources to the default namespace is not a way to accomplish this, because it would not isolate the resources for each application. Instead, the teams should usenamespaces, which are a mechanism to organize resources in a Kubernetes cluster. Namespaces provide a scope for names of resources and a way to attach authorization and policy to a subset of the cluster. By creating a separate namespace for each application, the teams can ensure that their resources are grouped together and not accessible by other teams or applications.

What is a Container? | Docker

Docker Certified Associate Guide | KodeKloud

DCA Prep Guide | GitHub

Namespaces | Kubernetes

asked 08/11/2024
Helania Stevenson
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first