LCLuc Caoincaoluc.hashnode.dev·20h ago · 16 min readAzure AKS - AGIC and AGCWelcome back! This is the third and final post in my series on ingress and load balancing for Azure Kubernetes Service (AKS). In the first article we walked through the different ways you can expose w00
LCLuc Caoincaoluc.hashnode.dev·Dec 18, 2025 · 3 min readAWS IAM - Roles between two AWS AccountsProblem: Your company has two AWS accounts: DevAccount and ProdAccount. Developers in DevAccount need to access an S3 bucket in ProdAccount without using long-term credentials. How do you configure access securely? Solution: Create an IAM Role in Pr...00
LCLuc Caoincaoluc.hashnode.dev·Dec 17, 2025 · 4 min readAzure - How to Solve 504 Gateway Time-Out Errors with Azure Application GatewayFrom https://www.syncfusion.com/blogs/post/solve-504-gateway-time-out-error-azure-gateway When a browser attempts to load a website, a request is typically made to a web server. An HTTP 504 error code is sent to the browser when the request takes to...00
LCLuc Caoincaoluc.hashnode.dev·Dec 6, 2025 · 3 min readAws EksKubernetes Control Plane Components When you create an Amazon EKS cluster, AWS automatically sets up the core Kubernetes control plane, ensuring high availability and fault tolerance: ComponentRole etcdDistributed key–value store. EKS runs a m...00
LCLuc Caoincaoluc.hashnode.dev·Mar 15, 2025 · 9 min readDockerfile Security Best Practices: How to Build Secure ContainersAnmol Singh Yadav 1. Introduction Docker is a revolutionary technology that enables developers to build, deploy & maintain applications in a lightweight, portable, and efficient way (known as containers). One can think of containers similar to a ‘Vir...00