https://github.com/oracle-japan/devday2024-spring-container-demo
DevDay2024-Spring-Container-Demo
https://github.com/oracle-japan/devday2024-spring-container-demo
apm container oke opentelemetry
Last synced: about 2 months ago
JSON representation
DevDay2024-Spring-Container-Demo
- Host: GitHub
- URL: https://github.com/oracle-japan/devday2024-spring-container-demo
- Owner: oracle-japan
- Created: 2024-04-03T09:24:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T09:33:19.000Z (about 1 year ago)
- Last Synced: 2025-01-19T19:55:56.468Z (3 months ago)
- Topics: apm, container, oke, opentelemetry
- Language: JavaScript
- Homepage:
- Size: 80.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oracle Developer Days 2024 Spring Container Demo
2024/5/23,24開催のOracle Developer Days 2024 Spring Day1でのセッション「OCI Container Ecosystem 2024」で利用したデモです。## 概要
Oracle Container Engine for Kubernetes(以下、OKE)にデモアプリケーションをデプロイし、Oracle Cloud Intrastructure(以下、OCI)でのObservabilityツールであるApplication Performance Monitoring(以下、APM)とLogging Analyticsという2つのサービスを利用したOCIでのOpenTelemetryを実装するためのデモです。
## サンプルアプリケーションのイメージ

## ディレクトリ構成
```sh
.
├── k8s # Kubernetesマニフェスト
│ ├── olympic_backend.yaml
│ ├── olympic_datasource.yaml
│ ├── olympic_frontend.yaml
│ └── otel # OpenTelemetry関連マニフェスト
├── olympic_backend_apm # バックエンドアプリケーション
│ ├── Dockerfile
│ ├── pom.xml
│ ├── README.md
│ ├── src
│ └── target
├── olympic_datasource_apm # データソースアプリケーション
│ ├── Dockerfile
│ ├── pom.xml
│ ├── src
│ └── target
├── olympic_frontend_apm # フロントエンドアプリケーション
│ ├── Dockerfile
│ ├── pom.xml
│ ├── README.md
│ ├── src
│ └── target
└── README.md
```## 環境構築と動作確認
このサンプルアプリケーションのチュートリアルを後日公開予定です。
公開しましたら、こちらにURLを共有します。