az-800 Practice Question 1896

Exam: az-800
Domain: Manage virtual machines and containers
Topic: Create and manage containers
Difficulty: medium
In your organization, you have a hybrid environment where some applications run on-premises while others are hosted in Azure. You need to deploy a Windows container to both environments. Which tool or service would you use to manage and deploy these containers across both environments consistently?

Answer Options

A
Azure Container Instances
B
Docker
C
Kubernetes
D
Docker Compose

Correct Answer

B: Docker

Explanation

The correct answer is B. Docker can be used to manage and deploy containers across both on-premises and Azure environments due to its cross-platform support. Option A is incorrect because Azure Container Instances is specific to Azure and cannot be used on-premises. Option C is incorrect because Kubernetes is primarily used for managing containerized applications in clusters, not for deployment across different environments. Option D is incorrect because Docker Compose is used for defining and running multi-container Docker applications, but it does not manage deployments across multiple environments.