From 0659929ca3c3a5c73f599c5e1dbb0560d1223878 Mon Sep 17 00:00:00 2001 From: mcgin314 Date: Thu, 17 Apr 2025 10:18:47 -0400 Subject: [PATCH] Update documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d64fc99..38e11f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # tfmod-kiali +Kiali is a web console for the Istio Service Mesh. It is analogous to how the Kubernetes Dashboard is a web console for Kubernetes, ie. it is a web interface for viewing configurations and operations of the system. Additionally, the same as the Kubernetes Dashboard, we deploy Kiali in a read-only manner, given mesh objects should only be configured through code and pipelines, not modification through web or command line. Kiali provides a useful tool for reviewing configurations and topology, observing mesh health and performance, and tracing along with its associated details. Additional details about Kiali can be reviewed at the [Kiali website](https://kiali.io/). + +This module deploys and configures Kiali via its operator and integrates it with Istio and the other telemetry oriented tools of the cluster. + ## Requirements