Introduction As part of ckad certification, am following the school of devops certification path. One of the task I liked was the eksctl path. eksctl provides a simple YAML-based approach to provisioning EKS clusters. As shown below, the control plane is managed by AWS and the dataplane/nodegroups are application responsibility. However, as infrastructure complexity grows, … Continue reading From eksctl to Terraform: Essential Resource Mapping
Author: Sathish Jayapal
Indie software engineer.
Designing Scalable Queues for Personal Projects
The post outlines the design framework for managing project queues, emphasizing scalability and centralized event monitoring across multiple projects like GitHub cleaner and Runs. The author describes using RabbitMQ for effective message routing and highlights key design principles, including independent event management and a strategic dashboard for event visibility.

You must be logged in to post a comment.