Author Archives: anuj - Page 39
OAuth for Accessing GCP Resources
Also read - OAuth Overview - and OAuth Consent Screen. Also, remember that OAuth is for Authorization (to protected resources) and not so much for plain authentication. Authentication is more…
Multi VPC Architecture GCP
This post discusses a few real world scenarios for organizations moving to Google Cloud. The idea is to understand how multiple VPC architectures in GCP, especially those leveraging Shared VPCs…
Shared VPC Networks in GCP – Basics
Sharing Subnets, Sharing Administration of Subnets and Instances within The key idea behind shared networking is to allow shared administration of resources - especially subnetworks and instances within those sub…
Extending your data center to GCP? Answer these questions first
Extending your data center to GCP? Answer these questions first Do you need application level encryption? If application-level encryption is needed, then partner interconnect or direct interconnect should be considered.…
Traffic Splitting in app engine and app engine flex
Applications deployed to App Engine Release a new version of that application to production and test the new release on a subset of users. Use traffic splitting to redirect a…
GCP Load Balancers
This post is a brain dump of some of the nitty gritty details of GCP Load Balancers.(Also read SSL Load Balancing in GCP) Proxy or Non Proxy Load Balancer? GCP's…
Service Account Roles in GCP – Permissions
Also read, Base Roles required for development teams in GCP When it comes to service accounts, there are a few granular options available in GCP IAM. Service Account Admin Role:…
Shared VPCs – for Production and Non Production Dileneation
Also read - Shared VPCs Best Practices Shared VPCs - What gets shared out? When a host project is enabled, you have two options for sharing networks: You can share…
Optimize Transfers to Google Cloud Storage
Say, you have a 10-Gbps direct peering connection to Google. Say you would like to use the gsutil tool to upload files to Cloud Storage buckets from on-premises servers. …
Shared VPCs in a Hybrid Cloud Setup
Also read up on More than one shared VPC - to handle Production and Non Production Environments Shared VPC in a Hybrid Setup The key idea behind Shared VPCs is…