Author Archives: anuj - Page 11
Google Cloud DNS – Overview and Use Cases
DNS Terms and Overview Zone Files, A Records, CName Records Cloud DNS - Records versus Record Sets Cloud DNS directs incoming traffic according to its record sets. As with most…
Partitioning versus Clustering in BigQuery
Both Clustering and Partitioning are used to improve storage layouts and hence, overall query performance. BigQuery - Partitioning versus Clustering High Cardinality (> 1000) --> Use Clustering Low Cardinality (<1000)…
Partitioning Overview in BigQuery
Partitioning - For TimeSeries Data High Cardinality (> 1000) --> Use Clustering Low Cardinality (<1000) --> Use Partitioning Methods to Partition BigQuery Tables You can partition BigQuery tables by: Time-unit…
Firewall rules based on Network tags – GCP
Overview Network tags as logical labels that you can apply to VMs. The tags are defined independently, but referenced during the creation of a firewall rule. Use Case - Allow…
Default Service Accounts versus Custom Service Accounts – GCP
What are default service accounts? Default Service Accounts are used by GCP - and are not modifiable. In fact, you would not see them listed in the IAM-->Service Accounts menu.…
Private IP Data Transfer vs. Public IP
Cloud Interconnect (and VPN) - used to connect Private IPs Direct Peering - Exists outside of Google Cloud - uses Public IPs to connect. Use case Transfer LARGE amounts of…
Disk Level Backups of Criticial Instances – GCP
Use Case - Critical VM Instance with data and software on root disk. Need to be able to recreate instances from this backup, to be used across other projects in…
NoOps (No Operations) Spectrum on GCP
From least operations to the most required operations - this is a chart of the various compute services on GCP Cloud Functions (LEAST) --> App Engine Standard --> GKE -->…
Using CMEKs in GCP
If you use a CMEK, the CMEK is used to encrypt the Object Data, Object's checksum and MD5 hash, but not the object name. The object name is still encrypted…
Active Directory on GCP
This post is about hosting your AD on GCP. It is not about syncing gSuite and AD users. Typically, in Cloud IAM, you would bring over your gSuite (now google…