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?
- PuppetCevap
- BAnsible
- CChef
- DCisco DNA Center
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Operational characteristics of Puppet (Agent/Pull, TCP 8140, Manifests)