Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 40
A user wants to deploy a new service to a Kubernetes cluster. Which two commands accomplish this goal? (Choose two.)
Answer options
- A. Apply
- B. Install
- C. Deploy
- D. Create
- E. Expose
Correct answer: A, E
Explanation
The correct answers are A (Apply) and E (Expose). The 'Apply' command is used to apply configuration changes to the cluster, typically through a YAML file, allowing for the deployment of services. The 'Expose' command is utilized to create a service that exposes the application to external traffic. The other options, such as 'Install' and 'Deploy', are not valid Kubernetes commands for this purpose.