-
Notifications
You must be signed in to change notification settings - Fork 48
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
Comments
Yes, exactly ! Clusters have been included to the model for that purpose : Application -> VirtualServers -> Cluster -> PhysicalServers |
OK, but I mean, is it possible to have |
@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? |
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. |
That would perfectly fit our need. We will wait for the release 👀 |
It is available ! 🎉 |
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?
The text was updated successfully, but these errors were encountered: