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.

  • Each manifest (program files with *.pp extension) consists of the resources and the codes.
  • We can REVIEW, deploy and test the environment configuration for development, testing and production environments.
  • Puppet manifests written once are deployed on any environment to build up the same infrastructure.


Discussion

No Comment Found