Author Archives: anuj - Page 38
GKE Topologies
Scenario 1 - For an upcoming Google Kubernetes Engine (GKE) cluster, the current cluster size is expected to host 10 nodes, with 20 Pods per node and 150 services. Because…
Programmatic Identities – AWS and GCP Compared
Where is the Calling Application? Before we get to the details about programmatic identities in GCP vs. AWS, it is good to first ask the question - where will my…
OAuth Overview in GCP – OAuth Consent Screen and OAuth Client ID
also read OAuth basics Human users (of an app) vs. the App itself as a user It is important to distinguish human users (app user logins) versus the app itself.…
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:…