How I Build a Automated Daily News Digest in n8n Using Ollama and Gmail.Every day, DevOps engineers deal with an overwhelming amount of information. New Kubernetes releases, AWS announcements, AI updates, security incidents, cloud-native tools, CVEs, and DevOps best practMay 18, 2026·16 min read
AWS CloudFront Just Changed How You Pay for CDN - Here's Everything You Need to KnowMar 26, 2026·8 min read
5 Easy Steps to Minimize Docker Image SizeIntroduction: Reducing the docker images helps in speeding up the container deployment. In large scale deployments the reduced image size may result in significantly saving storage space. Here, we will explore few tips for minimizing docker images wh...Jan 2, 2025·4 min read
Simplify Container Management Using LazydockerIntroduction: Docker and Docker-compose are tools that makes it simple to deploy software in an isolated environment. But at the same time to keep track of all those running services may be time consuming. Lazydocker, a TUI app that helps you to mana...Dec 7, 2024·4 min read
NGINX - A Complete GuideIntroduction: Understanding NGINX is essential for anyone involved in using web technology for personal projects or large scale enterprise applications. This article will explain what Nginx is, what it is used for, and also a hands-on demo which will...Nov 22, 2024·15 min read
DevOps Monitoring ProjectIntroduction: Monitoring is a crucial part of the DevOps lifecycle, ensuring that the infrastructure, application and services run in its optimal state. In this blog, we will see how to set up and configure monitoring tools for a DevOps project such ...Oct 3, 2024·9 min read
Deploy Node.js to Amazon EC2 and ECR Automatically with GitHub ActionsIn this blog we will learn how to create a node application, run it using docker, push the image to AWS ECR and deploy to AWS EC2 instance using the latest image from ECR, automatically using GitHub Actions. First we will learn few insights about the...Jul 30, 2024·9 min read
How to use Kubernetes Horizontal Pod AutoscalerWhat is Autoscaling and Why it is important? Autoscaling means dynamically allocating cluster resources such as CPU and memory to your application based on real time demand. This ensures that your application is having the right amount of resources t...Jul 24, 2024·4 min read