ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - 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: Create one namespace for each application and add all the resources to it.

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: A

Explanation:

Namespaces in Kubernetes are a way to create and organize virtual clusters within physical clusters where we can isolate a group of resources within a single cluster1.Namespace helps to organize resources such as pods, services, and volumes within the cluster2. By creating one namespace for each application and adding all the resources to it, the development teams can ensure that Kubernetes-specific resources, such as secrets, are grouped together for each application.This also provides a scope for names, a mechanism to attach authorization and policy, and a way to divide cluster resources between multiple users3.Reference:

Namespaces | Kubernetes

Kubernetes - Namespaces - GeeksforGeeks

Namespaces Walkthrough | Kubernetes

asked 08/11/2024
Kaniamuthan K
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first