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

インシデント対応を行いやすくする #169

Open
sksat opened this issue Oct 9, 2023 · 2 comments
Open

インシデント対応を行いやすくする #169

sksat opened this issue Oct 9, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@sksat
Copy link
Owner

sksat commented Oct 9, 2023

  • compose-cd を使っている時によくある問題として,インシデント対応が行いにくいというものがある
  • ここでの困りごとは,大きく分けて以下
    • インシデント発生が検知しにくい
    • インシデント発生後に compose-cd update で再起動が発生すると何がなんだかわからなくなる
    • commit する必要のあるインシデント対応を行った時,適用がめんどい
@sksat sksat added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Oct 9, 2023
@sksat sksat self-assigned this Oct 9, 2023
@sksat
Copy link
Owner Author

sksat commented Oct 9, 2023

インシデント発生が検知しにくいのは,docker compose でデプロイしていることによる問題であって,compose-cd の責任範囲外.監視をちゃんとやりましょう.強いて言えば restart: always しておけば Discord が荒れるから腹筋は見える.

@sksat
Copy link
Owner Author

sksat commented Oct 9, 2023

インシデント発生後に compose-cd update で再起動が発生すると何がなんだかわからなくなるのは,IaC と手オペが衝突するよくあるやつではある.インシデント対応に commit が必要か不要かによって対応は異なるが,手オペの対応中に不要なデプロイをしない保証をする手段を提供する必要がある.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant