Inside an AWS Web Request
When a user types https://seqas.online into a browser, what actually happens before the application appears on the screen? Understanding the entire request lifecycle is far more valuable than memoriz
Search for a command to run...
Articles tagged with #devops
When a user types https://seqas.online into a browser, what actually happens before the application appears on the screen? Understanding the entire request lifecycle is far more valuable than memoriz
Introduction In this blog post, we will explore how to configure and use advanced plugins with the Kong Ingress Controller (KIC) on an Amazon EKS cluster. Specifically, we will delve into JWT Token, Request Transform, and AWS Lambda plugins. These pl...

In this blog post, we’ll walk through the process of creating an AWS Lambda function that identifies unused AWS resources, specifically focusing on EBS volume snapshots older than one year. We’ll use various AWS services and tools, including Python w...

Terraform might seem a bit daunting at first, but it quickly becomes addictive. As with any tool, the best way to achieve mastery is through consistent practice. Here is one such practice project that helped me gain deeper insights into Terraform. Pr...

Why use Portainer ? Creating a Dockerfile may seem daunting at times, specially when your in a rush to get your apps deployed or if your new to Docker. What if we could deploy a container without the need to write a single line of code ? Well, Portai...

What you will learn ? What is a Docker Network & how to create it ? How to create a SQLite container and attach it to a Docker Network ? How are containers connected ? Generally applications use some type of database which maybe of type SQL or NoSQ...