VCP-CMA 2024 Question 122
Select 3A cloud administrator is configuring endpoints in VMware Aria Automation Pipelines to enable integration with a source control system and a Kubernetes cluster. Which steps should the administrator perform to ensure the endpoints are correctly set up?
- A
Create a source control endpoint and provide the repository URL and access credentials.
- B
Configure a Kubernetes endpoint by specifying the kubeconfig file or cluster details.
- C
Add an endpoint tag to define the deployment region for the Kubernetes cluster.
- D
Enable the 'Auto-discovery' feature to automatically detect all available endpoints in the environment.
- E
Validate endpoint connectivity by running a test connection after configuration.
Show answer and explanation
Correct answers: A, B, E
Explanation
To configure endpoints within VMware Aria Automation Pipelines, administrators must set up specific endpoint types such as source control and Kubernetes. Providing the necessary details, such as repository URLs or cluster configurations, is essential. Additionally, testing the connection ensures that the endpoints are correctly configured and operational. Options 1, 2, and 5 reflect these requirements, making them the correct choices.
- A. Correct.
Correct: When setting up a source control endpoint, providing the repository URL and credentials is required to establish a connection to the source control system, such as Git.
- B. Correct.
Correct: A Kubernetes endpoint requires the kubeconfig file or cluster details to establish connectivity and manage workloads on the cluster.
- C. Incorrect.
Incorrect: Endpoint tags are not used to define deployment regions. Tags are commonly used for categorization or filtering, but they are not mandatory for endpoint configuration.
- D. Incorrect.
Incorrect: VMware Aria Automation Pipelines does not have an 'Auto-discovery' feature for detecting endpoints. Endpoints need to be manually defined and configured by the administrator.
- E. Correct.
Correct: Running a test connection is a best practice to validate that the endpoint is correctly configured and can connect to the specified resource.