Help me with something easy to use easy to setup , ?

scenario when using nodes running on different clouds and elastic  Is it possible to have multiple nodes serving, with each pod running on a different cluster and no replicas? How does GKE secure and serve for multiple hosts with sandboxed VM instances inside Docker?”

0 2 280
2 REPLIES 2

Could you expand your use case / question a bit?  Not sure I fully understand what you are asking?

 we have nodes running on different cloud platforms and using elastic resources.  Is possible to have multiple nodes serving, where each pod runs on a different cluster without any replicas. how Google Kubernetes Engine (GKE) secures and serves for multiple hosts with sandboxed VM instances inside Docker. want to distribute your workload across multiple clusters for better resource utilization or to isolate different applications or environments.Regarding sandboxed VM instances inside Docker, GKE uses a technology called gVisor. These VMs provide a secure execution environment for containers, isolating them from the underlying host and other containers. 

Top Labels in this Space