1. Overview
Google Stackdriver performs monitoring, logging and diagnostics to help businesses ensure optimal performance and availability. The service gathers performance metrics and metadata from multiple cloud accounts and allows IT teams to view that data through custom dashboard, charts and reports.
Google Stackdriver is natively integrated with Google Cloud Platform and hosted on Google infrastructure, but the monitoring capabilities can also be used for applications and virtual machines...
1. Overview
There are two types of load balancers in Google Cloud Platform:
Network Load Balancer
HTTP(s) Load Balancer
2. Create multiple web server instances
To simulate serving from a cluster of machines, we'll create a simple cluster of Nginx web servers that will serve static content using Instance Templates and Managed Instance Groups. Instance Templates lets you to define what every virtual machine in the cluster will look like (disk, CPUs, memory, etc), and a Managed Instance Group...