Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SRE本第三弾の(簡単な)ご紹介

a2-ito
June 30, 2021

 SRE本第三弾の(簡単な)ご紹介

a2-ito

June 30, 2021
Tweet

More Decks by a2-ito

Other Decks in Technology

Transcript

  1. ざっと構成 • Part 1. Introductory Material ◦ イントロ&敵を知ろう • Part

    2. Designing Systems ◦ 設計のトレードオフ ◦ 変化のしやすさ、レジリエンスの設計、、、等 • Part 3. Implementing Systems ◦ コードを書く、テストする、デプロイするプラクティス • Part 4. Maintaining Systems ◦ disaster や crisis にどう立ち向かうか • Part 5. Organization and Culture ◦ 信頼性とセキュリティのための組織と文化
  2. ざっと構成 • Part 1. Introductory Material ◦ イントロ&敵を知ろう • Part

    2. Designing Systems ◦ 設計のトレードオフ ◦ 変化のしやすさ、レジリエンスの設計、、、等 • Part 3. Implementing Systems ◦ コードを書く、テストする、デプロイするプラクティス • Part 4. Maintaining Systems ◦ disaster や crisis にどう立ち向かうか • Part 5. Organization and Culture ◦ 信頼性とセキュリティのための組織と文化
  3. Part 2. Designing Systems 変化に対する設計 • 「変更」を安全・低コストで実現するにはどう設計するか ◦ 柔軟に変更できること ◦

    セキュリティや信頼性が変更に対して robustness であること • 変更がもつべき特徴 ◦ Incremental - 小さく、独立している ◦ Documented - why/how、スコープなど ◦ Tested - テストのコストも記録 ◦ Isolated - 変更の分離 フィーチャーフラグなど ◦ Qualified - 同じプロセスでリリース ◦ Staged - 徐々にロールアウトしてね