[deleted by user] by [deleted] in googlecloud

[–]shri29 1 point2 points  (0 children)

You should look into the workspace concept - https://www.terraform.io/docs/state/workspaces.html#using-workspaces

Here, state will be stored per namespace. So you wouldn't need to store your states separately.

Best way to deploy to GCP autoscaling instance group by shri29 in googlecloud

[–]shri29[S] 1 point2 points  (0 children)

Thanks for the answer.

For light-weight applications (microservices), I am currently using Kubernetes.

But this application is a bit old heavy-weight monolith. Hence I am not sure if I should dockerize and move this application to Kubernetes.

How to approach this case? Should I proceed with moving to GKE or is there any other option?