Ahmad Al-SajidSimplified Docker best practices and examplesDocker best practices are essential for building efficient, secure, and maintainable containers. Here are some key practices:Oct 10Oct 10
Ahmad Al-SajidRolling back Terraform Remote State in AWS S3Rolling back a Terraform remote state stored in AWS S3 might be necessary in several scenarios where the current state of your…Sep 18Sep 18
Ahmad Al-SajidTerraform remote state in AWS S3Terraform remote state backend is a feature in Terraform that allows you to store and manage the state file of your infrastructure in a…Sep 6Sep 6
Ahmad Al-SajidKubernetes Logging: Unleash the Power of EFK for Seamless InsightsIn a Kubernetes environment, logging is critical for maintaining the health, security, and performance of the applications and the cluster…Aug 30Aug 30
Ahmad Al-SajidAWS ALB with AWS WAF to prevent DDoS attackA Distributed Denial of Service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service, or…Aug 23Aug 23
Ahmad Al-SajidDocker multi-stage build explainedDocker Multi-Stage Build is a feature introduced in Docker 17.05, designed to optimize the size and performance of Docker images. It allows…Aug 17Aug 17
Ahmad Al-SajidStress test made easy with Open Source toolsStress testing is an integral part of software development because it helps ensure that applications can handle extreme conditions and…Aug 15Aug 15
Ahmad Al-SajidRun Elasticsearch and Kibana on DockerAs an Elastic newbie, it is very much confusing to find where to practice them. We can find many alternate ways, but, they are always not…Dec 22, 2020Dec 22, 2020
Ahmad Al-SajidDaemonizing Celery Beat with systemdRecently, I came to a situation where I had to write a script that will run periodically and do some jobs. Previously I used cron jobs for…Jun 12, 20193Jun 12, 20193