- Expose a workload
- Expose and secure a workload
- Security
- Cannot connect to a service exposed by an APIRule
- External DNS management
Enable Grafana for Istio monitoring
By default, monitoring-prometheus-istio-server
is not provided as a data source in Grafana.
NOTE: Prometheus and Grafana are deprecated and are planned to be removed. If you want to install a custom stack, take a look at Install a custom kube-prometheus-stack in Kyma.
To enable
monitoring-prometheus-istio-server
as a data source in Grafana, provide a YAML file with the following values:Click to copymonitoringprometheus-istio:grafana:datasource:enabled: "true"Deploy the
values.yaml
file (see Change Kyma settings).Restart the Grafana deployment with the following command:
Click to copykubectl rollout restart -n kyma-system deployment monitoring-grafana