Istio – An Open Platform Service Mesh

Let’s go to the era of monoliths where all the business logic is organized under one chunk of code defined in a particular language. It is easily manageable and deployable if the app is a micro-level application. But, when it comes to scaling the application and adding certain capabilities within that code-base, it becomes challenging, as everyone is working on the same codebase. In such an application, deploying the changes on the production is backbreaking as the complete application needs to be pushed, even for a small change.
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.
Best way to detect objects in images using ML Kit

ML Kit is a mobile SDK that brings Google’s expertise in machine learning to Android and iOS applications in a strong but easy to use kit. Whether you’re new to machine learning or experienced you can implement the features you need in just a few lines of code. Learn more by reading the blog.
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.
Karate- Automation with Gherkin Syntax

Getting ready to automate the applications, not sure about the selection of the automation framework, This blog is for you. Read the blog on Karate- Automation with Gherkin Syntax and know more about it.
Deploying Applications with Docker Compose

Docker compose is a tool which is used to deploy and manage multi-container applications on Docker nodes operating in single-engine nodes.Deploying and managing lots of services is a tough task. This is the situation where Docker Compose reduces the stress, it will deploy and manage the different services. 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.
Introduction to Stackdriver APM and its functioning

In March 2018, Google introduced a suite of tools called Stackdriver APM, for developers to make applications faster and reliable. These tools are very powerful and can be used in applications running anywhere on on-premises infrastructure, GCP, AWS or a hybrid of both. Read the blog to know more.