Popular Posts

Kubernetes Learning Path
Kubernetes

Kubernetes Learning Path

Today Kubernetes is present in all major clouds (Google cloud, AWS, Azure, etc…) as a fully managed service, serverless at ...
Integrating Open Policy Agent (OPA) With Kubernetes
Kubernetes

Integrating Open Policy Agent (OPA) With Kubernetes

Open policy agent (OPA, pronounced “oh-pa”) is a tool that provides a unified framework and language for declaring, implementing, and ...
Istio Architecture Explained
DevOps

Istio architecture explained

Istio Architecture: Istio service mesh commonly comprises of two planes: a control plane and data plane The data plane is ...

Latest Posts

How to setup .gitignore file
One Minute Series

How to setup .gitignore file

The role of .gitignore file is to ignore the changes of the specified file or folder. Say for example if you don’t want to track certain files and their changes ...
How to Install Hive on Mac with Homebrew
Data Engineering

How to Install Hive on Mac with Homebrew

Hive is a data warehouse tool based on Hadoop for data extraction, transformation, and loading. This is a mechanism that can store, query, and analyze large-scale data stored in Hadoop. ...
How to Install Hadoop on Mac with Homebrew
Data Engineering

How to Install Hadoop on Mac with Homebrew

In this article, I will take you through step by step on how to easily install Hadoop 3.3.0 on a mac OS – Big Sur (version 11.2.1) with HomeBrew for ...
What is the difference between Hot Warm and Cold data storage?
Data Engineering

What is the difference between Hot Warm and Cold data storage?

At present Data Engineering has become so popular and it is acting as the backbone for many companies like Google, Uber, Amazon, Tesla, etc. Also, companies are finding more ways ...
gRPC 101
One Minute Series

gRPC 101

gRPC is developed by Google and is a language-neutral, platform-neutral, open-source RPC ( Remote Procedure Call ) framework.  In this article you will get an overview of gRPC. gRPC overview ...
Scroll to Top