© 2022 Hashnode
#gcp
Introduction In this article, you will see how you can use CI/CD pipeline using Cloud Build and Secret Manager in GCP to deploy the application in Cloud Run or App Engine. In Part 2 we will connect to a MySQL database using Private IP. ST…
This is the first part of potentially a few tutorials on how to get started with deploying infrastructure on Google Cloud Platform. If you are new to Terraform it might be worth checking out my quick introduction to what Terraform is and wh…
Background I've recently been working a lot more with Kubernetes across various platforms including AWS EKS, Azure AKS, and GCP GKE. My focus has mostly been on detecting threats in Kubernetes environ…
Introduction In GCP HA VPN and Azure Active-Active configuration, we need two separate peer VPN devices where each peer device has its own external IP address. The bandwidth of a GCP VPN tunnel is 3Gbps per tunnel while Azure is based on a …
Introduction When a Pull Request in Github gets approved I wanted to write some information about it in a Google Sheet. In particular I would like to store the date that the PR was approved The PR's name The Author's github username The…
So as a developer, I need to spin up a quick VM with some default software already installed to do my job and then destroy it to delete costs. Requirements (GCP) Google Cloud Platform account A proje…
Vision API Step 1: Enable Vision API Step 2: Create a service account and download the JSON key file Step 3: Run the command export GOOGLE_APPLICATION_CREDENTIALS="path_to_key.json" Step 4: vision API…
Introduction In this article, you will learn about cloud computing, its benefits, cloud service models and cloud deployment models. Let's have a backstory to pre-cloud computing days😀 As a developer…
Build a Website on Google Cloud: Challenge Lab These are the Identifiers provided to you might be different for you so make sure to replace them accordingly where it is being mentioned. Task 1: Downl…
Infrastructure As Code (IaC) As the name implies, IaC refers to the management and provisioning of infrastructure using code rather than dealing with a graphical user interface and tapping here and t…