damp-table-85095
09/12/2020, 2:57 AMgcp.Provider
instance that specifies which zone to use but I don't understand how to tell Kubernetes which gcp.Provider to use. I mean, ultimately I want to create a single Kubernetes deployment that deploys nodes onto two different zones that I specify. How do I do that? Am I going about this the wrong way?green-school-95910
09/13/2020, 1:52 AMgcp.Provider
for that
On the kubernetes pods you can add node selectors to schedule pod to a specific zone using the failure domain label <http://failure-domain.beta.kubernetes.io/zone|failure-domain.beta.kubernetes.io/zone>