Prometheus, Grafana, Kiali의 데모 버전을 배포할 YAML 파일은 Istio GitHub 저장소에서 이용할 수 있습니다. 이러한 YAML 파일을 사용하면 Prometheus, Grafana, Kiali의 인스턴스를 클러스터에 쉽게 배포할 수 있지만 해당 파일이 사용자가 직접 애플리케이션을 설치하고 구성할 필요가 없다는 의미는 아닙니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Deploying a demo version of the telemetry add-ons\n=================================================\n\n| **Note:** This guide only supports Cloud Service Mesh with Istio APIs and does not support Google Cloud APIs. For more information see, [Cloud Service Mesh overview](/service-mesh/v1.24/docs/overview).\n\nThe YAML files to deploy a demo version of Prometheus, Grafana, and Kiali are\navailable in the Istio GitHub repository. Although these YAML files make it\neasy for you to deploy an instance of Prometheus, Grafana and Kiali to your\ncluster, these files aren't meant to take the place of installing and\nconfiguring the applications yourself.\n| **Important:** For production environments, we recommend that you follow the applicable [third-party documentation](/service-mesh/v1.24/docs/unified-install/options/third-party-integrations#third-party_documentation) to ensure that you stay up to date with the latest versions and best practices for these applications.\n\nTo deploy a demo version of the add-ons to your cluster:\n\n1. [Enable metrics export to Prometheus](/service-mesh/v1.24/docs/unified-install/options/third-party-integrations#enabling_metrics_export_to_prometheus).\n\n2. Clone the repo:\n\n git clone -b release-1.10 https://github.com/istio/istio --depth 1\n\n3. Deploy an instance of the add-ons:\n\n - To deploy Grafana:\n\n kubectl apply -f istio/samples/addons/grafana.yaml\n\n - To deploy Kiali:\n\n kubectl apply -f istio/samples/addons/kiali.yaml\n\n - To deploy Prometheus:\n\n kubectl apply -f istio/samples/addons/prometheus.yaml\n\nIf you need to delete the add-ons, you can do so with the `kubectl delete -f`\ncommand.\n\nIstio provides a set of\n[preconfigured dashboards](https://istio.io/v1.24/docs/ops/integrations/grafana/)\nfor Grafana. These dashboards are included in the demo version. You can also\n[import the dashboards](https://istio.io/v1.24/docs/ops/integrations/grafana/#option-2-import-from-grafana-com-into-an-existing-deployment)\ninto an existing Grafana deployment."]]