Data Mesh Architecture

Data Mesh Architecture

Data Mesh architecture is a modern approach to data engineering and data operations that aims to improve the scalability, agility, and innovation of data teams within organizations. It is based on the principles of domain-oriented ownership, product thinking, self-serve data infrastructure, platform thinking, data as a first-class citizen, democratized data access, and a culture of collaboration.

April 20, 2023 · (updated February 5, 2024) · 17 min · Pradeep Loganathan
GitOps with ArgoCD

Gitops with Argo CD

GitOps is a methodology for continuous deployment using a Git repository as the single source of truth. Argo CD is a declarative, continuous delivery GitOps operator for kubernetes. In this post we will deploy ArgoCD to a kind cluster and deploy an application, the GitOps way.

August 22, 2022 · (updated December 16, 2023) · 9 min · Pradeep Loganathan

Devops-Sydney Securing Your Supply Chain

I had the pleasure of presenting a talk at the Devops Sydney meetup group. The session was recorded and is here The slides used in the presentation are below

August 18, 2022 · (updated December 24, 2023) · 1 min · Pradeep Loganathan
Principles of Cloud Native design - 12 Factor apps

Principles of Cloud Native design - 12 Factor apps

The twelve-factor app principles are a collection of best practices for building microservices-based cloud-native applications. These applications are modular, scalable, and agile. They are designed to perform at web scale and provide high resiliency.

August 12, 2022 · (updated February 5, 2024) · 11 min · Pradeep Loganathan
GitOps

From Code to Cloud : The Rise of GitOps in Automated Deployments

GitOps is a methodology for continuous deployment using a Git repository as the single source of truth. The repository contains the YAML manifests or Helm charts for the Kubernetes resources to be created. The Git repo is used to store, track and version control changes to these YAML files.

July 7, 2022 · (updated December 25, 2023) · 11 min · Pradeep Loganathan
WebAssembly, WASM and WASI

WebAssembly - From Browser to Cloud

WebAssembly(WASM) is a low-level assembly-like language that is designed for efficient execution and compact representation. WebAssembly systems interface(WASI) is a runtime specification and a standard for WebAssembly interaction with the operating system.

July 4, 2022 · (updated February 5, 2024) · 8 min · Pradeep Loganathan
Azure Event Grid - Introduction

Azure Event Grid - Create Custom Events

Azure Event Grid is an eventing back plane that enables event-driven and reactive programming. In this blog post series we will understand Azure Event Grid and look at developing an event driven application using Azure Event Grid as the backplane

June 24, 2022 · (updated February 2, 2024) · 5 min · Pradeep Loganathan
Azure Event Grid - Introduction

Azure Event Grid - Creating a Topic

Azure Event Grid is an eventing back plane that enables event-driven and reactive programming. In this blog post series we will understand Azure Event Grid and look at developing an event driven application using Azure Event Grid as the backplane

June 23, 2022 · (updated February 5, 2024) · 1 min · Pradeep Loganathan
Azure Event Grid - Introduction

Introduction to Azure Event Grid

Azure Event Grid is an eventing back plane that enables event-driven and reactive programming. In this blog post series we will understand Azure Event Grid and look at developing an event driven application using Azure Event Grid as the backplane

June 22, 2022 · (updated February 5, 2024) · 4 min · Pradeep Loganathan

Cloud Native Summit - Secure your supply chain

I had the pleasure of presenting a lightning talk at the Cloud Native summit at Wellington - New Zealand . The session was recorded and is here

June 18, 2022 · (updated December 24, 2023) · 1 min · Pradeep Loganathan