DevOps Classroomnotes 24/May/2023

Configuration Management (CM)

  • There are two types of CM
    • Pull based CM
    • Push Based CM
  • Direction of Communication
    • PULL => Node to CM server
    • Push => CM Server to Node
      Preview
  • What is required in PULL Based CM?
    • Agent needs to be installed with necessary credentials to connect to CM Server
  • What is required in Push Based CM
    • List of nodes (inventory)
    • Credentials to login into node
      Preview
  • Popular tools
    • Pull:
      • Chef
      • Puppet
    • Push:
      • Ansible
      • SaltStack
        Preview

Ansible

Architecture and workflow

  • Basic workflow
    Preview
  • Ansible control node can execute desired state on nodes using
    • adhoc commands
    • playbooks
  • Playbooks are YAML files.

Exercises

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner