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

docker dindイメージを使う構成に戻す #201

Open
jiro4989 opened this issue Feb 21, 2021 · 0 comments · May be fixed by #215
Open

docker dindイメージを使う構成に戻す #201

jiro4989 opened this issue Feb 21, 2021 · 0 comments · May be fixed by #215

Comments

@jiro4989
Copy link
Owner

jiro4989 commented Feb 21, 2021

tcpで操作出来るようにする方法は非推奨なんであんまりやらないほうがよい。今は外部からはアクセスできないようにポートを閉じてるけれど、事故ってポート開けちゃったりしたら危ないし。

変更案

  • ☆ websh_server のみの構成にして docker run --rm で削除も一緒にやる(昔の構成)
    • 遅い
    • 単純
  • websh_executor コンテナを追加してこっちのコンテナのみ dind イメージを使う
    • マイクロサービス化的な
    • httpでやりとり
    • 削除も executor に任せられるのでもしかしたらレスポンスが悪くならないかも
    • Goを使う想定
    • websh_server の存在意義がなくなる
  • DB使う
    • MongoDBをキュー代わりに使ってDBを経由して executor とやり取り
    • 履歴が残るようになる
    • 複雑になる

DB使う意味ほとんど無いし、1の構成にしよう

@jiro4989 jiro4989 linked a pull request Feb 3, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant