kiali / openshift-servicemesh-plugin

Webpack Plugin to integrate Kiali into OpenShift Console
Apache License 2.0
7 stars 15 forks source link

Support for multiple OSSM installations on a single cluster? #187

Open Spitfire1900 opened 1 year ago

Spitfire1900 commented 1 year ago

Does this plugin support having multiple OSSM installations on a single cluster by either defining multiple OSSMConsole definitions or specifying an array for spec.kiali in the OSSMConsole definition?

jmazzitelli commented 1 year ago

No, it does not.

There is only one OSSM plugin that can be deployed in OpenShift Console (i.e. there is only a single "Service Mesh" option you'll see in the Console tabs and left-hand nav). The spec.kiali is not an array. You can have mulitple Kiali instances installed in your cluster, but the plugin will only communicate with one of them (the one in spec.kiali).

I don't think we have a good idea yet of how to support multiple tenants within a single cluster.

Spitfire1900 commented 1 year ago

Thanks for the quick follow-up