VCP-CMA 2024 Question 121
Single answerYou are configuring an endpoint in VMware Aria Automation Pipelines to integrate with a Kubernetes cluster. During the process, you need to ensure that the endpoint can authenticate with the cluster to deploy workloads. Which configuration step is required to successfully set up the Kubernetes endpoint?
- A
Provide the Kubernetes API server URL and a valid token for authentication.
- B
Enable the 'Use Default Kubernetes Config' option in the pipeline configuration.
- C
Configure SSH credentials for the Kubernetes master node.
- D
Upload the kubeconfig file for the Kubernetes cluster.
Show answer and explanation
Correct answer: A
Explanation
To configure a Kubernetes endpoint within VMware Aria Automation Pipelines, you must provide the Kubernetes API server URL and a valid authentication token. This ensures the pipeline can communicate with the Kubernetes cluster for workload deployments. Other options, such as using SSH credentials or uploading a kubeconfig file, are not applicable in this context.
- A. Correct.
This is correct. When configuring a Kubernetes endpoint in VMware Aria Automation Pipelines, you need to provide the Kubernetes API server URL and a token or credentials for authentication to allow the pipeline to interact with the cluster.
- B. Incorrect.
This is incorrect. VMware Aria Automation Pipelines does not have a 'Use Default Kubernetes Config' option. The configuration requires specific details, such as the API server URL and authentication token.
- C. Incorrect.
This is incorrect. Kubernetes endpoint configuration does not involve SSH credentials for the master node. Kubernetes uses API-based communication, not SSH, for integration.
- D. Incorrect.
This is incorrect. While a kubeconfig file may be used in some Kubernetes tools, VMware Aria Automation Pipelines requires the API URL and authentication token for endpoint configuration.