Browsing Tag
containers
22 posts
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…
Introduction to Amazon ECS (Elastic Container Service)
Introduction to Amazon ECS (Elastic Container Service) Containers have revolutionized the way we develop, deploy, and manage applications.…
Real-time Collaborative Data Science: The Container Way
Gone are the days when data scientists worked in isolation, sharing results through static notebooks or lengthy email…
How can you secure microservices architecture using AWS services?
Introduction Security in Public Cloud is utmost important. Losing access to your website or attackers deleting your database…
Installing Kubernetes using Kubeadm utility
This guide covers the step-by-step process of installing Kubernetes using the kubeadm utility. kubeadm is a tool recommended…
Writing a Dockerfile: Beginners to Advanced
Introduction A Dockerfile is a key component in containerization, enabling developers and DevOps engineers to package applications with…