Author Archives: anuj - Page 40
Private Service Access vs. Google Private Access
See this post for an overview of Private Google Access and Cloud NAT. Subnet versus VPC Level One key difference is that Private Google Access is defined at the subnet…
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…
Types of Identity in GCP
An identity in GCP can be any one of the following. The most commonly used identities for HUMAN users are the first two - Google Accounts ( your gmail account)…