MDFT Pro, a well-known training agency, has modernized their educational platform infrastructure by implementing a containerized architecture using Azure Kubernetes Service (AKS). You have been hired by Mark, the Operations Manager,, to work as a cloud administrator. Mark has deployed an AKS cluster named AKS1 to host their microservices-based learning management system, student portal applications, and automated assessment tools.
The development team has created Kubernetes deployment manifests in YAML format that define the configuration for their educational applications, including pod specifications, service definitions, and ingress rules for routing student traffic. These YAML files contain the complete infrastructure-as-code definitions needed to deploy their scalable training platform components to the AKS cluster.
Mark needs to deploy a YAML configuration file to AKS1 that contains the deployment specifications for their new quiz engine microservice, which will handle real-time student assessments and grade calculations.
Does using the kubectl client from Azure CLI meet the requirement to deploy the YAML file to AKS1?
Choose the correct answer from the options below.
Explanations for each answer: