From 0a54be1d8a1069274e472feab9baaf0f90245024 Mon Sep 17 00:00:00 2001 From: Daesung Park Date: Fri, 2 Aug 2024 14:24:00 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..93f1e326 --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + NiFi Helm Chart + + +
+

NiFi Helm Chart

+
+
+
+

소개

+

Apache NiFi를 Kubernetes 클러스터에 배포하기 위한 Helm Chart입니다. 이 Helm Chart를 사용하면 NiFi를 손쉽게 설치하고 관리할 수 있습니다.

+
+
+

특징

+
    +
  • 간편한 설치 및 업그레이드
  • +
  • 유연한 구성 옵션
  • +
  • 확장 가능한 아키텍처
  • +
+
+
+

설치 방법

+
    +
  1. Helm 저장소 추가: +
    helm repo add kurly https://helloworld.kurly.com/helm-nifi
    +
  2. +
  3. Helm 차트 설치: +
    helm install my-nifi nifi/nifi
    +
  4. +
+
+
+

문서

+

자세한 내용은 GitHub 페이지를 참조하세요.

+
+
+ + + \ No newline at end of file