Commit 1b76aba6 authored by JooHan Hong's avatar JooHan Hong

K8s, Opetation init

parent c0fde588
Pipeline #6062 passed with stages
in 1 minute and 5 seconds
......@@ -29,6 +29,8 @@
- **Kapacitor** 임계치의 경우 UI에서 직접 변경이 가능
- Alarm On/Off 기능
- Alarm의 경우 **Slack****Email**로 발송
- 모니터링 Visualization 솔루션은 **Grafana** 제공을 통해 제공
- 각 시스템별 URL Link를 통해 제공
## TO-DO List
......
[![logo](https://www.hongsnet.net/images/logo.gif)](https://www.hongsnet.net)
# MON Operation Overview
> K8s 기반의 Front-End System Overview
> K8s 설치 과정은 생략한다.
# K8s POD Current Status
```
# kubectl get pods -o wide |grep mon
monitor-dbapi-74cb655d-8lxzb 1/1 Running 0 5d23h 10.244.4.7 tb3-docker <none> <none>
monitor-dbapi-74cb655d-grngk 1/1 Running 0 5d23h 10.244.3.253 tb3 <none> <none>
monitor-nginx-7cdb67c44f-c7x47 1/1 Running 0 5d23h 10.244.3.252 tb3 <none> <none>
monitor-nginx-7cdb67c44f-fb8tk 1/1 Running 0 5d23h 10.244.6.142 tb2 <none> <none>
monitor-nodejs-f68967947-qz7bm 1/1 Running 0 5d23h 10.244.4.6 tb3-docker <none> <none>
monitor-nodejs-f68967947-vrchl 1/1 Running 0 5d23h 10.244.4.5 tb3-docker <none> <none>
```
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