Category devops

Photo by henry perks on Unsplash

Understanding Pod Disruption Budgets (PDBs) in Kubernetes

Ever wondered how to keep your Kubernetes applications running smoothly during upgrades or maintenance ?  Pod Disruption Budgets (PDBs) — your secret weapon for ensuring high availability and reliability.  In this guide, we’ll break down what PDBs are, why they matter, and how…

AWS Inspector vs. AWS Trusted Advisor: Key Differences

AWS Inspector vs. AWS Trusted Advisor: Key Differences

In this post, we’ll explore two important AWS services—AWS Inspector and AWS Trusted Advisor—which are sometimes confused but serve different purposes. Understanding these services is crucial, especially when preparing for the AWS SysOps exam, as they are commonly tested. By…

Reload Nginx Service Inside Docker Container

I am using docker for Nginx which is running with multiple virtual hosts. Sometimes I have to reload my updated nginx configurations, but I don’t want restart the container each time. Here is how you can reload your nginx without…