Powered by NotePM

配置図(サンプル)

Published on 26/04/2022 14:55
  • 1282

以下は一般的なWebアプリケーションの構成を配置図で示したものになります。

component クライアント {
  component Webブラウザ
}
component Webサーバー {
  component nginx
}
component アプリケーションサーバー1 {
  component Docker1 {
    component Railsアプリケーション1
  }
}
component アプリケーションサーバー2 {
  component Docker2 {
    component Railsアプリケーション2
  }
}
component データベースサーバー {
  component Ubuntu {
    database MySQL
  }
}

Webブラウザ--nginx: n TCP/IP 1
nginx--Railsアプリケーション1
nginx--Railsアプリケーション2
Railsアプリケーション1--MySQL
Railsアプリケーション2--MySQL

実際の描画結果は次の通りです。

PlantUML

 


【おすすめの情報共有ツール】

このテンプレートを表示している、マニュアル作成・ナレッジ管理ツール「NotePM」 は、社員が登録したさまざまなナレッジを蓄積し、強力な検索機能でほしい情報がすぐに見つけられるサービスです。マニュアル、手順書、報告書、ノウハウ、社内FAQ、日報、議事録など、何度も検索するようなストック型の情報管理に便利です。

NotePM公式サイトhttps://notepm.jp/