Friday, July 21, 2017

Quick Byte - A few DevOps Configuration Management definitions


  1. Provisioning - Preparing a Server for operations 
  2. Deplyoment - Uploading application on Server for operations
  3. Orchestration- Coordinating activities amongst systems for operations
  4. Configuration Management- Managing system configuration after initial server provisioning. Keeping the application and its dependencies updated
  5. Configuration Management tools behaviour-
    1. Imperative (Crucial) - Define and execute commands for a desired state
    2. Declarative - Desired state is defined and let tool do the rest
    3. Idempotent (Unchanging) - Repeat steps and get same result

No comments:

Post a Comment

Drooling Over Docker #4 — Installing Docker CE on Linux

Choosing the right product Docker engine comes in 2 avatars — Docker Community Edition (CE) and Docker Enterprise Edition (EE). While the...