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 SonarQube locally on Mac
Data Engineering

How to Setup SonarQube locally on Mac

SonarQube is an open platform for managing continuous inspection of the code quality, which can locate potential errors in the codebase. It currently supports more than 20+ programming languages including ...
Istio Architecture Explained
DevOpsPopular Posts

Istio architecture explained

Istio Architecture: Istio service mesh commonly comprises of two planes: a control plane and data plane The data plane is implemented in such a way that it intercepts all inbound ...
Service Discovery Patterns - What, Why, and How?
DevOpsPopular Posts

Service Discovery Patterns – What, Why, and How?

The Service Discovery concept is not new and has been since from the beginning of distributed computing. In simpler terms, Services discovery tools help services to discover each other on ...
Chaos Engineering 101
One Minute Series

Chaos Engineering 101

Chaos Engineering concept invented by Netflix to learn about how our system will behave with potential failures before they become outages. The goal of Chaos engineering is to discover the ...
What is GitOps?
DevOps

What is GitOps?

English writer and philosopher “Aldous Huxley” once said: “Speed provides the one genuinely modern pleasure.” I think life is like this and so the software field. With the rise of ...
Scroll to Top