OpenShift
Deploying External Kiali on OpenShift
These are specific notes for the External Kiali deployment model on OpenShift.
Installation
It is highly recommended that the Kiali Operator be deployed on all clusters, even if Kiali itself is not deployed. This will ensure that the proper namespace and remote cluster resources are created. Clusters without Kiali require only the remote cluster resources (for auth), configure the CR with:
spec.deployment.remote_cluster_resources_only: true
Running the Kiali Operator in this more requires very limited resources.
Authorization Strategy
The openshift authentication strategy is required for production Kiali deployments on OpenShift. Make sure to read and apply any guidance found in the notes for multi-cluster.
Last modified October 22, 2025: external kiali and openshift auth (#922) (5f95d48)