Commit 56d9bcfc authored by JooHan Hong's avatar JooHan Hong

k8s, oper update11

parent c1e5eb48
Pipeline #6073 passed with stages
in 1 minute and 13 seconds
[![logo](https://www.hongsnet.net/images/logo.gif)](https://www.hongsnet.net)
# MON Backend-End System Overview
> InfluxDB, Kapacitor, Kafka를 이용하여, Monitoring Back-End를 구성한다.
# Table of Contents
| NO | ITEM | Content | 비고 |
| ------ | ------ | ------ | ------ |
| 1 | InfluxDB 설치 및 구성 | [GO](../../INFRA/HA-PROXY/) | |
| 2 | Kapacitor 설치 및 구성 | [GO](./K8S/) | |
| 3 | Kafka 설치 및 구성| [GO](../../DEVOPS/KAFKA/) | |
| 3-1 | Kafka 도입 전 시스템 구성| [GO](../../DEVOPS/AS-IS/) | |
| 3-2 | Kafka Consumer 구성| [GO](../../DEVOPS/KAFKA/CONSUMER/) | |
| 3-3 | Kafka Producer 구성| [GO](../../DEVOPS/KAFKA/PRODUCER/) | |
| 3-4 | Kafka 구성 후 DATA 정합성 검증| [GO](../../DEVOPS/KAFKA/TSDB/) | |
......@@ -159,7 +159,7 @@ cd /home/mon-api;pm2 start ecosystem.config.js --env production
## Node.js DB API Dockerfile Review
> 참고 :
> 참고 : supervisord 이용한 데몬을 기동하며, PM2 Manager를 fork 방식으로 실행한다.
```
......@@ -221,5 +221,4 @@ cd /home/db-api;pm2 start ecosystem.config.js --env production
## Build and Deploy
> Image Build 및 Deploy는 GitLAB + Jenkins를 이용한 CI/CD 항목에서 명시한다.
> 바로가기 :
> 바로가기 : [GO](../../DEVOPS/)
......@@ -11,7 +11,7 @@
| ------ | ------ | ------ | ------ |
| 1 | HA-Proxy 설치 및 구성 | [GO](../../INFRA/HA-PROXY/) | |
| 2 | K8s 구성 내역 | [GO](./K8S/) | |
| 3 | Nginx Front-End 구성| [GO](./K8S_OPER/NGINX/) | |
| 4 | API(Node.js) Front-End 구성| [GO](./K8S_OPER/NODEJS/) | |
| 5 | DB API(Node.js) Front-End 구성| [GO](./K8S_OPER/DBAPI/) | |
| 2-1 | Nginx Front-End 구성| [GO](./K8S_OPER/NGINX/) | |
| 2-2 | API(Node.js) Front-End 구성| [GO](./K8S_OPER/NODEJS/) | |
| 2-3 | DB API(Node.js) Front-End 구성| [GO](./K8S_OPER/DBAPI/) | |
| 6 | Container Image 구성| [GO](./K8S_CIMAGE/) | |
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment