Skip to content
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

Kubernetes cluster over hardware cluster #734

Open
Drasli-Tana opened this issue May 28, 2024 · 7 comments
Open

Kubernetes cluster over hardware cluster #734

Drasli-Tana opened this issue May 28, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@Drasli-Tana
Copy link

So I have applications running inside a Kubernetes cluster using multiple logical servers, which are all on a vSphere cluster linking some physical servers.

Is there a way to do this, maybe using clusters?

@dbarzin
Copy link
Owner

dbarzin commented May 28, 2024

Yes, exactly ! Clusters have been included to the model for that purpose :

Application -> VirtualServers -> Cluster -> PhysicalServers

@dbarzin dbarzin self-assigned this May 28, 2024
@dbarzin dbarzin added the question Further information is requested label May 28, 2024
@Drasli-Tana
Copy link
Author

Drasli-Tana commented May 28, 2024

OK, but I mean, is it possible to have
Application -> Kubernetes cluster (in any way) -> VirtualServer -> Cluster -> Physical server?

@remche
Copy link
Contributor

remche commented Jan 14, 2025

@dbarzin I'm interested too. What would be the best way to model an application running on a kubernetes cluster, which itself runs on VMs on top of physical cluster from your point of view?

@dbarzin
Copy link
Owner

dbarzin commented Jan 14, 2025

To accurately model this configuration, a new object will be introduced between Applications and Virtual Servers: "Container".

This new object will enable precise representation of applications running within a Kubernetes cluster. The resulting hierarchy will look like this:

Application -> Container -> VirtualServer -> Cluster -> PhysicalServer

We are currently working on implementing this feature, and it will be available soon. Feel free to share your specific use cases to help us refine the model further.

@dbarzin dbarzin added the enhancement New feature or request label Jan 14, 2025
@remche
Copy link
Contributor

remche commented Jan 15, 2025

That would perfectly fit our need. We will wait for the release 👀
Thanks for your work on mercator !

@dbarzin
Copy link
Owner

dbarzin commented Jan 18, 2025

It is available ! 🎉

@dbarzin
Copy link
Owner

dbarzin commented Jan 19, 2025

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants