A DevOps engineer used a CI/CD pipeline to deploy a new version of a containerized application. Immediately after the deployment finishes, monitoring alerts indicate that users are receiving "503 Service Unavailable" errors. Which of the following is the MOST appropriate first step for the engineer to take to diagnose the problem?
-
A
Increase the number of running container instances to handle the load.
-
B
Roll back the deployment to the previously known stable version.
-
C
Check the health check status and deployment logs of the new application containers.
-
D
Verify that the DNS records for the service are pointing to the correct load balancer.