Browsing Tag
containers
29 posts
k8s debug pod
At various points in an Amazon EKS cluster’s lifecycle, direct access to a worker node may be required.…
Containers aren’t a sandbox for AI agents
Where containers stop being simple Containers are sold as a solved abstraction. You package a filesystem, declare a…
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,…