Browsing Tag
containers
27 posts
AWS App Runner vs ECS Express Mode: Git, ECR, Scaling, and Security Explained
Introduction AWS provides modern ways to run containerized applications without managing servers. Two popular options are AWS App…
Docker Volumes and Data Persistence: Managing State in Containers 💾
One of the most challenging aspects of working with Docker has been figuring out data persistence. Containers are…
Part 01: Building a Sovereign Software Factory: Docker Networking & Persistence
GitHub: https://github.com/InfiniteConsult/0005_cicd_part01_docker TL;DR: In this first installment, we reject the fragility of default Docker environments. We build a…
Docker Image Compression: gzip vs zstd
Docker images are already compressed when you push them to registries like Docker Hub, GHCR, AWS ECR, etc.…
AWS ECS Managed Instances: The Middle Ground We’ve Been Waiting For
AWS ECS Managed Instances: The Middle Ground We’ve Been Waiting For If you’ve been operating containerized workloads on…
Keep Calm and Use Docker Volumes
Docker volumes provide a way to store and share data generated by and used within containers. Unlike a…
Local MongoDB Replica Set Cluster for Real-Time Container Apps (with Mongo Express)
Run a full 3-node MongoDB replica set locally for real-time containerized applications, with authentication, failover, and Mongo Express…
Kubernetes Isn’t for Everyone: When Simplicity Beats Scale
Kubernetes (K8s) has long been the gold standard for container orchestration, enabling scalable and resilient cloud-native applications. However,…
Using Amazon EKS with Karmada: Building Multi-cluster Kubernetes Management
Introduction As organizations scale their Kubernetes environments, managing multiple clusters across various regions becomes increasingly complex. Amazon Elastic…
Deploying a Microservices Stock Trading Application on AWS with Terraform, Kubernetes & Helm
I built this project during my job search. I was actively interviewing for DevOps/SRE/Systems Engineer roles. My interviews…