How to Specify Dockerfile for gcloud builds submit

gcloud builds submit command submits a build to the GCP Cloud Build service and uses the Dockerfile from the build context. Sometimes, we may want to specify the Dockerfile while running the command. For instance, in one of my projects, I have Dockerfile.stage and Dockerfile.prod that I want to use separately with gcloud builds submit […]

What is GCP Identity-Aware Proxy (IAP)?

Google Cloud Platform (GCP) offers a product called Identity-Aware Proxy (IAP) that helps guard access to your applications running on App Engine, Cloud Run, Compute Engine, GKE or On-premises (outside GCP in your own data centres or a different cloud provider). Think OAuth-based authentication right at the load balancer level before a request is able […]