Author Archives: anuj - Page 40
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…
Private Service Access vs. Google Private Access
Private Google Access vs. Private Service Connect: A GCP Q&A Google Cloud provides several ways to access services privately, and the similar terminology can make the choices confusing. Two technologies…
Cloud NAT Gateway and Private Google access
Cloud NAT and Google Private access Google Cloud automatically enables Private Google Access for a subnet IP address range when you configure a Cloud NAT gateway to apply to that…
SSL, TLS and Load balancers on Google Cloud
End User to GCP Load Balancer Encryption For HTTPS load balancers, connections between end users and the GFE are encrypted and authenticated with TLS or QUIC, using certificates that customers…
Scale a GKE Cluster for more CPUs
gcloud container cluster resize -- > Changes the number of worker nodes Need a hands-on, GCP Consultant? Need help with your GCP journey? Start the conversation today.
Transfer Data from on prem to GCP or from AWS to GCP
Google Transfer Service allows us to copy data from another cloud (or from on-premises) to GCP with no coding effort. Incremental backups can also be set up, in a secure…
Data Governance using Google Cloud Data Catalog
Data Catalog (which uses Cloud Spanner under the hood), provides a centralized place where organizations can find, curate and describe their data assets. Data Catalog is a fully managed, scalable…
Allowing access to a specific Cloud Storage Bucket
MEMBER_TYPE is the type of the member you are removing from the policy. For example, user. represents both Google accounts and Google groups. Two special member types are: allAuthenticatedUsers and allUsers MEMBER_NAME is the name of the…
GCP Applying Policies to Groups of Users
(Also read this post on using groups and policies in GCP). A group, in GCP, is no different from any other identity. In practice, it looks like an email address.…
Using Groups and Policies to Implement Granular Resource Access in GCP
Adding individual members to each role is painful. Cloud IAM Groups are used to apply policies (who accesses what) to an entire groups of users (see this post to understand what…