Kubernetes cluster over hardware cluster
Drasli-Tana opened this issue · 2 comments
Drasli-Tana commented
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 commented
Yes, exactly ! Clusters have been included to the model for that purpose :
Application -> VirtualServers -> Cluster -> PhysicalServers
Drasli-Tana commented
OK, but I mean, is it possible to have
Application -> Kubernetes cluster (in any way) -> VirtualServer -> Cluster -> Physical server?