AWS Project : Setting up an Application Load Balancer(ALB) on EC2 with httpd running in itJul 14, 2023·3 min read
Running a Flask app on a Serverless architecture using AWS ECR, AWS ECS & AWS FargateJul 12, 2023·3 min read
Demystifying Kubernetes: A Closer Look at Pods, Namespaces, Deployments, Services, Secrets, and ConfigMapsBy - GJS What is Pod? In Kubernetes, a pod is the smallest unit of deployment, representing a single instance of a running process. It can encapsulate one or more containers with shared resources. Containers within a pod communicate over localhost, s...Jun 4, 2023·8 min read