Implementing GitOps with ArgoCD

GitOps is a modern approach to software delivery that uses Git as the single source of truth for defining and managing application deployments. It focuses on automating processes, making it easier to manage complex systems, and improving collaboration between development and operations teams. Continue reading “Implementing GitOps with ArgoCD”

Understanding COW and MOR in Apache Hudi: Choosing the Right Storage Strategy 

Apache Hudi (Hadoop Upserts Deletes and Incrementals) is a powerful framework designed for managing large datasets on cloud storage systems, enabling efficient data ingestion, storage, and retrieval. One of the key features of Hudi is its support for two distinct storage types: Copy-On-Write (COW) and Merge-On-Read (MOR). Each of these storage strategies has unique characteristics and serves different use cases. In this blog, we will explore COW and MOR.  Continue reading “Understanding COW and MOR in Apache Hudi: Choosing the Right Storage Strategy “

Modern Traffic Management with Gateway API in Kubernetes

Managing traffic in Kubernetes is like directing cars at a busy intersection. If everything flows smoothly, the system works like a charm. But if traffic gets out of control, you’ll end up with a gridlock—applications slow down, and users get frustrated.

For years, Ingress was the go-to traffic cop for Kubernetes. It handled requests, routed them to the right places, and kept things moving. But as workloads grew more complex and modern, Ingress started to feel like using paper maps in a GPS world. Enter the Gateway API—the next-gen solution built to handle today’s dynamic application demands. Continue reading “Modern Traffic Management with Gateway API in Kubernetes”

Amazon S3 Security Essentials: Protect Your Data with These Key Practices

The Amazon Simple Storage Service, or S3, is a powerful serverless object storage solution that offers exceptional scalability, availability, security, and performance. According to the official description, it enables users across all sectors to securely store any volume of data for various applications. To enhance cost-efficiency, security, and compliance, S3 provides a wide range of configuration options tailored to meet diverse business needs. Continue reading “Amazon S3 Security Essentials: Protect Your Data with These Key Practices”

Setup Cross Cluster Replication for Data migration in Elasticsearch

 

Elasticsearch Cross Cluster Replication (CCR) is a powerful feature in Elasticsearch that facilitates seamless data migration and disaster recovery by allowing real-time replication of data from a remote source cluster to a target cluster. In this guide, we’ll cover setting up CCR to migrate data from a Remote Cluster in Singapore to a Local Cluster in Mumbai. Continue reading “Setup Cross Cluster Replication for Data migration in Elasticsearch”