2V0-71.23 Question 129
Select 3Your organization has a multi-cloud Kubernetes environment with clusters deployed across AWS, Azure, and vSphere. You are tasked with using VMware Tanzu Mission Control (TMC) to ensure consistent security policies are applied across all clusters. Which features of TMC can help you achieve this?
- A
Creating and applying cluster policies using TMC Policies
- B
Enabling continuous delivery pipelines for applications using TMC's pipeline integration
- C
Defining and enforcing role-based access control (RBAC) at the cluster group level
- D
Using TMC to define and apply network policies across all clusters
- E
Implementing data protection policies to schedule and manage backups for clusters
Show answer and explanation
Correct answers: A, C, E
Explanation
VMware Tanzu Mission Control (TMC) is designed to provide centralized management and governance for Kubernetes clusters across multi-cloud environments. To ensure consistent security policies, you can use TMC's cluster policies, RBAC features, and data protection capabilities. These tools allow you to define, enforce, and manage security and operational policies across all your clusters. However, application delivery pipelines and network policies are outside the scope of TMC's core functionalities.
- A. Correct.
Correct: TMC allows you to create and apply cluster policies, such as security policies, to achieve consistent governance across clusters.
- B. Incorrect.
Incorrect: TMC does not natively manage application delivery pipelines. Continuous delivery is handled by other tools such as Tanzu Build Service or CI/CD systems.
- C. Correct.
Correct: Role-based access control (RBAC) is one of the core features of TMC, which can help enforce security by defining access rules at the cluster or cluster group level.
- D. Incorrect.
Incorrect: While TMC provides governance tools, it does not natively manage or apply specific network policies. This is typically handled by Kubernetes network plugins or other specialized tools.
- E. Correct.
Correct: TMC includes data protection features that allow you to define backup policies, ensuring data security and recovery options for your clusters.