Browsing Tag
containers
20 posts
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…
How to package and deploy a Lambda function as a container image
Introduction: AWS Lambda allows you to run your code inside Docker containers! This feature opens up a lot…
How to Set Up a Docker Container
Docker is a tool that makes it easier for developers to create, deploy, and run applications using containers.…