GCP Resource Manager - listing everything

This post is focused on Resource Manager, which is a very powerful service in GCP, that allows creating, modifying, deleting and listing GCP resources (in essence, all what a CRUD model needs to do) over HTTP. The API allows to manage different resources that build the hierarchical structure of projects and resources in GCP, such as Organizations, Folders, and Projects, among others.

Read More

Optimizing a Jenkins and Sonarqube instance in GCP - Part I

On the latest years, there has been a steady increase on more demanding and more specialized tooling for the day-to-day DevOps tasks. However, there are tools that have proven to stand the test of time, and have evolved to be touchstones on development-centered teams. This is the case of Jenkins, which after so many years is still being used to build and implement modern CI/CD pipelines.

Read More