Author Archives: anuj - Page 39
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…
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…