https://pulumi.com logo
Title
d

damp-ram-18047

10/03/2021, 9:32 AM
Hi there, I’m trying to deploy my backend service on gke, I look up the crosswalk document and github repo, but not sure which one I should follow. In github repo, step 4 need config
pulumi config set k8s-gke-apps-svcs:clusterStackRef myUser/k8s-gke-cluster/dev-1573601751
, and this stack
k8s-gke-cluster
comes from another repo: 03-cluster-configuration, will I need create a cluster configuration stack as well? Cuz crosswalk document doesn’t mention this part. (BTW, the github repo links in crosswalk gcp document link to aws repo 🤣 )
b

billowy-army-68599

10/03/2021, 3:01 PM
are you using google cloud? Crosswalk only supports AWS at this moment in time
😮 1
d

damp-ram-18047

10/04/2021, 1:59 PM
I notice that gcp github repo hasn’t finished, 04-cluster-services is empty. Does it mean unsupported?
Will I get trouble if I skip this step (04-cluster-services)? I follow the gcp github repo ordering, and now I’m working on 06-apps/build-deploy-container
b

billowy-army-68599

10/04/2021, 3:03 PM
just following up here, just want to get an idea of what you're trying to do? is it simply provision a cluster and deploy your app?
d

damp-ram-18047

10/05/2021, 3:19 AM
I wanna deploy my app on gke and use cloud sql for database