An automation architect is designing a centralized configuration enforcement system for enterprise infrastructure. The system must operate on a pull-based model, where client agents periodically query a master server over TCP port 8140 using code files called manifests. Which configuration management mechanism is being described?
- PuppetAnswer
- BAnsible
- CChef
- DCisco DNA Center
Answer
Puppet
Puppet uses an agent-based, pull model where managed nodes run an agent that periodically requests configuration manifests from the Puppet master server over TCP port 8140.
Step-by-Step Solution
Key Concept
Operational characteristics of Puppet (Agent/Pull, TCP 8140, Manifests)