8000 Multiple mesh support · Issue #8329 · kiali/kiali · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Multiple mesh support #8329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nrfox opened this issue Apr 11, 2025 · 3 comments
Open

Multiple mesh support #8329

nrfox opened this issue Apr 11, 2025 · 3 comments
Labels
backlog 8000 Triaged Issue added to backlog enhancement This is the preferred way to describe new end-to-end features.

Comments

@nrfox
Copy link
Contributor
nrfox commented Apr 11, 2025

What do you want to improve?

Kiali should be able to monitor multiple different meshes as defined by distinct mesh IDs. The mesh page should tell the user which mesh their controlplane belongs in and a high level show the names of each mesh and the controlplanes that are in them.

The mesh model will likely need to be updated to support this:

kiali/models/mesh.go

Lines 34 to 40 in ca111fa

// Mesh is one or more controlplanes (primaries) managing a dataPlane across one or more clusters.
// There can be multiple primaries on a single cluster when istio revisions are used. A single
// primary can also manage multiple clusters (primary-remote deployment).
type Mesh struct {
// ControlPlanes that share the same mesh ID.
ControlPlanes []ControlPlane
}

What is the current behavior?

What is the new behavior?

@nrfox nrfox added the enhancement This is the preferred way to describe new end-to-end features. label Apr 11, 2025
@jmazzitelli
Copy link
Collaborator

will this require Kiali to talk to multiple istiod's?

@jshaughn
Copy link
Collaborator

This is a longer term goal, for now I'll put it on the backlog. We should first complete our remote kiali goal.

@jshaughn jshaughn added the backlog Triaged Issue added to backlog label Apr 11, 2025< 6EC7 /a>
Copy link
Contributor Author
nrfox commented Apr 11, 2025

will this require Kiali to talk to multiple istiod's?

Kiali has done this since multi-primary support was added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Triaged Issue added to backlog enhancement This is the preferred way to describe new end-to-end features.
Projects
None yet
Development

No branches or pull requests

3 participants
0