Hello All, Just wanted to check, can we create a ...
# general
f
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
Hi @famous-oxygen-48490 I’m not quite sure what you are asking - a cluster of what? Paul
f
Apology....i mean k8s cluster. EKS, AKS, GKE
b
I believe there is a kubernetes multicloud example in Pulumi/examples - that may give you some information of what you can do
f
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
I think you would have to write your own layer of work for that
f
ok thanks..
Also...on that example typescript has been used..do we have that in python as well by any chance
b
We are not autogenerating a lot of Python examples at this point I’m afraid
f
so i need to write that too
b
Feel free to open an issue in that examples repo to suggest we need more Python examples
f
ok
b
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