Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Men-deploy versi demo add-on telemetri
File YAML untuk men-deploy versi demo Prometheus, Grafana, dan Kiali
tersedia di repositori GitHub Istio. Meskipun file YAML ini memudahkan Anda untuk men-deploy instance Prometheus, Grafana, dan Kiali ke cluster, file ini tidak dimaksudkan untuk menggantikan penginstalan dan konfigurasi aplikasi secara manual.
Untuk men-deploy versi demo add-on ke cluster Anda:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-19 UTC."],[],[],null,["# Deploying a demo version of the telemetry add-ons\n=================================================\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.19/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.19/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.19/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.19/docs/ops/integrations/grafana/#option-2-import-from-grafana-com-into-an-existing-deployment)\ninto an existing Grafana deployment."]]