How CI/CD pipeline works with Kubernetes?

Kubernetes is a portable, extensible open source platform for managing containerized workloads and services, that provides both configuration and automation…
What is a Bastion Host?

A bastion host is a special purpose computer on a network that is deliberately exposed to a public network and configured to withstand attacks…
Running dedicated game servers in Kubernetes Engine

In the world of distributed systems, scaling and hosting dedicated game servers for online, multiplayer games is challenging. It’s not surprising that for game server scaling is usually done by proprietary software…
Insights of Deployment Manager

A Deployment Manager template is just like a decorated REST API call. Deployment manager has various providers which you can check in Supported GCP Type Providers…
What is Deployment Manager?

Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources for you…
Migrate from GCM to FCM for Push Notification In React Native

Hello folks as you may know Google is going to remove GCM service support from 11th April 2019. Hence, all the projects which are using GCM service need to be migrated to FCM.
Jenkins Configuration and Run Jenkins Jobs using Batch file command

Jenkins is an automation tool written which is open source. This tool is written in Java with plugins built for Continuous Integration purpose. Plugins allow integration of various DevOps stages.
What Do You Need to Know About RBAC Authorization in Kubernetes?

RBAC is one of the Authorization Modules in Kubernetes. Role-based access control is a method to provide access to the API resources running on your cluster based on the roles of individual users within an enterprise.
Google Stackdriver: Introduction and Features

It is a monitoring service offered by Google, used to monitor performance data and availability of the application and virtual machines (VMs) running on GCP and AWS public cloud…
How to Setup Custom Domain for Google App Engine Application?

Google’s App Engine is a Platform as a Service (PaaS) that provides features and web frameworks to easily build scalable web applications. App Engine applications are easy to manage your traffic and data storage as per need.