Balaji Vajjala's Blog

A DevOps Blog from Trenches

07

  • 7.1 Work from the canonical version
    • Learning Objectives
    • Canonical Version
    • Patterns and Antipatterns

7.1 Work from the canonical version

Learning Objectives

By the end of this lesson you will be able to:

  • Identify patterns and antipatterns of representing the canonical version.

Canonical Version

Slide1

Patterns and Antipatterns

  1. Issue Tracking Systems, Wikis, AMIs, on shared server VS. Scripts and versioning files in tools such as GitHub.
  2. S3 buckets as source of truth, shared servers VS. Using a version-control repository.
  3. Configurable information in software/binaries VS. in a versioned database or version-control repository.
  4. All of the above VS. combination of versioned database or version-control repository.