InterviewSolution
Saved Bookmarks
| 1. |
What does ‘Infrastructure as code’ means in terms of Puppet? |
|
Answer» Entire SERVER Infrastructure setup configurations are written in TERMS of codes and re-used on all the Puppet Server agent’s NODES(machines) that are connected VIA a Puppet master Server. This is achieved by the use of code snippets called ‘manifests’; that are configuration files for every Server agent node.
|
|