DevOps

DevOps is the process of automating the deployment of software to production environments.
DevOps (mindset/philosophy)
|
|- SRE (Site Reliability Engineering)
    |     |- Prescriptive way of implementing DevOps
    |          | - Blameless post-mortem analysis
    |          | - Tolerance/Budget for failure
    |          | - Shared tooling, eliminate this year's manual work
    |
    |- Using Methods
        |- SLO (Service Level Objective)
        |- SLI (Service Level Indicator)
        |- SLA (Service Level Agreement)

Coding

Documenting coding practice and insights.

References

DevOps References

Last modified November 26, 2021: Add devops section (0556058)