nerdexam
CiscoCisco

300-910 · Question #85

300-910 Question #85: Real Exam Question with Answer & Explanation

Sign in or unlock 300-910 to reveal the answer and full explanation for question #85. The question stem and answer options stay visible for context.

Deployment

Question

Refer to the exhibit. A DevOps engineer must deploy two microservices. The deployment must be installed in a new Kubernetes cluster. The microservices currently run in Docker and are managed by using the provided docker-compose yml file. Drag and drop the steps in the left into order on the right to successfully deploy the microservices. Exhibit (docker-compose.yml): ```yaml services: database: image: postgres:latest volumes: - db_data:/var/lib/postgresql/data microservice1: image: microservice1:latest depends_on: - database microservice2: image: microservice2:latest depends_on: - microservice1 ```

Unlock 300-910 to see the answer

You've previewed enough free 300-910 questions. Unlock 300-910 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Kubernetes Deployment#Docker Compose to Kubernetes#Microservices#Persistent Storage
Full 300-910 PracticeBrowse All 300-910 Questions