Linux serverlinux web serverNETWORK ADMINISTRATIONS

GCE Automation

This is a session on GCE Automation. We did a lot in the last few videos. We hosted our Apache webserver on a Linux Debian OS machine in GCE, setup monitoring ops agent, installed and configured Grafana to setup our fundamental observability.
Everything we did was via GCP console i.e. manual. We are platform engineers; we are SREs.. we hate toil. Here’s what we are going to in this video to automate:
1. Export GCP Native Golden Signals dashboard as JSON
2. Export Grafana Golden Signals dashboard as JSON
3. Build Startup Script with all Installation Steps
4. Create VM using gcloud from a bash script
5. Build Golden Signals dashboards from the JSON files.

source

by Everything Cloud Platform

linux web server