
Ultimate access to all questions.
You are planning a container deployment for an Azure AI service. Explain how you would prepare the container, including the selection of the base image, configuration of environment variables, and ensuring compatibility with Azure Kubernetes Service (AKS).
A
Use any available base image, configure environment variables without documentation, and deploy directly to AKS without testing compatibility.
B
Select a lightweight base image optimized for AI workloads, document all environment variable configurations, and test the container extensively for compatibility with AKS before deployment.
C
Choose a heavy base image with unnecessary packages, configure environment variables ad-hoc, and assume compatibility with AKS without testing.
D
Ignore base image selection, configure environment variables in a way that is not reproducible, and deploy to AKS without considering compatibility.