https://pulumi.com logo
f

famous-oxygen-48490

09/17/2019, 8:30 AM
Hello All, Just wanted to check, can we create a cluster across different provider (AWS, Azure and GCP) , but have the services running on only one provider at a time.
b

broad-dog-22463

09/17/2019, 8:35 AM
Hi @famous-oxygen-48490 I’m not quite sure what you are asking - a cluster of what? Paul
f

famous-oxygen-48490

09/17/2019, 8:35 AM
Apology....i mean k8s cluster. EKS, AKS, GKE
b

broad-dog-22463

09/17/2019, 8:37 AM
I believe there is a kubernetes multicloud example in Pulumi/examples - that may give you some information of what you can do
f

famous-oxygen-48490

09/17/2019, 8:38 AM
yes i have seen that...on that the services are deployed on each cluster... I am looking for single service at any given point in time in any hosted k8s cluster.
b

broad-dog-22463

09/17/2019, 8:39 AM
I think you would have to write your own layer of work for that
f

famous-oxygen-48490

09/17/2019, 8:39 AM
ok thanks..
Also...on that example typescript has been used..do we have that in python as well by any chance
b

broad-dog-22463

09/17/2019, 8:41 AM
We are not autogenerating a lot of Python examples at this point I’m afraid
f

famous-oxygen-48490

09/17/2019, 8:42 AM
so i need to write that too
b

broad-dog-22463

09/17/2019, 8:43 AM
Feel free to open an issue in that examples repo to suggest we need more Python examples
f

famous-oxygen-48490

09/17/2019, 8:43 AM
ok
b

broad-dog-22463

09/17/2019, 8:46 AM
FWIW, we can’t guarantee that the examples we generate will fit your use case so they may require code to be changed / rewritten. They are just a guide of how things can be done