Popular Posts
Kubernetes Learning Path
Raghunathan
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
Raghunathan
Open policy agent (OPA, pronounced “oh-pa”) is a tool that provides a unified framework and language for declaring, implementing, and ...
Istio architecture explained
Raghunathan
Istio Architecture: Istio service mesh commonly comprises of two planes: a control plane and data plane The data plane is ...
Latest Posts
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 ...
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. ...
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 ...
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 ...
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 ...