Connecting the Cloud SQL using the Cloud SQL Proxy

Cloud SQL is a MySQL database service that is hosted on Google Cloud and does not require any software installation and maintenance because the service is provided by Google Cloud. The Google Cloud should be maintained, managed, and administered by itself. Just as regular MySQL database, Google Cloud SQL also lets you create, update, configure and utilize a relational database
Setting up Stackdriver alert on accessing a VM in GCP

This blog describes how to get the auth logs in Stackdriver logging whenever anyone login to the VM on GCP and setting up the Stackdriver alert notification from that auth log via email. Do read the blog to know more about it.
Managing Deployments Using Kubernetes Engine

Kubernetes is an open source container management and orchestration tool for automating deployment, scaling and management of containerized applications. It works with all the cloud windows with all the public cloud vendors or hybrid cloud vendors. Read the blog to know more about it.
Migrating a Hadoop infrastructure to GCP

When you prepare to migrate Hadoop infrastructure to Google Cloud, you can reduce the administrative complexity. However for simplification and to get the most efficient way for processing in Google Cloud with minimal cost, you need to rethink how to structure your data and jobs. Read the blog to know more.
Go hybrid with Anthos (GKE)

Modernize existing applications and build cloud-native apps anywhere to promote agility and cost savings. Read the blog and know about the features of Kubernetes which are supported in Anthos GKE.
How does Shared VPC in Kubernetes Engine work?

Shared VPC provides a special feature to the organization that they can connect different projects to the common Virtual Private Cloud (VPC) network, the resources of the multiple projects can communicate with each other efficiently and securely by internal IPs of the VPC network. Read the blog to know more.
VPN configuration across the VPCs on GCP

VPC provides global, scalable, and flexible networking functionalities for you to compute resources on Google Cloud Platforms such as Compute Engine VMs, GKE(Google Kubernetes Engine) clusters, and the App Engine flexible environment. On the other hand, VPN provides Hybrid network connectivity between VPCs and on-premises networks.
Introduction to Bare Metal Solution

Bare Metal Solution provides a path to modernize your application infrastructure landscape, with maintaining the existing architecture. In other words, it provides hardware to run specialized workloads with low latency on Google Cloud. Read the blog to know more
Getting started with Cloud CDN

Even before we dive into CDN, let’s understand the issue behind this solution – Latency which is the total round-trip time taken for a data packet to travel from source to destination and back to the source. One of the main causes of latency within a network is the distance between a client and the server. Know more by reading the blog.
Setting up Production Specific Kubernetes Environment

When you are managing microservices then its management and orchestration is kind of tricky for the team or person. For microservice-based applications, Kubernetes is the best choice. Read the blog to know more about it.