mercator icon indicating copy to clipboard operation
mercator copied to clipboard

Kubernetes cluster over hardware cluster

Open Drasli-Tana opened this issue 1 year ago • 2 comments

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?

Drasli-Tana avatar May 28 '24 14:05 Drasli-Tana

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

Application -> VirtualServers -> Cluster -> PhysicalServers

dbarzin avatar May 28 '24 15:05 dbarzin

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

Drasli-Tana avatar May 28 '24 16:05 Drasli-Tana

@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?

remche avatar Jan 14 '25 13:01 remche

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 avatar Jan 14 '25 14:01 dbarzin

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

remche avatar Jan 15 '25 10:01 remche

It is available ! :tada:

dbarzin avatar Jan 18 '25 21:01 dbarzin

Image

dbarzin avatar Jan 19 '25 14:01 dbarzin