Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New post idea: POCDR #64

Open
captain-kark opened this issue May 4, 2020 · 0 comments
Open

New post idea: POCDR #64

captain-kark opened this issue May 4, 2020 · 0 comments

Comments

@captain-kark
Copy link
Collaborator

captain-kark commented May 4, 2020

POCDR ("Proof of Concept Delivery/Rollback") attempts to define a generalized CI/CD methodology for engineering the maximization of confidence in a production deployment.

Essentially, it is a logical extension of the canary deployment model, but for systems in which a phased rollout is not realistic or feasible. It does this by offering a more explicit strategy for applying overlapping concepts from the 12-factor app, cloud native, infrastructure as code, and Google SRE manifestos. While it does more or less rephrase inter-related points between those approaches, it does so in a way that specifically focuses on solving traditionally hard problems in changing production systems which:

  • are mission critical
  • have sensitive uptime requirements
  • are on the write path
  • struggle to justify the risks associated with:
    • adding new features
    • basic system maintenance (e.g, dependency updates)
    • decomposing responsibility (i..e., "microservice fragmentation")

Especially if they:

  • have a write path which cannot be parallelized
  • have a large "blast radius" of downstream systems
  • rely on system-wide infrastructure with similar constraints
  • is itself a said system-wide infrastructure component
  • must detect erroneous system output and apply alterations afterwards

Kubernetes, kafka, cassandra, and git are referenced, but only for an example implementation.

Bedrock system components are expected to have a reasonable granularity to their access control features.

Include the "city water purifier" analogy.

Include a high level summary of the principles of a POCDR-compliant system, similar to the approach used in Google's SRE manifesto.

Includes a breakdown of the high level summary as a chart outlining the "Levels of Maturity", similar to how this article does it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant