#DevOps
3 posts
How ECS Uses External Docker Image Registry
Amazon ECS (Elastic Container Service) supports pulling images from external Docker registries such as Docker Hub, GitHub Container Registry (GHCR), Google Container Registry (GCR), and even private…
Architecture Diagrams as Code: Mermaid vs. Architecture as Code
Creating architecture diagrams using code has become increasingly popular among developers and architects. This approach enhances consistency, reproducibility, and version control, aligning well with…
How to Use Classic Load Balancer by Default in AWS EKS
Introduction By default, Amazon EKS provisions a Network Load Balancer (NLB) when creating a LoadBalancer type service using the AWS Load Balancer Controller. However, if you need to use a Classic…