Simplified Docker best practices and examplesDocker best practices are essential for building efficient, secure, and maintainable containers. Here are some key practices:Oct 10Oct 10
Rolling 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
Terraform 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
Kubernetes 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
AWS 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
Docker 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
Stress 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
Run 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
Daemonizing 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