-
GKE and NEG
A cluster that uses alias IP address ranges is considered a VPC-native cluster. A cluster that uses custom static routes in a VPC network is called a routes-based cluster When using VPC-native, administrators can also take advantage of network endpoint groups (NEG), which represent a group of backends served by a load balancer. NEGs are lists of…
-
BigQuery external sources
External sources such as Cloud Storage house unstructured data while the data is accessed in BigQuery with metadata fields and references to the unstructured objects. BigQuery uses object tables to achieve this.
-
unstructured data storage
In Google Cloud, there are several options for unstructured data storage, depending on your requirements, format, and purpose of application or storage. Let’s look at a few:
-
Choosing the right database
Online transaction processingWe have the good old relational database for OLTP, which typically follows these normalization rules: Third normal form: A relation is in the third normal form if the second normal form is satisfied and if the column that is transitively dependent on the primary key should be eliminated and moved to another table, along with the determinant.…
-
The structure of data
The structure of the data is a crucial factor in deciding the choice and design of a database. There are three widely recognized categories: Structured data This type of data is typically composed of rows and columns; rows are entities or records and columns are attributes. Structured data is organized in such a way that you can be…
-
Multi Cluster Ingress
Problem You have an application that runs on multiple Kubernetes clusters that are located in different regions, and you want to be able to route user traffic automatically to the cluster that is nearest to the user’s location, using a single HTTP(S) load balancer. Solution Use Multi-Cluster Ingress for Anthos to run your application across as…
-
Cloud Storage FUSE
Cloud Storage FUSE uses FUSE and Cloud Storage APIs to transparently expose buckets as locally mounted folders on your file system. Cloud Storage FUSE can be run from anywhere with connectivity to Cloud Storage, including Google Kubernetes Engine, Compute Engine VMs, or on-premises systems. Install FUSE Installer info (Ubuntu/Debian latest releases): Install gcsfuse: Check the…
-
Add and remove headers
When a request arrives at the load balancer, the load balancer routes the request to a particular backend service or a backend bucket based on the rules defined in the URL map. Add and remove request headers before sending a request to the backend service. Also add and remove response headers after receiving a response…