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
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 ...
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 ...
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 ...
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 ...
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 ...