From 79df24b10045d2a545f247f03d35ecb19c6a4379 Mon Sep 17 00:00:00 2001 From: Jaesuk Ahn <1535657+bluejayA@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:12:51 +0900 Subject: [PATCH] Update index.md --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index bf9b616..876c558 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,6 @@ # Overview ## What is Decapod? -Decapod은 Declarative Application Orchestration & Delivery의 약자로서, 다수의 Kubernetes Cluster 환경에 다양한 Application Group 들을 배포해야할 때, 보다 쉬운 `Yaml Documentation`과 `Deployment Pipelining`을 수행할 수 있게 해준다. - +Decapod은 Declarative Application Orchestration & Delivery의 약자로서, 다수의 Kubernetes Cluster 환경에 다양한 Application Group 들을 배포해야할 때, 보다 쉬운 `Yaml Documentation`과 `Deployment Pipelining`을 GitOps 형태로 수행할 수 있게 해준다. ![decapod-flow](assets/decapod-flow.svg) @@ -13,9 +12,11 @@ Decapod은 Declarative Application Orchestration & Delivery의 약자로서, 다 ## Use Cases SKT Container Platform에서는 Decapod를 기반으로 Cloud Infra Resource, Kubernetes Cluster 및 다양한 서비스들을 GitOps 형태로 배포하고 관리하고 있으며 실제로 다음과 같은 Use Case들에서 Decapod가 활용되고 있다. +* Kubernetes Cluster 생성에 필요한 퍼블릭 클라우드 리소스를 생성 * Kubernetes Cluster를 다양한 클라우드 환경에 배포 및 관리 * Prometheus, 다양한 Exporter들, Grafana, Loki, Promtail 등의 logging/monitoring tool들을 "LMA"라는 단일 App Group으로 구성하여 일괄 배포 및 관리 * Istio, Jaeger, Kiali, Elastic Search, Service-mesh Portal 등을 "Service-Mesh"라는 단일 App Group으로 구성하여 일괄 배포 및 관리 +* Kubeflow, Istio, Knative, Argo Workflow 등을 "AI Serve" 라는 단일 App Group으로 구성하여 일괄 배포 및 관리 ## Projects * [decapod-flow](https://github.com/openinfradev/decapod-flow) - Argo WorkflowTemplate들의 저장소