Google Cloud Platform (GCP) configuration scanning tool

Cloudimized is a Google Cloud Platform (GCP) configuration scanning tool. It allowsmonitoring changes of selected resources. Cloudimized performs similar function as Oxidized, but for Cloud environment. Overview Cloudimized periodical scans of GCP resources via API calls and dumps them into yaml files. Files are tracked in Git,so every configuration change is being tracked.It gathers additional information for each change: changer’s identity, related Terraform runs(optionally), identify change ticket number (optionally).Optionally it sends Slack notifications for each change. Features Project discovery across […]

Read more

A git extension for seeing your Cloud Build deployment

Learn more: https://cloud.google.com/blog/topics/developers-practitioners/push-your-code-and-see-your-builds-happening-your-terminal-git-deploy Requirements Python 3.7+ (check with python3 –version) git 1.8+ (check with git –version) A GitHub repo connected to Cloud Build with source-based deployments Installation Clone this repo Set the execution bit Copy git-deploy into a place on your PATH. # example location cp git-deploy /usr/local/bin Confirm installation by running the script: cd ~ # a non-git repo git deploy Success: fatal: not a git repository (or any of the parent directories): .git The new git extension has […]

Read more