Page: 1
/ 14
Total 45 questions
SIMULATION
Task 36
Create a namespace-scoped application deployment model using ClusterSetBinding + Placement
Answer : A
Bind the ClusterSet into the application namespace using ManagedClusterSetBinding.
Create Placement in that namespace selecting the desired clusters.
Deploy application resources tied to that placement (Subscription or GitOps pattern).
Why this matters:
This is the standard multi-tenant ACM pattern for teams.