Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Repository files navigation

AKS / Spring-boot + PostgreSQL + Redis cache サンプルアプリケーション

初期化

azure-setup/bicep-templates にテンプレートファイルを取り込む

git submodule update --init --recursive

ディレクトリ構成概要

.
├── appinsights-agent
|     Application Insights Dockerイメージ作成
├── azure-setup
│   │   Azureリソース IaC
│   └── bicep-templates
|         Azureリソース作成用 IaCテンプレート
├── bff
|     Backend for Frontend サンプルアプリケーション
├── client
|     負荷生成用サンプルクライアントアプリケーション
├── db-setup
|     serverアプリケーション用テストデータ投入スクリプト
├── deploy
│   ├── bff
|   |     bffサンプルアプリケーションデプロイ用定義ファイル
│   └── server
|         apiサンプルアプリケーションデプロイ用定義ファイル
├── k8s-setup
|     Ingress等共通kubernetesデプロイ定義ファイル
├── server
|     apiサンプルアプリケーション
└── test-environment
      ローカル環境テスト用Doker composeファイル

Network diagram

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages