GCP google instance group

I'm working on an architecture to deploy my webapp. I would like to use Google Managed Instance Groups because I have some strict requirements. I was wondering:

I don't want to lose information and I would like to have a single view of all log of my webapp even if distributed, Is it that possible?

Thanks

Upvotes: 0

Views: 143

Answers (1)

cprietorod
cprietorod

Reputation: 211

I have used tomcat in GCP for over a year and it has worked without problems with the load balancer. To solve the issue of the logs you must use an agent to save the logs in stackdriver https://cloud.google.com/logging/docs/view/service/agent-logs

Upvotes: 1

Related Questions