DevOps Tools Engineer (LPIC-OT 701) — Question 32

Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because container platforms often set environment variables to make service information available to applications within containers. Option E is also correct, as many container platforms utilize DNS for service discovery, allowing containers to resolve service names to appropriate IP addresses. The other options suggest mechanisms that are not typically used in standard container orchestration environments.