You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a multi-cluster Istio setup. One host cluster and multiple remote clusters.
We create virtual services for all applications irrespective of the cluster in the host cluster to enable service to service communication. https://istio.io/docs/setup/install/multicluster/shared-vpn/
From Flagger docs, it is assumed that there will be only one cluster where Istio is installed.
Does flagger support multi-cluster setup?
The text was updated successfully, but these errors were encountered:
No it doesn't. To support Istio multi-cluster, the Flagger instances running on the remote clusters should create/update the Istio objects on the host cluster.
I think these changes are needed:
mount the Istio host cluster kubeconfig in Flagger pod
make the Istio router clientset use the Istio host cluster kubeconfig
Body:-
If applied this commit will resolve the following reported issue fluxcd#437
Have added support for consuming kubeconfig of istio host cluster where istio
resources will be created.
Hi,
We have a multi-cluster Istio setup. One host cluster and multiple remote clusters.
We create virtual services for all applications irrespective of the cluster in the host cluster to enable service to service communication. https://istio.io/docs/setup/install/multicluster/shared-vpn/
From Flagger docs, it is assumed that there will be only one cluster where Istio is installed.
Does flagger support multi-cluster setup?
The text was updated successfully, but these errors were encountered: