AWS DevOps Engineer Professional DOP-C01 – Question475

What is the purpose of a Docker swarm worker node?

A.
scheduling services
B. service swarm node HTTP API endpoints
C. executing containers
D. maintaining cluster state

Correct Answer: C

Explanation:

Explanation:
Manager nodes handle cluster management tasks:
maintaining cluster state
scheduling services
serving swarm mode HTTP API endpoints
Worker nodes
Worker nodes are also instances of Docker Engine whose sole purpose is to execute containers.
Worker nodes don’t participate in the Raft distributed state, make scheduling decisions, or serve the swarm mode HTTP API.
Reference:
https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/#wo…